aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • control editable status of CMTextView while changing the font size via ...Bibiko2009-05-281-0/+6
* • added two finger zoom gesture for de/increasing the font size of the Cust...Bibiko2009-05-251-0/+15
* • improved narrow-down completionBibiko2009-05-251-15/+50
* • improved narrow-down completionBibiko2009-05-251-1/+1
* • improved narrow-down completionBibiko2009-05-241-13/+43
* • activate Preference setting for caret colorBibiko2009-05-241-1/+157
* - Few Changes to Query Editor Preferenceavenjamin2009-05-221-13/+13
* • fixed several issues for completion Bibiko2009-05-201-14/+29
* • made mySQLConnection reachable for CMTextViewBibiko2009-05-201-19/+67
* • added "Copy as RTF" to CustomQuery's context menu and bound it to CTRL+C ...Bibiko2009-05-201-2/+16
* • removed unused variable 'keyCode'Bibiko2009-05-201-1/+0
* • 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