viewing files with tabs
Posted: Wed May 28, 2014 1:10 pm
I am running into a small issue with TextPad where a line containing tabs isn't displayed properly when syntax highlighting is enabled. As an example, place the following line into a file test.js:
var test = ' abc';
The characters between the single quotes are: [tab]abc
When I open up that file in TextPad, it displays as:
var test = 'abc' ;
I can definitely see where the tab is as I move around the line with the arrow keys, but the display is not correct.
Does anyone have any ideas on how to get around it? The problem only appears when syntax highlighting is enabled. When syntax highlighting is disabled, the file displays correctly.
Thanks for your help.
Ryan
var test = ' abc';
The characters between the single quotes are: [tab]abc
When I open up that file in TextPad, it displays as:
var test = 'abc' ;
I can definitely see where the tab is as I move around the line with the arrow keys, but the display is not correct.
Does anyone have any ideas on how to get around it? The problem only appears when syntax highlighting is enabled. When syntax highlighting is disabled, the file displays correctly.
Thanks for your help.
Ryan