aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextViewAdditions.m
Commit message (Expand)AuthorAgeFilesLines
...
* • Bundle supportBibiko2010-11-161-38/+40
* • Bundle supportBibiko2010-11-151-5/+22
* • Bundle supportBibiko2010-11-151-0/+261
* • fixed bug in Move Line DownBibiko2010-10-251-1/+1
* • added to each NSTextView the possibility to move the current line or the ...Bibiko2010-10-251-2/+60
* • improved "Select Line"Bibiko2010-10-251-2/+5
* - Split out all of SPExportController's delegate methods to their own category.stuconnolly2010-10-241-3/+0
* Considering nearly every class uses constants, import it via the prefix header.stuconnolly2010-10-191-1/+0
* Add missing SVN properties and general comments tidy up.stuconnolly2010-09-211-1/+0
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-2/+2
* • removed initial transition of insertion NSNull into table's dataSource fr...Bibiko2010-02-191-8/+0
* • fixed color setting for editing a table cell which is set to NULL if tabl...Bibiko2010-02-191-0/+9
* - Upgrade Sequel Pro to be compiled as a 3-way PPC/i386/x86_64 binary for re...rowanbeentje2010-01-091-18/+17
* Tidy up.stuconnolly2009-11-071-1/+0
* Replace the use of hard coded preference keys with constants to prevent issue...stuconnolly2009-10-171-2/+3
* • add Menu Item "Insert NULL value" SHIFT+CTRL+NBibiko2009-08-031-0/+13
* • added levenshteinDistanceOfWord: to SPStringAdditionsBibiko2009-07-131-2/+1
* • deleted the drag&drop feature of file path or content from SPTextViewAddi...Bibiko2009-06-151-172/+0
* • moved code for de/increasing font and drag&drop feature (content or while...Bibiko2009-06-131-0/+222
* • added "Select Enclosing Brackets" to each NSTextView (⇧⌘B)Bibiko2009-06-051-0/+86
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+2
* Source tidy up including standard header for all source files.stuconnolly2009-05-181-1/+0
* • changed context menu item in CQ's textview to support "MySQL Help"Bibiko2009-04-301-2/+13
* - Build upon documentation lookup by looking up exact manual pages that corre...stuconnolly2009-04-191-2/+4
* • FIXED bug in doTranspose: if [textView string] === "abc|d" Bibiko2009-04-071-1/+1
* • ADDED - (IBAction)doRemoveDiacritics:(id)senderBibiko2009-04-061-0/+22
* • ADDED: - (IBAction)doTranspose:(id)sender;Bibiko2009-04-051-0/+57
* • ADDED to SPTextViewAdditions:Bibiko2009-04-051-0/+180
* • ADDED: SPTextViewAdditions for adding global functionality to each NSText...Bibiko2009-04-051-0/+28