aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • bound Custom Query gear menu item "Completion List" (CTRL key is recogni...Bibiko2010-01-221-13/+11
* • updated/added syntax highlighting tokens and completion suggestionsBibiko2010-01-211-1/+18
* • tiny undo improvement for completionBibiko2010-01-211-0/+1
* • added call to update the completion list to neuralgic placesBibiko2010-01-211-1/+9
* • completionBibiko2010-01-211-6/+7
* • completion enhancementsBibiko2010-01-211-10/+43
* • completionBibiko2010-01-201-5/+18
* • improved completion for Query Editor bound to ESCBibiko2010-01-191-133/+168
* - removed F5 completion debug outputBibiko2010-01-151-2/+2
* • refactored parsing code for F5 completionBibiko2010-01-151-157/+95
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-131-3/+10
* • F5 compeltionBibiko2010-01-131-2/+10
* • further improvements for F5 completionBibiko2010-01-131-60/+242
* • CMTextView: Bibiko2010-01-121-2/+37
* • further developments for the F5 completionBibiko2010-01-111-2/+21
* • further preparations to F5 completionBibiko2010-01-111-38/+83
* • first preparations to improve the Custom Query database names/table names...Bibiko2010-01-101-0/+3
* • made lexer 64bit compatibleBibiko2010-01-101-1/+4
* • F5 completionBibiko2010-01-091-1/+3
* • reimplemented the F5 completion for quoted text i.e. completion based on ...Bibiko2010-01-091-7/+15
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-33/+33
* - Improve line selection for certain errors ending in numbers, and safety-ch...rowanbeentje2009-12-291-3/+8
* - Work through static analysis of the source, fixing a number of small memor...rowanbeentje2009-12-141-2/+2
* • fixed issue for "Update Help while typing" to suppress opening the MySQL ...Bibiko2009-12-031-2/+2
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-19/+20
* • 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