[scintilla] [ scintilla-Support Requests-907171 ] MSSQL lexer
by SourceForge.net other posts by this author
Feb 29 2004 10:54PM messages near this date
[scintilla] Allocation query
|
RE: [scintilla] Retrieve info from lexer
Support Requests item #907171, was opened at 2004-02-29 19:54
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=202439&aid=907171&group_id=2439
Category: None
Group: None
Status: Open
Priority: 5
Submitted By: Ricardo Pescuma Domenecci (pescuma)
Assigned to: Nobody/Anonymous (nobody)
Summary: MSSQL lexer
Initial Comment:
I've done some changes in the MSSQL lexer and config
files to make the colors more like Query Analyzer...
I think that the changes could be added to the main
program but I haven't found a place to post it, so I'm
posting it here.
In the zip file there is the 2 files changed and the
mssql.properties with the keyords.
The main changes are:
- Added a keyword group Operators, with some logical
operators. These are colored like other operators
- Added '(',')' and ',' as operators
- Added a keyword group System Stored Procedures for
MSSQL Server build-in stored procedures (the keywords
need some improvement, but are good for a start)
- Column names starting with " only can end with "
- Column names starting with [ only can end with ]
- In some places of the code, look first at data types
for coloring, and at other places look last to these
I hope I didn't messed up with the code... I tried to
don't make much changes ....
At last: thanks for the great editor... It's the best one !!!
Thanks,
Pescuma
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=202439&aid=907171&group_id=2439
_______________________________________________
Scintilla-interest mailing list
Scintilla-interest@[...].org
http://mailman.lyra.org/mailman/listinfo/scintilla-interest
|