Print Page | Close Window

Colorization Problems

Printed From: Codejock Forums
Category: Codejock Products
Forum Name: Syntax Edit
Forum Description: Topics Related to Codejock Syntax Edit
URL: http://forum.codejock.com/forum_posts.asp?TID=6164
Printed Date: 27 April 2024 at 9:42pm
Software Version: Web Wiz Forums 12.04 - http://www.webwizforums.com


Topic: Colorization Problems
Posted By: thodgson
Subject: Colorization Problems
Date Posted: 19 January 2007 at 1:38pm
I have an intersting problem where the colorization is not working properly.
 
Take a look at this screen shot:
 
The key word "(Thread   )" is supposed to be colorized.  As you can see, the text below it is also colorized, which is not supposed to be happening.   It appears that the characters in the same column are being affected.
 
Also, at times, the colorization is not always applied.  Is there a way to reparse the document manually?


-------------
Tim H( http://www.ExclamationSoft.com - http://www.ExclamationSoft.com )
Product: Xtreme Toolkit v13.1
Platform: Vista(x64)-SP1
Language: Visual C++ 6.0
Currently: Satisfied w/ Toolkit



Replies:
Posted By: sserge
Date Posted: 19 January 2007 at 3:07pm
Tim,

The document is starting reparsing each time after editing. Do you edit your file or just open an existing one?

Do you use a stadard font or any custom one?

Also could you please attach there your schema file and your example  file which is shown there?

We'll try to investigate this problem...

--
WBR,
Serge


Posted By: thodgson
Date Posted: 19 January 2007 at 3:26pm
Hi Serge,
 
Quote The document is starting reparsing each time after editing. Do you edit your file or just open an existing one?
No editing is done - essentially treating it as read-only.  Files are opened and displayed in the editor.

Quote Do you use a stadard font or any custom one?
I'm using a standard font:
 LOGFONT lf;
 XTAuxData().font.GetLogFont(&lf);
 _tcscpy(lf.lfFaceName, _T("Courier New"));
 lf.lfHeight = 14;
 lf.lfWidth = 8;
 
 GetEditCtrl().SetFontIndirect(&lf);


Quote Also could you please attach there your schema file and your example  file which is shown there?
https://forum.codejock.com/uploads/20070119_152523_CXTP_Schema.zip - uploads/20070119_152523_CXTP_Schema.zip
Done


-------------
Tim H( http://www.ExclamationSoft.com - http://www.ExclamationSoft.com )
Product: Xtreme Toolkit v13.1
Platform: Vista(x64)-SP1
Language: Visual C++ 6.0
Currently: Satisfied w/ Toolkit


Posted By: sserge
Date Posted: 19 January 2007 at 4:49pm
Well, I've just quickly tried it with the latest version and it worked for me like a charm 



Will try to look further, but firstly I'd suggest you trying it with the update 10.4.1 which will be available shortly.

--
WBR,
Serge



Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.04 - http://www.webwizforums.com
Copyright ©2001-2021 Web Wiz Ltd. - https://www.webwiz.net