aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • changed NSDictionary structure for [MCPConnection queryDbStructure]Bibiko2010-03-171-2/+4
* - fixed bug for nested snippets if a nested snippet is located at the very en...Bibiko2010-03-171-1/+10
* • fixed bug while presetting the mirrored snippets to their counterparts; t...Bibiko2010-03-161-5/+5
* • Query FavoritesBibiko2010-03-161-7/+188
* - Make a number of changes to attempt to improve disconnection/quit crashes:...rowanbeentje2010-03-161-2/+0
* - Fix some leaks and autoreleases after checking static analysisrowanbeentje2010-03-131-7/+6
* • fixed printing of Extended Table Info if Create Table Syntax view has focusBibiko2010-03-131-0/+10
* • shortened SP_ASLIST_ALL_FIELDS_FROM_SELECTED_TABLE to SP_ASLIST_ALL_FIELD...Bibiko2010-03-091-1/+1
* • 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