Hi, I have not updated my editor for quite some time now and yesterday I installed version 4.5.7 (2437). With this version, the strings in my AutoIt3 code are not highlighted properly. In AutoIt3 the quotes are not escaped by \, so for example if I have a line like this: $path="C:\Tools\"&$FileName It should highlight the string between the 2 " symbols. It now highlights the whole line, string from the first quote till the end of the line. It thinks the \ is escaping the quote, which is not right for AutoIt3. I could not find any setting to correct this by myself. Should it be fixed on your side?
Another issue I now have with AutoIt3 and log capture is that the compiler returns 3 lines for each error. The first line contains the actual path of the file and line number, and the rest of the lines display some additional info. However the first one does not contain the string "ERROR" in it. The third one does and what happens is the editor puts the red square icon on the third row instead of the first one. Is it possible for me to turn off the search for the "ERROR" string in the log? Thank you for your attention! -- <http://forum.pspad.com/read.php?2,58588,58588> PSPad freeware editor http://www.pspad.com
