aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPBundleHTMLOutputController.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove useless init and dealloc method comments and perform general tidy up.stuconnolly2013-01-221-5/+8
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+20
|
* Tidy up bundle editor UI.stuconnolly2011-06-151-4/+2
|
* • fixed warningsBibiko2011-03-151-2/+2
|
* • added 'suppressExceptionAlert' JavaScript function for window.system ↵Bibiko2011-01-141-0/+2
| | | | bridge; if called JS exceptions won't be alerted instead written to Console
* • HTML output windowBibiko2010-12-131-0/+2
| | | | | - a BASH script called via window.system.run() inherits the current shell vars and the associated SP_PROCESS_ID if set to make it easier to run sequelpro URL scheme commands from JavaScript via BASH - improved error handling
* • added Save Page As and View Source to HTML output window's context menuBibiko2010-12-081-0/+3
|
* • Bundle Command supportBibiko2010-11-261-0/+2
| | | | | | - added shell var SP_ICON_FILE - a bundle command which outputs its result as HTML window will write the data in the same window, ie it won't be create each time a new window; the window will be identified by the bundle's uuid - fixed issue while saving a short-cut in keybinding.dict format, now it ignores possible diacritics - maybe bug in ShortcutRecorder for method [aRecorder keyCharsIgnoringModifiers] since in the objectValue it's set correctly
* • Bundle EditorBibiko2010-11-221-1/+9
| | | | | | | | | | - added output action "Show as HTML" • Bundle HTML output - finished implementation - added print support (eg for printing reports) - added text size resizing - added link support - added new window support
* • added skeleton for displaying the result of Bundle commands in a ↵Bibiko2010-11-221-0/+38
separate HTML webkit window