The following lineREMOVEDIR getstartpath+"tmp376_z"is colored green (as a REM statement).
Larry
Did I mis-type something? ???
I'm always nervous about those sort of commands .. something very final and abrupt about them. ::)
In this case though, it won't delete a directory if there's anything in it .. :) - although I haven't tried it ..
Stems from my early DOS days when I didn't notice I'd changed to C:\ and I typed DEL *.* .. :o
Oh well, we learn by our mistakes. :)
Graham
It makes me smile to think that's just about the most serious unresolved bug we've got to worry about right now. :D
Exactly my thoughts Mike. I only mentioned it because it is so rare and I know it has to be a super easy fix(somewhere down the road) for Paul.
It just suprised me when I came across it.
Larry
It has been fixed for a while now. What version are you using?
IDE Ver 1.596
Larry
Sorry. Using 1.597 here, hasn't been released yet to the general population. Must have fixed it between the two.
Either that or the scintilla DLL didn't get updated during the last build.
Actually, I'm using 1.596 (Editor Options unmodified), and REMOVEDIR and getstartpath are colored blue.
Mike,
When you installed 1.596 did you install it as a totally fresh install or did you install it over the previous version (like I do)?
Larry
I just installed 1.596 in a different directory and now the line in issue displays correctly(like Mike describes).
So it appears that when updating on top of an existed installation doesn't work just right as it pertains to what I described.
Larry
Copied SciLexer.dll from the new directory installation over the one in the old directory and now the line in question displays properly in my old install directory.
So the "problem" is that the "install" for ver 1.596 didn't overwrite the existing SciLexer.dll (which happens to appear in explorer withe the same size but different date) in my existing install directory.
Thanks for the help/info Paul/Mike
Larry
I normally install over the previous version, but I recently got a new computer and installed fresh. So, I was seeing blue highlighting with a clean install, just like you.