aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
Commit message (Expand)AuthorAgeFilesLines
...
* | * Moves the background color code for SPTextView into the class. Fixes #1073dmoagx2012-03-161-2/+6
|/
* • removed for syntax hiliting "ensureLayoutForCharacterRange" since it can ...Bibiko2012-01-081-4/+0
* • removed setting of textColor after syntax hilitingBibiko2012-01-051-11/+0
* • removed blocking of SPTextView textStorage while syntax hiliting Bibiko2012-01-051-2/+2
* • fixed issue for line numbering view if associated textView is scrolled fr...Bibiko2012-01-051-15/+36
* Tidy up console/query controller.stuconnolly2011-09-031-0/+1
* Small tidy up.stuconnolly2011-07-311-2/+2
* - Prevent error bell when using the enter key to initiate a connection when ...rowanbeentje2011-07-271-0/+6
* merging SP_REFACTOR branch with trunksqlprodev2011-05-191-3/+15
* Small tidy up, mainly the addition of constants.stuconnolly2011-05-051-2/+2
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-25/+25
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-28/+28
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-5/+5
* Make some minor changes after reviewing r3271:rowanbeentje2011-04-141-4/+4
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-15/+137
* - Fix more warningsrowanbeentje2011-03-141-45/+52
* Fix more warnings.stuconnolly2011-03-131-2/+4
* fixed compiler warningssqlprodev2011-03-011-1/+2
* fixed compiler warningssqlprodev2011-03-011-2/+0
* • further speed optimisations for SQL syntax highlightingBibiko2011-02-031-23/+21
* • forgotten to apply a change of a NoodleLineNumber methodBibiko2011-02-021-1/+1
* • removed keyboard short-cut ?\008^C for "Copy as RTF" since it's not a fre...Bibiko2011-02-021-8/+1
* • some minor code cleaning and improvementsBibiko2011-01-241-19/+35
* • removed temporary method getRangeForCurrentWordForCompletionBibiko2011-01-211-1/+1
* • sped up getRangeForCurrentWordBibiko2011-01-211-2/+2
* • fixed completion issue via alias namesBibiko2011-01-211-1/+5
* • implemented user-definable Soft IndentionBibiko2011-01-211-22/+111
* • invoke auto-completion only if the length of the pending edits is 1 (user...Bibiko2011-01-191-1/+1
* • improved caret positioning for ordering out any kind of tooltip windows e...Bibiko2011-01-191-12/+7
* • fixed issue to highlight the correct current query after undoing, i.e. do...Bibiko2011-01-141-0/+3
* • disabled in [SPTextView boundsDidChangeNotification] the view update to a...Bibiko2011-01-101-2/+2
* • trial to fix boundsDidChangeNotification for logs 1894, 1900, 1901Bibiko2011-01-061-4/+4
* • some minor code cleaningBibiko2011-01-051-3/+1
* • enabled Bundle main menuBibiko2011-01-051-0/+2
* * Recognize "performance_schema" as system DB (added in 5.5)dmoagx2010-12-181-1/+7
* - Rework insertCommonPrefix to insertAutocompletePlaceholder, implementing a...rowanbeentje2010-11-301-1/+1
* • Bundle commandsBibiko2010-11-301-1/+1
* • Bundle EditorBibiko2010-11-231-192/+3
* • Bundle EditorBibiko2010-11-221-0/+6
* • added line numbering and current line highlighting to Bundle Editor's com...Bibiko2010-11-211-4/+5
* • Bundle supportBibiko2010-11-161-28/+1
* • Bundle supportBibiko2010-11-151-1/+11
* • Bundle supportBibiko2010-11-151-128/+51
* • some sequelpro://...@passToDoc/ExecuteQuery/csv improvementsBibiko2010-11-111-19/+19
* • added to Bundle shell command these variables:Bibiko2010-11-111-23/+45
* • improved Bundle support; now it the passed input string will be saved as ...Bibiko2010-11-101-52/+61
* • first implementation to allow the user to write and use self-definable f...Bibiko2010-11-101-6/+148
* • further preparations for user-definable bundle supportBibiko2010-11-101-20/+101
* • further preparations for user-definable bundle supportBibiko2010-11-091-10/+55
* • further preparations for user-definable bundle supportBibiko2010-11-091-2/+53