aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • for [CMTextView selectLineNumber:…] added safety-check for lineNumber < 1Bibiko2010-01-282-8/+14
* • ESC completionBibiko2010-01-281-15/+9
* * renaming a table/view/proc/func now doesn't open a sheet anymorejakob2010-01-282-121/+113
* • SPQueryFavoriteManagerBibiko2010-01-281-1/+1
* * Fixed #484 (renaming tables where only the case changed)jakob2010-01-281-214/+184
* • Query Favorite text macroBibiko2010-01-271-19/+24
* • improved the graphical representation of text macro snippetsBibiko2010-01-273-7/+22
* • query favorite snippet session (text macro)Bibiko2010-01-271-1/+49
* - Fix SSH threads (and connections) which were never cleaned up or closed, p...rowanbeentje2010-01-272-3/+4
* - Ensure the main toolbar items aren't selectable during a task to prevent o...rowanbeentje2010-01-261-0/+1
* • corrected regex to trigger table/db reload after executing a query in the...Bibiko2010-01-261-2/+3
* • query favorite snippet sessionBibiko2010-01-261-1/+3
* • allow user to define nested snippets inside of the query favoritesBibiko2010-01-261-252/+325
* • further improvements to allow to insert programmable query favorites (as ...Bibiko2010-01-254-51/+153
* • added possibility to add a query favorite by user-definable alphanumeric ...Bibiko2010-01-246-9/+196
* Improve Disconnection on connection loss:rowanbeentje2010-01-244-21/+45
* Fix comment typo as a result of recent change.stuconnolly2010-01-231-1/+1
* • bound Custom Query gear menu item "Completion List" (CTRL key is recogni...Bibiko2010-01-222-14/+15
* Restore default behaviour of bringing the most recent window to the front whe...stuconnolly2010-01-221-1/+3
* - When exporting CSVs containing linebreaks, no longer escape those linebrea...rowanbeentje2010-01-221-7/+5
* • updated/added syntax highlighting tokens and completion suggestionsBibiko2010-01-212-8/+25
* Trim leading and trailing whitespace and newlines from the host and SSH host ...stuconnolly2010-01-211-0/+6
* • tiny undo improvement for completionBibiko2010-01-211-0/+1
* • added call to update the completion list to neuralgic placesBibiko2010-01-214-2/+45
* • avoid updating TablesList for queries in Custom Query Editor à la "SHOW ...Bibiko2010-01-211-1/+1
* • completionBibiko2010-01-213-41/+79
* - Correctly escape field names when creating foreign keys, and escape the da...rowanbeentje2010-01-211-3/+3
* - Fix an incorrect bounds check in the data storage class, fixing crashes wh...rowanbeentje2010-01-211-1/+1
* • completion enhancementsBibiko2010-01-214-38/+147
* Address Issue #546 (format string bugs):rowanbeentje2010-01-2015-79/+176
* • completionBibiko2010-01-203-102/+74
* • improved completion for Query Editor bound to ESCBibiko2010-01-194-258/+336
* • added missing PROCEDURE ANALYSE to syntax highlightingBibiko2010-01-191-2/+2
* - Remove some unintentionally committed debugrowanbeentje2010-01-181-2/+0
* Add a new SPDataStorage class, and use it in TableContent and CustomQuery:rowanbeentje2010-01-178-106/+621
* - removed F5 completion debug outputBibiko2010-01-152-17/+18
* • refactored parsing code for F5 completionBibiko2010-01-153-189/+120
* • removed from each open panel:Bibiko2010-01-153-3/+6
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-141-58/+65
* Issue 517: Export MySQL Dump does not include triggers or functionsbamse162010-01-141-5/+71
* • added "componentsJoinedByPeriodAndBacktickQuoted" to NSArrayAdditionsBibiko2010-01-143-39/+20
* Replace COUNT(*) with COUNT(1) which is usually faster, and much faster in ce...bamse162010-01-143-5/+5
* • fixed several sheetDidEnd selectors to close a NSAlert or NSWindow proper...Bibiko2010-01-135-10/+51
* • avoid querying for collations if passed var "encoding" for method getData...Bibiko2010-01-131-1/+1
* • F5 compeltionBibiko2010-01-133-6/+48
* • further improvements for F5 completionBibiko2010-01-134-72/+274
* • fix for i529: set the savePanel's delegate to self in order to handle cha...Bibiko2010-01-131-1/+3
* • CMTextView: Bibiko2010-01-121-2/+37
* • If TableDocument is performing a task suppress any context menu in SPTabl...Bibiko2010-01-121-0/+6
* • fixed: escape new entered comments in the Table Info Pane before applying...Bibiko2010-01-121-1/+1