aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • updated SPQueryFavoriteManager to mange document-based and global query f...Bibiko2009-09-071-1/+1
* Update Localizable.strings by running genstrings and remove use of multiple c...stuconnolly2009-08-281-1/+1
* • tiny improvements for loading SQL files and syntax highlightingBibiko2009-08-281-8/+14
* • fixed bug while uppercasing keywordsBibiko2009-08-271-6/+13
* • some corrections for Custom Query completionBibiko2009-08-041-24/+14
* Merge framework integration branch back to trunk. Summary of changes:stuconnolly2009-07-211-3/+1
* • Comment current Query/SelectionBibiko2009-07-151-5/+0
* • initial support for ⌘/ in CustomQuery editor to (un)comment out the cur...Bibiko2009-07-151-1/+5
* • fixed dealloc of 'suggestions' in SPNarrowDownCompletionBibiko2009-07-151-15/+11
* • narrow-down completion (F5)Bibiko2009-07-151-20/+10
* - Make the DBView window the document window. This allows the document to b...rowanbeentje2009-07-151-1/+3
* • fix for completion in CustomQuery editorBibiko2009-07-141-78/+26
* Fixed some memory leaksbamse162009-07-061-8/+12
* • trial to improve the Undo behaviour in the Custom Query editorBibiko2009-06-251-1/+3
* • some code cleaning and tiny performance enhancements for syntax highlightingBibiko2009-06-211-39/+31
* • added support to drag&drop textClipping files to Custom Query Editor and ...Bibiko2009-06-191-1/+13
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-5/+6
* • introduced inline function NSStringUTF8String() to SPStringAdditions.hBibiko2009-06-181-1/+2
* • deleted the drag&drop feature of file path or content from SPTextViewAddi...Bibiko2009-06-151-0/+172
* • moved code for de/increasing font and drag&drop feature (content or while...Bibiko2009-06-131-214/+0
* • fixed bug for "Show help while typing" - prevent an internal loop of call...Bibiko2009-06-091-1/+2
* • improved "Copy as SQL INSERT" (still hidden)Bibiko2009-06-071-1/+8
* • improved: sped up removing the background color for query highlightingBibiko2009-06-061-0/+3
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-1/+4
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-5/+11
* • added: syntax highlighting to the HUD window "Show Create Syntax"Bibiko2009-06-041-0/+8
* • fixed typo for "Select Active Query" key-binding ^Y not ^QBibiko2009-06-041-2/+2
* • fixed: suppress highlighting of the current query if something is selectedBibiko2009-06-041-2/+28
* • 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