aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.m
Commit message (Expand)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* - Fix all the Xcode 4.6.2 build warnings, and tweak warning settings to enab...rowanbeentje2013-05-211-8/+1
* Fix more wanrings by creating a protocol that delegates of the copy table sho...stuconnolly2013-02-161-7/+8
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-55/+55
* Changes required to merge Sequel Pro r4011 into Codasqlprodev2013-02-141-0/+12
* - Merge in changes from 1.0.x release branch to trunkrowanbeentje2013-02-131-3/+3
|\
| * - Fix warnings and logic bugs; thanks to Steven Frank for highlighting theserowanbeentje2013-02-121-3/+3
* | Move the flex parsing function definitions to their own file so they're not d...stuconnolly2013-01-251-15/+3
* | Fix more warnings.stuconnolly2013-01-241-4/+1
|/
* - Correctly draw/update the selection highlight within the SPTextView used i...rowanbeentje2012-12-231-0/+23
* - Tweak SPTextView background drawing, moving custom drawing into a differen...rowanbeentje2012-12-191-4/+2
* - Fix position of the autocomplete popup when the popup is just before a lin...rowanbeentje2012-08-211-25/+29
* - Fix custom selection colours using a translucent colour being blended thro...rowanbeentje2012-07-301-14/+53
* - Remove the last BWToolKit view items from the main nib (DBView) by redesig...rowanbeentje2012-07-291-3/+4
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-11/+21
* Merged SP r3710 with Codasqlprodev2012-07-051-1/+1
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-2/+4
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+4
* - Clean up SPMySQL and QueryKit inclusion and search methods, which should f...rowanbeentje2012-03-271-4/+0
* tweaks to compile on Xcode 4 / 10.6 SDK for SP_REFACTORsqlprodev2012-03-271-0/+5
* Missing from previous commit.stuconnolly2012-03-171-3/+4
* Merge in the SPMySQL Framework. This new framework should provide much of th...rowanbeentje2012-03-171-6/+8
|\
| * Final feature work on the SPMySQL branch before merging:rowanbeentje2012-03-141-5/+6
| * Warning: this branch commit is largely untested, and known to throw exception...rowanbeentje2012-02-231-1/+2
* | * 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