aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPEditorTokens.l
Commit message (Collapse)AuthorAgeFilesLines
* Tidy up imports and fix 'Reverse Sort Order' when sorting connection ↵stuconnolly2010-03-311-0/+1
| | | | favorites (Thanks Hans).
* • improved text macro snippet behaviourBibiko2010-02-131-6/+14
| | | | | | • improved the ability to run bash commands inside of snippets • ignore most of the syntax highlighting inside snippet declarations • fixed issue in CMTextView to use obj class variables only to generalise this object
* • updated/added syntax highlighting tokens and completion suggestionsBibiko2010-01-211-7/+7
|
* • added missing PROCEDURE ANALYSE to syntax highlightingBibiko2010-01-191-2/+2
|
* • made lexer 64bit compatibleBibiko2010-01-101-3/+3
| | | | | | - 'int' has to be replaced by 'size_t' • F5 completion - if inside of backticks after completion move caret one char rightwards to go out of the backticks
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
|
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-3/+23
|
* • fix syntax highlighting for PROCEDUREBibiko2009-05-111-2/+2
|
* • fix for issue 253: syntax highlighting didn't recognize a \r as line endingBibiko2009-05-081-6/+6
|
* • improved completion in CQ's text viewBibiko2009-05-021-1/+1
| | | | | | | - added database names - fixed logic for detecting if caret is inside quotes - if caret inside backticks show only db, table, column names • outsourced syntax highlighting into a method for further improvements
* • updated completion list and added core functionsBibiko2009-04-231-3/+16
| | | | | • improved separator list for word list completion coming from the text view • minor update for syntax highlighting
* • syntax highlighting and completion list updatedBibiko2009-04-141-5/+7
|
* • syntax highlighting and completion list updatedBibiko2009-04-141-1/+2
|
* • 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