aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextViewAdditions.m
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/mergeclasses'Max2018-01-201-1/+0
|\
| * Merge SPAppController (part of #2789)Max2018-01-201-1/+0
* | Replace all calls to deprecated method +propertyListFromData:mutabilityOption...Max2018-01-131-215/+218
|/
* Fix bundle commands no longer working in popup field editor (and possibly oth...Max2015-10-211-1/+1
* Replace a lot of SPBeginAlertSheet()s with the more concise SPOnewayAlertSheet()Max2015-10-201-4/+10
* Minimal refactoringMax2015-03-091-5/+5
* Add cast for [NSApp delegate]Max2014-12-131-7/+7
* Update URL in source file header to point to GitHub.Stuart Connolly2014-01-261-1/+1
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
* Changing SP_REFACTOR macro to SP_CODAsqlprodev2013-02-141-9/+9
* Fix more warnings.stuconnolly2013-02-021-1/+1
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-13/+20
* Add a new SPAppController SPWindowManagement.stuconnolly2012-07-071-0/+1
* Move the BASH command code from the string additions category to remove the d...stuconnolly2012-05-071-9/+9
* #ifdef'ing out references to frameworks that are not used in SP_REFACTOR buildssqlprodev2012-03-291-0/+4
* silence compiler warning about id return typesqlprodev2012-03-261-3/+3
* - Roll back r3453 to avoid future license issuesrowanbeentje2012-01-101-3/+3
* - Fix compilation errors reported by pornelski in Issue #1253rowanbeentje2012-01-041-3/+3
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-3/+2
* Fixes source text encoding problems accidentally introduced in r3273sqlprodev2011-04-141-4/+4
* SP_REFACTOR: Workaround for naming conflict with postNotificationOnMainThread...sqlprodev2011-04-141-9/+4
* initial commit of SP_REFACTOR ifdefs, the start of a long quest to separate U...sqlprodev2011-04-111-2/+9
* - Add Command-0 as the shortcut to restore the default font size in the HTML...rowanbeentje2011-04-111-0/+12
* - Fix more warningsrowanbeentje2011-03-141-20/+21
* fixed compiler warningssqlprodev2011-03-011-1/+2
* • some minor code cleaning and improvementsBibiko2011-01-241-1/+5
* • removed temporary method getRangeForCurrentWordForCompletionBibiko2011-01-211-72/+0
* • sped up getRangeForCurrentWordBibiko2011-01-211-0/+61
* • improved replacing selection of Bundle commands - intersect ranges in bef...Bibiko2011-01-191-2/+3
* • fixed bug for Bundle input data selected text or entire contentBibiko2011-01-191-1/+2
* • fixed issue to highlight the correct current query after undoing, i.e. do...Bibiko2011-01-141-0/+2
* • fixed bug for Bundle commands to detect if current textview is the Query ...Bibiko2011-01-051-1/+1
* • fixed issue form redirecting output actions via exit codes if Bundle's de...Bibiko2010-12-211-3/+4
* • Bundle supportBibiko2010-12-141-1/+1
* • fixed GUI problem for line numbering in Query EditorBibiko2010-12-141-1/+1
* • made usage of more constants to avoid double-storing stringsBibiko2010-12-121-1/+1
* • HTML output window's JavaScript supportBibiko2010-12-121-4/+4
* • Bundle commandsBibiko2010-12-091-2/+9
* • Bundle CommandsBibiko2010-12-091-0/+25
* • Bundle commandsBibiko2010-12-081-4/+44
* • Bundle CommandsBibiko2010-12-011-0/+1
* • added chance to cancel an activity - up to now a running Bundle command ...Bibiko2010-12-011-1/+8
* • Bundle commandsBibiko2010-11-301-1/+1
* • Bundle commandsBibiko2010-11-291-1/+1
* • Bundle Command supportBibiko2010-11-261-2/+15
* • Bundle EditorBibiko2010-11-231-2/+2
* • Bundle EditorBibiko2010-11-231-36/+47
* • 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-34/+1