| Commit message (Expand) | Author | Age | Files | Lines |
* | • FIXED if deleteBackward: avoid auto-uppercasing if resulting word would b... | Bibiko | 2009-04-08 | 2 | -3/+10 |
* | • FIXED auto-uppercasing bug if SQL keyword is found at the absolute end of... | Bibiko | 2009-04-08 | 1 | -5/+10 |
* | • syntax highlighting updated | Bibiko | 2009-04-08 | 3 | -108/+148 |
* | • optimized syntax highlighting a bit | Bibiko | 2009-04-07 | 3 | -248/+311 |
* | • FIXED in runAllQueries: deselect a given selection before calling textSto... | Bibiko | 2009-04-07 | 1 | -0/+1 |
* | Fix for issue #211: Table content count incorrectly reporting selected row co... | stuconnolly | 2009-04-07 | 1 | -8/+16 |
* | • improved auto-uppercasing for: pasting queries from favourites & history ... | Bibiko | 2009-04-07 | 2 | -7/+28 |
* | • FIXED bug in doTranspose: if [textView string] === "abc|d" | Bibiko | 2009-04-07 | 1 | -1/+1 |
* | - Select 'drop tables' option for MySQL export by default, to improve backup... | rowanbeentje | 2009-04-06 | 4 | -23/+68 |
* | • FIXED: "Limit from" NSStepper retains the old value if the new value woul... | Bibiko | 2009-04-06 | 2 | -2/+28 |
* | • ADDED - (IBAction)doRemoveDiacritics:(id)sender | Bibiko | 2009-04-06 | 2 | -0/+23 |
* | • ADDED: - (IBAction)doTranspose:(id)sender; | Bibiko | 2009-04-05 | 2 | -0/+58 |
* | Fix an issue where by the show/hide console menu item was not being updated w... | stuconnolly | 2009-04-05 | 3 | -12/+41 |
* | • tentative fix to suppress auto-uppercasing/syntax highlighting of table/f... | Bibiko | 2009-04-05 | 1 | -2/+2 |
* | • ADDED to SPTextViewAdditions: | Bibiko | 2009-04-05 | 3 | -147/+190 |
* | • ADDED: SPTextViewAdditions for adding global functionality to each NSText... | Bibiko | 2009-04-05 | 2 | -0/+55 |
* | - Fix an invalid reference to a missing pulldown_arrow image causing invalid... | rowanbeentje | 2009-04-05 | 5 | -11/+30 |
* | • FIXED: allow to enter dead keys esp. for non-US keyboards | Bibiko | 2009-04-04 | 1 | -1/+3 |
* | - Change the method of creating a new table to be the same as that when creat... | stuconnolly | 2009-04-04 | 2 | -252/+273 |
* | • FIXED upper case of e.g. 'order_' issue | Bibiko | 2009-04-04 | 1 | -18/+23 |
* | • REARRANGED keyDown: for further changes | Bibiko | 2009-04-03 | 1 | -115/+278 |
* | • ADDED copyAsRTF: to preserve syntax highlighting while copying | Bibiko | 2009-04-03 | 1 | -0/+19 |
* | - Add the ability for CMTextView to automatically capitalise SQL keywords in... | rowanbeentje | 2009-04-03 | 5 | -22/+81 |
* | - Improves autopairing to no longer autopair different quote characters with... | rowanbeentje | 2009-04-02 | 1 | -1/+34 |
* | Change the toggle console menu item's title to either 'Show' or 'Hide' console. | stuconnolly | 2009-04-02 | 1 | -1/+8 |
* | - Implemented "Clear History" in new Gear menu | avenjamin | 2009-04-02 | 2 | -0/+7 |
* | - Add a new "gear" action menu underneath the custom query view, including a... | rowanbeentje | 2009-04-02 | 6 | -13/+233 |
* | - Add autopairing support to CMTextView - many thanks to Hans-Jörg Bibiko f... | rowanbeentje | 2009-04-01 | 5 | -10/+299 |
* | For some reason the display of the table create and update dates in the statu... | stuconnolly | 2009-03-31 | 2 | -22/+7 |
* | - Fix behaviour of the enter key to run the query again - broken in r451 | rowanbeentje | 2009-03-31 | 1 | -2/+2 |
* | - Update the custom query view to preserve indentation level on newlines, to... | rowanbeentje | 2009-03-30 | 1 | -0/+43 |
* | Fix 'Clear Console' menu item, which was disabled because of missing 'clearCo... | stuconnolly | 2009-03-30 | 2 | -5/+11 |
* | - When exporting to an SQL file, disable foreign key checks, change SQL mode... | rowanbeentje | 2009-03-28 | 1 | -11/+41 |
* | - The status tab now no longer crashes when viewing Views. (Resolves Issue ... | rowanbeentje | 2009-03-28 | 2 | -25/+43 |
* | - Add a preference (currently with no UI) for connection timeout | rowanbeentje | 2009-03-28 | 5 | -52/+54 |
* | Improve interaction with connection favorites to prevent issues saving favori... | rowanbeentje | 2009-03-28 | 2 | -4/+9 |
* | Fixed bug when using the IN filter. removed inclusion of single quotes at sta... | avenjamin | 2009-03-27 | 1 | -1/+1 |
* | Fixed bug where exporting current table would use the field terminator, enclo... | avenjamin | 2009-03-27 | 2 | -14/+27 |
* | - Fix exceptions and so saving table column width changes in databases or ta... | rowanbeentje | 2009-03-27 | 1 | -6/+2 |
* | improve labels of toolbar icons | abhibeckert | 2009-03-26 | 1 | -7/+7 |
* | Completely redesigned query console that now uses a table view instead of a t... | stuconnolly | 2009-03-26 | 10 | -157/+556 |
* | Rename tokens.h to SPEditorTokens.h and tokens.l to SPEditorTokens.l. | stuconnolly | 2009-03-26 | 4 | -6/+6 |
* | - when loading texts/blobs is disabled, the table view now shows "(not loaded... | jakob | 2009-03-26 | 2 | -19/+114 |
* | Scale print image horizontally | bamse16 | 2009-03-26 | 1 | -1/+1 |
* | - updated the backtickQuotedString method to be 10.4 compatible (and to compi... | jakob | 2009-03-26 | 1 | -1/+1 |
* | Reset print settings, so we're not prompted about saving them | bamse16 | 2009-03-26 | 1 | -0/+3 |
* | - updated the backtickQuotedString method to be 10.4 compatible | jakob | 2009-03-26 | 1 | -1/+16 |
* | Enabled Page Setup for printing, so now you can print landscape too | bamse16 | 2009-03-26 | 1 | -1/+2 |
* | - Refactor custom query results redrawing code and reset view position to av... | rowanbeentje | 2009-03-25 | 1 | -23/+17 |
* | Fix a reproducible sort-sort-refresh-sort crash bug by explicitly managing so... | rowanbeentje | 2009-03-25 | 1 | -3/+7 |