View Full Version : Syntax highlighting bug? Keywords don't get recognized?
Michael Hartlef
09-02-2008, 12:38
Hi folks,
not sure if it is some kind of configuration, but with the release Feb 8th, 2008, a lot of keywords don't get colorized. Also the fontcase isn't changed. I attached a sample script that I work on to show the effect. Maybe someone can confirm this. For an example:
File dumbb3d.tbasicc, Line 58, then THEN isn't parsed as a keyword
File b3dutils.tbasic, Line 21 , the CVBYT isn't parsed as a keyword
Cheers
Michael
Petr Schreiber
09-02-2008, 13:59
Hi Mike,
I can confirm there are some issues in last release, probably it has something to do with fixing the coloring of UDTs?
Bye,
Petr
P.S. interesting, interesting sources to demonstrate the problem ;)
ErosOlmi
09-02-2008, 14:09
Yes, I too confirm many keywords are not highlighted. Also quoted strings in some situations are not colored and comments too.
Roberto will check on Monday.
But so far no GPF ;D
Ciao
Eros
Michael Hartlef
09-02-2008, 14:27
Eros: No problems guys, I can live with it, for now ;D
Petr: I felt bad that I didn't contribute much to TB lately. If it works out like I think it can, we will have another file format to use plus it brings us animation out of the box. But I will have to think a little more about it. I will develop the functions in thinBasic. Maybe there will be something you can then convert into the TBGL module.
Petr Schreiber
09-02-2008, 14:35
I felt bad that I didn't contribute much to TB lately
I am not doing too much visible work now too :'(
I would like to finish the "last Win98 TBGL", and then I can go for deeper design decisions ( format, animations, shadows, ... ). In theory I could show first TBGL preview in quite near thinBASIC preview, just have to write some demo scripts.
Bye,
Petr
P.S. Eros you are right, no GPF so far :)
RobertoBianchi
11-02-2008, 23:39
Ok, checked and fixed.
You'll find the update in the next ThinBasic release.
Please take note that for aid ThinAir diagnostics purposes I added a message box that display the processor's registers contents. For now, this functionality is accessed by pressing CTRL + F7 but probably it will be moved to TOOLS menu.
Roberto