aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTextView.h
Commit message (Collapse)AuthorAgeFilesLines
* Bring outline view branch up to date with trunk (r3279:r3306).stuconnolly2011-05-141-3/+2
|
* Bring outline view branch up to date with trunk (r3234:3277).stuconnolly2011-04-221-1/+17
|
* Bring outline view branch up to date with trunk (r3235:r3245), which should ↵stuconnolly2011-03-191-0/+3
| | | | resolve all warnings.
* • implemented user-definable Soft IndentionBibiko2011-01-211-0/+1
| | | | | - instead of using \t as indention string the user can choose how many spaces should be used instead - addresses issue 956
* • Bundle EditorBibiko2010-11-231-2/+0
| | | | | | | - bailed out from approach to assign more than one scope to Bundle commands; now there're three scopes available: Input Field (incl. Query Editor since it only differs in current_query and insert_as_snippet which falls back to current_line and tooltip message), Data Table, and General (which means that these commands are available app-wide) - moved "Disable Command" to scope popup menu since it's related - Input Field and Data Table commands will be shown as submenus in the Bundles main menu; all General commands will be added without creating a special submenu (only Category submenus will be generated) - fixed and simplified several issues
* • Bundle supportBibiko2010-11-151-8/+1
| | | | | | | - outsourced code to SPAppController to centralise Bundle support and make it available for different scopes (query editor, input text fields, data tables etc.) - store bundle info scope-based - added input text field support - made usage of constants
* • further preparations for user-definable bundle supportBibiko2010-11-101-0/+3
|
* • further preparations for user-definable bundle supportBibiko2010-11-091-1/+3
|
* • further preparations for user-definable bundle supportBibiko2010-11-091-0/+5
|
* • added to SPStringAddition the method ↵Bibiko2010-11-091-2/+0
| | | | | | | runBashCommandWithEnvironment:atCurrentDirectoryPath:error which will run self as bash command and will return its result - if an error occurred it will return a NSError if desired - added the chance to pass shell environment variables and start directory for future usage in user-definable plugins written as scripts
* Rename CMCopyTable to SPCopyTable.stuconnolly2010-08-191-1/+1
|
* Rename CustomQuery as SPCustomQuery.stuconnolly2010-07-061-2/+2
|
* Rename TableDocument to SPDatabaseDocument.stuconnolly2010-05-281-2/+2
|
* Rename TablesList to SPTablesList.stuconnolly2010-05-271-2/+2
|
* Rename CMImageView to SPImageView.stuconnolly2010-05-271-1/+1
|
* Rename CMTextView to SPTextView.stuconnolly2010-05-271-0/+148