aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditorTokens.l
Commit message (Collapse)AuthorAgeFilesLines
* • syntax highlighting synchronized according to the completion listBibiko2009-04-091-3/+251
| | | | • some minor code cosmetics
* • keyword update for syntax highlightingBibiko2009-04-081-6/+26
| | | | • keyword update for completion
* • simplified paste: (esp. for undo)Bibiko2009-04-081-1/+2
| | | | • syntax highlighting updated
* • ADDED “TRUNCATE” as SQL keyword for syntax highlighting resp. ↵Bibiko2009-04-081-1/+2
| | | | auto-uppercasing
* • syntax highlighting updatedBibiko2009-04-081-108/+143
| | | | - added highlighting for @vars
* • optimized syntax highlighting a bitBibiko2009-04-071-247/+305
| | | | | | • added syntax highlighting for numeric values • changed syntax highlighting for 'order' and 'group' to 'order by' resp. 'group by' (useful also for visual syntax checking while typing) • fixed the issue to highlight a keyword if that keyword is the name a variable (e.g. @set := 1)
* • tentative fix to suppress auto-uppercasing/syntax highlighting of ↵Bibiko2009-04-051-2/+2
| | | | table/field names if such a name begins with a SQL keyword followed by a non-ASCII letter like äöüéた etc.
* Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.stuconnolly2009-03-261-0/+300