aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • added a prototype to support an Help view for the current word in the Cus...Bibiko2009-04-241-0/+9
* • updated completion list and added core functionsBibiko2009-04-231-5/+317
* • FIXED added a ; to the separator list for gathering all words used in the...Bibiko2009-04-221-1/+1
* • added - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex;Bibiko2009-04-211-0/+8
* • added selectLineNumber:x to CMTextView to be able to select the line xBibiko2009-04-201-0/+32
* - Build upon documentation lookup by looking up exact manual pages that corre...stuconnolly2009-04-191-7/+19
* Add a slightly modified patch to lookup up the selected text in the custom qu...stuconnolly2009-04-191-6/+49
* - Implement line numbering for CMTextView:rowanbeentje2009-04-161-0/+6
* • syntax highlighting and completion list updatedBibiko2009-04-141-0/+1
* • syntax highlighting and completion list updatedBibiko2009-04-141-47/+88
* • removed debug infoBibiko2009-04-091-1/+0
* • syntax highlighting synchronized according to the completion listBibiko2009-04-091-14/+10
* • keyword update for syntax highlightingBibiko2009-04-081-2/+323
* • FIXED: unique completion listBibiko2009-04-081-13/+34
* • simplified paste: (esp. for undo)Bibiko2009-04-081-3/+1
* • FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b...Bibiko2009-04-081-3/+9
* • FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of...Bibiko2009-04-081-5/+10
* • syntax highlighting updatedBibiko2009-04-081-0/+4
* • optimized syntax highlighting a bitBibiko2009-04-071-0/+4
* • improved auto-uppercasing for: pasting queries from favourites & history ...Bibiko2009-04-071-7/+11
* • ADDED to SPTextViewAdditions:Bibiko2009-04-051-147/+0
* • FIXED: allow to enter dead keys esp. for non-US keyboardsBibiko2009-04-041-1/+3
* • FIXED upper case of e.g. 'order_' issueBibiko2009-04-041-18/+23
* • REARRANGED keyDown: for further changesBibiko2009-04-031-115/+278
* • ADDED copyAsRTF: to preserve syntax highlighting while copyingBibiko2009-04-031-0/+19
* - Add the ability for CMTextView to automatically capitalise SQL keywords in...rowanbeentje2009-04-031-22/+65
* - Improves autopairing to no longer autopair different quote characters with...rowanbeentje2009-04-021-1/+34
* - Add a new "gear" action menu underneath the custom query view, including a...rowanbeentje2009-04-021-4/+130
* - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f...rowanbeentje2009-04-011-5/+276
* - Fix behaviour of the enter key to run the query again - broken in r451rowanbeentje2009-03-311-2/+2
* - Update the custom query view to preserve indentation level on newlines, to...rowanbeentje2009-03-301-0/+43
* Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l.stuconnolly2009-03-261-2/+2
* - changed default colors for syntax coloringjakob2009-03-171-43/+61
* adding syntax coloring (issue #46 )jakob2009-03-161-0/+82
* Added column names to completion list for for currently selected table.avenjamin2009-03-051-3/+14
* Implemented method: componentsSeparatedByCharactersInSet. to be compatible wi...avenjamin2009-02-281-0/+1
* • CMTextView.m : added new auto-complete keywordsavenjamin2008-12-221-44/+89
* MERGED r262:266 from branches/stuart02 to trunk to include new project struct...stuconnolly2008-12-101-0/+296