aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • CMTextView's colours are set via observer, live changed in editable textv...Bibiko2010-01-301-35/+53
* • added observer for all Query Editor colors to avoid initialising colors e...Bibiko2010-01-301-96/+115
* • current query highlighting is done now in drawRect: (much more faster an...Bibiko2010-01-301-23/+131
* • text macro logicBibiko2010-01-291-17/+27
* • further tiny improvements to avoid exceptional cases while highlighting t...Bibiko2010-01-291-0/+3
* • fixed some issues and improved the text macro behaviourBibiko2010-01-291-62/+53
* • text macro improvementsBibiko2010-01-281-5/+44
* • for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1Bibiko2010-01-281-1/+2
* • ESC completionBibiko2010-01-281-15/+9
* • Query Favorite text macroBibiko2010-01-271-19/+24
* • improved the graphical representation of text macro snippetsBibiko2010-01-271-6/+19
* • query favorite snippet session (text macro)Bibiko2010-01-271-1/+49
* • query favorite snippet sessionBibiko2010-01-261-1/+3
* • allow user to define nested snippets inside of the query favoritesBibiko2010-01-261-252/+325
* • further improvements to allow to insert programmable query favorites (as ...Bibiko2010-01-251-45/+141
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-241-2/+146
* • 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