Thanks a lot for your answer.
I haven't thought about using a script when opening file and I have never used them before but I will have a look at these nice functionality.
Hello, Is there a way to automatically disable highlighting on a file if this file is bigger than a specific size? For example, I would like to open a big SQL file but without highlighting (for better performance at opening and parsing file) I have had a look in "Options" and "Highlighting and margi...
Hi pjj, Thanks for your answer. I need this behavior because I have to generate and send XML to a web service. This web service use a "special" tag to get information about an order and this tag has 70 characters maximum For example you can have : <?xml version="1.0"?> <FreeText1>This is a comment o...
Hello, I would like to know if there is an option that tell to Tidy to keep space at the end of a tag when it beautify aXML. For example: <?xml version="1.0"?> <Test>String with space at the end </Test> becomes (space after end has been deleted) <?xml version="1.0"?> <Test>String with space at the e...
Hello, It seems to have a small bug with HTML highlighting if the file contains javascript code (see screenshot in attachment) You can see that if a string contains /* like my variable, the code below is considered like a comment. Is it a bug or HTML highlighting does not support javascript? I have ...