aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • for auto-completion suppress the caret moving inside `foo`|Bibiko2010-03-091-1/+1
* • added $SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE as pre-defined snippet listBibiko2010-03-091-54/+165
* • fixed bug in snippet list - now it inserts the chosen item correctly afte...Bibiko2010-03-091-25/+77
* • fixed some minor GUI issues for SPNarrowDownCompletion windowBibiko2010-03-091-2/+4
* • added possibility to define a snippet via ¦a¦b¦ – such a snippet wil...Bibiko2010-03-081-3/+42
* • auto-completionBibiko2010-03-081-1/+1
* • outsourced keyword completion and function completion lists to Completion...Bibiko2010-03-081-1006/+56
* • added to CustomQuery's CMTextView the option to set auto-completion on/of...Bibiko2010-03-071-10/+46
* • set CMTextView temporarily to editable:YES if the tab stops width is chan...Bibiko2010-03-061-0/+6
* • CSV Import Field MapperBibiko2010-03-061-33/+48
* • CSV Import Field MapperBibiko2010-03-051-1/+1
* • REPAIR, OPTIMIZE, ANALYZE, FLUSH, CHECKSUM now can be applied to more tha...Bibiko2010-02-261-1/+1
* • Query Favorites:Bibiko2010-02-251-0/+13
* • corrected regexp for parsing text macro snippetsBibiko2010-02-151-3/+3
* • improved text macro snippet behaviourBibiko2010-02-131-40/+72
* Fix a number of memory leaks, and over-releases, as both a result of manual i...rowanbeentje2010-02-101-2/+2
* • initial implementation of bash execution inside ${x:…} snippetsBibiko2010-02-061-25/+52
* • further preparations to allow to run any bash command(s) incl. any script...Bibiko2010-02-061-0/+57
* • fixed undo behaviour of insertion of history/query favsBibiko2010-02-041-2/+11
* • CMTextViewBibiko2010-02-021-1/+4
* • fixed partially syntax highlighting for very very long linesBibiko2010-02-021-7/+25
* • added key-shortcut ⌘= to make the textview size largerBibiko2010-02-021-7/+46
* • fixed in CMTextView several NSInteger which has to be NSUInteger; this le...Bibiko2010-02-021-21/+21
* • sped up Query Editor for larger textBibiko2010-02-011-19/+26
* • CMTextView: switch off syntax highlighting if text buffer size is larger ...Bibiko2010-02-011-6/+24
* • re-enabled possibility to change the font size of non-editable CMTextView...Bibiko2010-02-011-2/+2
* • Added basic print support for each CMTextViewBibiko2010-02-011-38/+57
* • improved text macro snippet logicBibiko2010-02-011-17/+19
* • Content Table and Query Editor table's tooltip are displayed by using the...Bibiko2010-01-311-96/+10
* • 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