aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
...
* • added ⌘+ and ⌘- for increasing/decreasing the font size by 1 in the ...Bibiko2009-05-201-0/+31
* • improved completion suggestion for variable name; added delimiter “@”...Bibiko2009-05-201-1/+1
* • fixed some issues for drag&drop a file to the CustomQuery editorBibiko2009-05-191-1/+2
* • improved "Update Help while typing"Bibiko2009-05-191-4/+9
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* • skip auto-pairing if the caret is adjoined to an alphanumeric character e...Bibiko2009-05-191-2/+30
* • added drag 'n' drop functionality to CMTextView to allow to drag a file p...Bibiko2009-05-081-107/+292
* • added "Query Editor" preference pane for setting colors, font, and modes ...Bibiko2009-05-071-88/+205
* • improved completion in CQ's text viewBibiko2009-05-021-38/+81
* - Fix indentation behaviour when there are spaces after as well as before th...rowanbeentje2009-04-301-1/+9
* • changed context menu item in CQ's textview to support "MySQL Help"Bibiko2009-04-301-34/+27
* • MySQL HelpBibiko2009-04-301-11/+27
* • MySQL HelpBibiko2009-04-291-11/+57
* • MySQL Help refactoringBibiko2009-04-291-1/+1
* • 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