| Author | Topic: Stange display in Editor with "\" in a line |
---|
| Joe Carrick - The Maniacc | Stange display in Editor with "\" in a line
on Wed, 24 Dec 2003 06:36:28 -0800The following line is displayed strangely (wrong colors)
cLongName := GetLongFileName(cPathName, ("\" $ cPathName)) + cLongName +
iif(lEndSlash, "\", "")
It appears that as soon as a backslash is found, the rest of the line is
considered as a string for display purposes. The Last \ is shown in the
"delimiter" color but everything else from the first \ is shown in the
"string" color.
-Joe |
| Joe Carrick - The Maniacc | Follow-up
on Wed, 24 Dec 2003 06:40:15 -0800Multi-Edit makes the same mistake.
-Joe |
| Andreas Herdt | Re: Follow-up
on Wed, 24 Dec 2003 14:51:11 +0100You are right,
I could reproduce this.
Regards
Andreas Herdt
//////////////////////////////////////////////////////////////////
Alaska Research & Development
Homepage: www.alaska-research.com
Newsgroup: nntp://news.alaska-Software.net
//////////////////////////////////////////////////////////////////
Joe Carrick - The Maniacc wrote:
> Multi-Edit makes the same mistake.
Does that mean that our editor is as good as Multi-Edit? ;-)
>
> -Joe |
| Steffen F. Pirsig [Alaska Research] | Re: Stange display in Editor with "\" in a line
on Mon, 29 Dec 2003 11:56:31 +0100Joe,
we can confirm this, the problem is that the Editor is not recognizing
the closing double quotation if it follows immediatly after a backslash.
Confirmed and will be resolved.
HTH
Steffen F. Pirsig,
---------------------------------------------------
Alaska Research & Development
Web: http://www.alaska-research.com
Investors: http://www.alaska-research.com/tifund
E-Mail: mailto:XXXX.XXX@alaska-research.com
Contact: mailto:info@alaska-research.com
Fax: +49/(0)6196/482551
---------------------------------------------------
"Joe Carrick - The Maniacc" <joe.carrick@dslextreme.com> wrote in message
news:TzXTStiyDHA.2908@S15147418...
> The following line is displayed strangely (wrong colors)
>
> cLongName := GetLongFileName(cPathName, ("\" $ cPathName)) + cLongName +
> iif(lEndSlash, "\", "")
>
> It appears that as soon as a backslash is found, the rest of the line is
> considered as a string for display purposes. The Last \ is shown in the
> "delimiter" color but everything else from the first \ is shown in the
> "string" color.
>
> -Joe
>
>
> |