aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | - 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-032-11/+24
* | | | | | | | | | | • 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-311-3/+2
* | | | | | | | | | | Make use of constants in SPEditorPreferencePane.m.stuconnolly2011-01-301-17/+27
* | | | | | | | | | | Improve unsaved theme warning message.stuconnolly2011-01-301-5/+8
* | | | | | | | | | | - 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-261-0/+31
* | | | | | | | | | • 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
* | | | | | | | | | • 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
* | | | | | | | | | - Change shortcut for "Duplicate Connection Tab" to alt-T for increased disc...rowanbeentje2011-01-232-0/+112
* | | | | | | | | | - Manually restore autosave value for bundle editor splitview width, as this...rowanbeentje2011-01-222-24/+13
* | | | | | | | | | • 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-211-4/+29
* | | | | | | | | | • removed temporary method getRangeForCurrentWordForCompletionBibiko2011-01-213-74/+1
* | | | | | | | | | • sped up getRangeForCurrentWordBibiko2011-01-213-2/+64
* | | | | | | | | | • 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-214-22/+116
* | | | | | | | | | • fixed syntax highlighting for comments like '--\n' or '--\r' since these'...Bibiko2011-01-201-0/+1
* | | | | | | | | | • show activity pane for running Bundle process automatically if the proces...Bibiko2011-01-203-0/+63
* | | | | | | | | | - When saving user changes to the database, catch errors and display them in...rowanbeentje2011-01-202-16/+65
* | | | | | | | | | • bound showFilterTable to main menu's Edit > Find > Find… menu itemBibiko2011-01-191-0/+11
* | | | | | | | | | • invoke auto-completion only if the length of the pending edits is 1 (user...Bibiko2011-01-191-1/+1
* | | | | | | | | | • improved caret positioning for ordering out any kind of tooltip windows e...Bibiko2011-01-192-14/+9
* | | | | | | | | | • fixed NSLocalizedString error while compiling (genstring) in MGTemplateEn...Bibiko2011-01-191-4/+10
* | | | | | | | | | • fixed issue while updating Default Bundles for key equivalentBibiko2011-01-191-1/+2
* | | | | | | | | | • 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-192-2/+2
* | | | | | | | | | - Add a double-click action for transferring user schema privs between avail...rowanbeentje2011-01-171-1/+22