I have noticed that the color coding after \% is not properly handled when used in an option [] or within {}.
The remainder of the line is color coded as a comment:
To reproduce write
\command[\% testing]{testing} - color coding fails to recognize escaped %
\command[testing]{\% testing} - color coding fails to recognize escaped %
\command[testing]{testing}\% testing - color coding recognizes escaped %
When hitting enter the next line is not commented out so it seems part of the code is aware that this is not a comment
I am running TeXlipse 1.5.0 and the latest Eclipse Indigo
Texlipse 1.5.0 with Eclipse 4.3 here. Bug still exists and is pretty annoying too. Please fix this.