aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
Commit message (Expand)AuthorAgeFilesLines
* Change filesize units to base 2 rather than base 10. Fixes issue #690. Patch ...stuconnolly2010-05-181-2/+2
* Rework alert sheets:rowanbeentje2010-05-091-1/+1
* Enable all *reasonable* warnings for all build configurations and fix a few o...stuconnolly2010-04-261-1/+2
* - Allow CMTextView to track SPNarrowDownCompletion state, ensuring old windo...rowanbeentje2010-04-221-27/+25
* - Tweak autocompletion on-delay-after-typing to no longer trigger on whitesp...rowanbeentje2010-04-191-7/+10
* Review usage of notifications, afterDelay: and waitUntilDone:NO calls:rowanbeentje2010-04-121-11/+4
* Tried to fine-tune the auto-completion behaviour esp. for automatically inser...Bibiko2010-04-071-2/+1
* • overlapping of completion windows after refreshing its content if db stru...Bibiko2010-04-061-1/+12
* More tidy up. Constants and functions.stuconnolly2010-03-311-1/+0
* • if document window will close sent a 'cancelPreviousPerformRequestsWithTa...Bibiko2010-03-311-2/+3
* • querying for db structure is queued for the same connection to avoid 'ove...Bibiko2010-03-311-12/+41
* • some speed improvements and code simplifications for navigatorBibiko2010-03-301-7/+2
* • improved completion suggestion for db schemataBibiko2010-03-291-3/+6
* • fixed several issue for completion listsBibiko2010-03-291-2/+2
* - db structure for tables and views will now be queried by using SHOW… stat...Bibiko2010-03-281-16/+36
* • first steps to ease the structure querying for auto-completion and navigatorBibiko2010-03-261-1/+9
* • fixed the type info display of fields in the auto-completion list due the...Bibiko2010-03-251-1/+1
* - Remove observers for key paths when dealloc'ing objects to fix later crash...rowanbeentje2010-03-231-0/+17
* • NavigatorBibiko2010-03-211-0/+38
* • some improvements for navigatorBibiko2010-03-191-1/+1
* • further work on Navigator (not yet active but workable -> unHide menu item)Bibiko2010-03-191-43/+68
* • 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