Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | More header updates for source files, including Subversion Id property. | stuconnolly | 2009-05-19 | 1 | -0/+2 |
| | |||||
* | Source tidy up including standard header for all source files. | stuconnolly | 2009-05-18 | 1 | -3/+23 |
| | |||||
* | • fix syntax highlighting for PROCEDURE | Bibiko | 2009-05-11 | 1 | -2/+2 |
| | |||||
* | • fix for issue 253: syntax highlighting didn't recognize a \r as line ending | Bibiko | 2009-05-08 | 1 | -6/+6 |
| | |||||
* | • improved completion in CQ's text view | Bibiko | 2009-05-02 | 1 | -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 functions | Bibiko | 2009-04-23 | 1 | -3/+16 |
| | | | | | • improved separator list for word list completion coming from the text view • minor update for syntax highlighting | ||||
* | • syntax highlighting and completion list updated | Bibiko | 2009-04-14 | 1 | -5/+7 |
| | |||||
* | • syntax highlighting and completion list updated | Bibiko | 2009-04-14 | 1 | -1/+2 |
| | |||||
* | • syntax highlighting synchronized according to the completion list | Bibiko | 2009-04-09 | 1 | -3/+251 |
| | | | | • some minor code cosmetics | ||||
* | • keyword update for syntax highlighting | Bibiko | 2009-04-08 | 1 | -6/+26 |
| | | | | • keyword update for completion | ||||
* | • simplified paste: (esp. for undo) | Bibiko | 2009-04-08 | 1 | -1/+2 |
| | | | | • syntax highlighting updated | ||||
* | • ADDED “TRUNCATE” as SQL keyword for syntax highlighting resp. ↵ | Bibiko | 2009-04-08 | 1 | -1/+2 |
| | | | | auto-uppercasing | ||||
* | • syntax highlighting updated | Bibiko | 2009-04-08 | 1 | -108/+143 |
| | | | | - added highlighting for @vars | ||||
* | • optimized syntax highlighting a bit | Bibiko | 2009-04-07 | 1 | -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 ↵ | Bibiko | 2009-04-05 | 1 | -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. | stuconnolly | 2009-03-26 | 1 | -0/+300 |