aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* - When changing column selections in the filter dropdowns, preserve the filt...rowanbeentje2011-02-141-0/+7
* - Fix trigger deletion to use the correct trigger namerowanbeentje2011-02-132-888/+129
* • show in Content tables' header comments and ENUM/SET valuesBibiko2011-02-111-17/+25
* - Revert r3187, which only masked an underlying bug and caused double column...rowanbeentje2011-02-116-87/+90
* When the user cancels the SSH password prompt, prevent further prompts and al...stuconnolly2011-02-083-95/+131
* - Ensure table information is retrieved on the working thread, to prevent a ...rowanbeentje2011-02-071-0/+6
* - Don't bring the task window to the front before re-adding it to the parent...rowanbeentje2011-02-061-1/+0
* • further speed optimisations for SQL syntax highlightingBibiko2011-02-031-23/+21
* • CSV field mapperBibiko2011-02-033-19/+76
* • improve CSV field mapping method to align file header names with table co...Bibiko2011-02-031-16/+72
* • forgotten to apply a change of a NoodleLineNumber methodBibiko2011-02-021-1/+1
* • several speed optimisations and code cleaningBibiko2011-02-022-253/+279
* • removed keyboard short-cut ?\008^C for "Copy as RTF" since it's not a fre...Bibiko2011-02-021-8/+1
* • changed the behaviour of ⇧⌘K (Show/Hide Console) slightlyBibiko2011-02-011-16/+17
* • fixed updateWindowTitle: threading issueBibiko2011-02-011-1/+1
* - Ensure window title updates occur on the main thread, fixing crashes under...rowanbeentje2011-01-312-8/+12
* Interface tweaks.stuconnolly2011-01-312-15/+64
* Update the README file and add it to the Xcode project so it's more visible.stuconnolly2011-01-312-19/+23
* Make use of constants in SPEditorPreferencePane.m.stuconnolly2011-01-301-17/+27
* Improve unsaved theme warning message.stuconnolly2011-01-302-5/+9
* - Improve thread safety when loading content views, improving Issue #953rowanbeentje2011-01-291-4/+5
* • added print accessory view for background printing yes/no to HTML output ...Bibiko2011-01-281-0/+8
* • improved print capability of the HTML output windowBibiko2011-01-281-1/+44
* • fixed exception for printing Content table if it contains GEOMETRY dataBibiko2011-01-281-2/+23
* • changed in HTML output window the link behaviour of file:// URL scheme; n...Bibiko2011-01-281-3/+9
* • fixed table list querying by checking utf8 connection since we query info...Bibiko2011-01-261-6/+17
* • bound short-cut ⌥⎋ to display the context menu of the first responder...Bibiko2011-01-263-19/+50
* • some code improvements for willDisplayCell:Bibiko2011-01-252-23/+44
* • some minor code improvements for speed esp. for line selecting via gutterBibiko2011-01-251-30/+33
* • check the character length of the keyDown eventBibiko2011-01-251-1/+2
* • updated Credits.rtf re ShortcutRecorderBibiko2011-01-241-0/+11
* • some minor code cleaning and improvementsBibiko2011-01-242-20/+40
* • fixed minor issue for filterTable approach in ContentBibiko2011-01-243-2/+28
* - Fix issues restoring the filename or advanced views in the export interfac...rowanbeentje2011-01-241-0/+2
* - Update the README for latest .ibplugin advice for BWToolkit and ShortcutRe...rowanbeentje2011-01-241-11/+16
* - Add a customised version of BWToolKit, incorporating Robert Payne's patch ...rowanbeentje2011-01-232-0/+1
* - Change shortcut for "Duplicate Connection Tab" to alt-T for increased disc...rowanbeentje2011-01-237-26/+207
* - Manually restore autosave value for bundle editor splitview width, as this...rowanbeentje2011-01-223-77/+469
* • update MySQL search URL for web search in Help windowBibiko2011-01-221-1/+1
* • updated syntax highlighting and completion suggestions due to 5.5 additionsBibiko2011-01-213-5/+56
* • removed temporary method getRangeForCurrentWordForCompletionBibiko2011-01-213-74/+1
* • sped up getRangeForCurrentWordBibiko2011-01-213-2/+64
* • made Editor pref's Soft indent independent from Auto IndentBibiko2011-01-211-63/+8
* • fixed completion issue via alias namesBibiko2011-01-213-8/+19
* • fixed issue for placeholder insertion while completion of already backtic...Bibiko2011-01-211-4/+15
* • fixed issue for placeholder insertion while completion of already backtic...Bibiko2011-01-211-5/+14
* • implemented user-definable Soft IndentionBibiko2011-01-216-56/+449
* • do not remove line breaks in beforehand for "Format SQL" Bundle commandBibiko2011-01-201-1/+1
* • fixed syntax highlighting for comments like '--\n' or '--\r' since these'...Bibiko2011-01-201-0/+1
* • fixed several memory leaks in PSMTabBar for NSMutableParagraphStyle (than...Bibiko2011-01-206-15/+23