IonicWind Software

IWBasic => General Questions => Topic started by: LarryMc on October 30, 2007, 05:48:03 AM

Title: Minor IDE glitch
Post by: LarryMc on October 30, 2007, 05:48:03 AM
The following lineREMOVEDIR getstartpath+"tmp376_z"is colored green (as a REM statement).

Larry
Title: Re: Minor IDE glitch
Post by: LarryMc on October 30, 2007, 06:24:10 AM
Did I mis-type something? ???
Title: Re: Minor IDE glitch
Post by: GWS on October 30, 2007, 10:23:48 AM
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
Title: Re: Minor IDE glitch
Post by: mrainey on October 30, 2007, 12:33:54 PM
It makes me smile to think that's just about the most serious unresolved bug we've got to worry about right now.   :D
Title: Re: Minor IDE glitch
Post by: LarryMc on October 30, 2007, 01:50:26 PM
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
Title: Re: Minor IDE glitch
Post by: Ionic Wind Support Team on October 31, 2007, 07:56:11 AM
It has been fixed for a while now.  What version are you using?
Title: Re: Minor IDE glitch
Post by: LarryMc on October 31, 2007, 11:53:10 AM
IDE Ver 1.596

Larry
Title: Re: Minor IDE glitch
Post by: Ionic Wind Support Team on October 31, 2007, 12:10:47 PM
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.
Title: Re: Minor IDE glitch
Post by: mrainey on October 31, 2007, 02:40:51 PM
Actually, I'm using 1.596 (Editor Options unmodified), and REMOVEDIR and getstartpath are colored blue.
Title: Re: Minor IDE glitch
Post by: LarryMc on October 31, 2007, 03:00:56 PM
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
Title: Re: Minor IDE glitch
Post by: LarryMc on October 31, 2007, 03:08:24 PM
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
Title: Re: Minor IDE glitch
Post by: LarryMc on October 31, 2007, 03:20:15 PM
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
Title: Re: Minor IDE glitch
Post by: mrainey on October 31, 2007, 05:37:45 PM
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.