Bug #14762 Syntax highlighting incomplete
Submitted: 8 Nov 2005 16:38 Modified: 11 Nov 2005 19:37
Reporter: Gisbert Selke (Basic Quality Contributor) Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Query Browser Severity:S3 (Non-critical)
Version:1.1.17 OS:Windows (Win XP)
Assigned to: Mike Lischke CPU Architecture:Any

[8 Nov 2005 16:38] Gisbert Selke
Description:
Bug #8154 (no syntax highlighting for "truncate") is reported as fixed, but in fact isn't.
Same for "handler", "open", "close", and "do" (as part of while...do) when editing procedures/functions

How to repeat:
Open "create procedure", type in any or all of the above words.
[8 Nov 2005 19:24] MySQL Verification Team
Thank you for the bug report.
[9 Nov 2005 11:09] Mike Lischke
Thank you for your bug report. This issue has been committed to our
source repository of that product and will be incorporated into the
next release.

If necessary, you can access the source repository and build the latest
available version, including the bugfix, yourself. More information 
about accessing the source trees is available at
    http://www.mysql.com/doc/en/Installing_source_tree.html
[11 Nov 2005 18:56] Gisbert Selke
I just found more cases of non-highlighted keywords. In fulltext matching,
"against", "boolean mode", "query expansion" are not highlighted.
[11 Nov 2005 19:37] Mike Lischke
I did a major overhaul of the keyword list, which now has nearly 600 entries. You can look at the list here: http://svn.mysql.com/svnpublic/mysql-gui-common/source/windows/UniCodeEditor/Highlighter/S...

which is the public code repository of the GUI tools team.

Mike