The invisibles tag has no wiki summary.
16
votes
3answers
7k views
Show SOME invisible/whitespace characters in Eclipse
A long while back I transitioned to doing all my web application development in Eclipse from BBEdit. But I miss one little feature from BBEdit. I used to be able to show invisible characters like tabs ...
3
votes
3answers
372 views
Fast, Unicode-capable, cross-platform programmer's text editor that shows invisibles like ZWSP?
Our publishing workflow includes Windows and Linux machines (there are some Macs too, but not in the critical-path workflow). Many texts include both English and Khmer and are marked-up in XML.
XML ...
3
votes
8answers
1k views
Text editor capable of viewing invisibles?
A recent problem* left me wondering whether there is a text editor out there that lets you see every single character of the file, even if they are invisible? Specifically, I'm not looking for hex ...
1
vote
0answers
17 views
In Xcode4, can you change the characters used to display invisibles?
I much prefer Visual Studio's way of displaying invisibles... a simple dot for spaces, and an arrow for tabs. When you change the color to be a light-light-gray, they provide excellent help when ...
1
vote
3answers
66 views
Php replace strings with “invisible chars” (\n)
i get from db a text like this.
{br}{/br}hello!{br}{/br}
this text is outputted inside a textarea element.
what i need is to replace all the '{br}{/br}' with invisible char '\n' which should set a ...
0
votes
0answers
25 views
How can I change the color of invisibles in Xcode4?
In Xcode4's preferences, there's the ability to change the colors of your code editor. One of the things listed at the bottom is 'Invisibles' which one would expect represents spaces and tabs. ...