aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* • 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
* • 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