aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • added "Show HELP statements" to MySQL ConsoleBibiko2009-04-282-3/+26
* • some minor cosmetics for the MySQL HelpBibiko2009-04-281-14/+14
* • improved MySQL Help GUI resize behaviourBibiko2009-04-271-5/+41
* • MySQL Help improvedBibiko2009-04-272-219/+315
* • MySQL Help improvedBibiko2009-04-272-17/+174
* • added a prototype to support an Help view for the current word in the Cus...Bibiko2009-04-243-2/+86
* - Add support for click and click-and-drag selection when the line number vi...rowanbeentje2009-04-242-1/+67
* - Ensure that the structure view is always selected on program launch, whate...rowanbeentje2009-04-231-5/+1
* - Clean up some edge cases with "Run current"/"Run previous", and rework the...rowanbeentje2009-04-231-66/+76
* • updated completion list and added core functionsBibiko2009-04-232-8/+333
* Replace in console, new lines (\n) with spacebamse162009-04-231-2/+2
* • ADDED createViewSyntaxPrettifier method to a NSString to make the syntax ...Bibiko2009-04-234-19/+74
* • improved menu item title logic for the gear menu and main menu according ...Bibiko2009-04-231-13/+27
* • ADDED support to duplicate viewsBibiko2009-04-232-18/+47
* • synchronized gear menu titles for "Remove table/view" according to select...Bibiko2009-04-232-2/+39
* • FIXED: now it's possible to remove view(s) in the TableListBibiko2009-04-221-10/+39
* • FIXED added a ; to the separator list for gathering all words used in the...Bibiko2009-04-221-1/+1
* Fix for issue #238. Convert the console message to uppercase when performing ...stuconnolly2009-04-221-2/+2
* • CHANGED: if an error occurs in a series of queries the user will be asked...Bibiko2009-04-222-32/+209
* - Fixed an issue causing a crash with large SQL imports. NSLog was dumping th...avenjamin2009-04-222-2/+14
* • slightly improved "Run Previous" detectionBibiko2009-04-211-4/+26
* • FIXED: synchronized "Run Current/Selection/Previous" button appearance wi...Bibiko2009-04-211-2/+12
* • added - (unsigned int) getLineNumberForCharacterIndex:(unsigned int)anIndex;Bibiko2009-04-212-0/+9
* • make - (unsigned)lineNumberForCharacterIndex:(unsigned)index inText:(NSSt...Bibiko2009-04-212-1/+2
* - Add support for "Run previous" in the custom query text field; this behavi...rowanbeentje2009-04-212-13/+59
* - Save the state of the "Show timestamps" and "Show SELECT/SHOW statements" ...rowanbeentje2009-04-201-6/+6
* - If filters are active and adding messages to the console, ensure the save/...rowanbeentje2009-04-201-0/+2
* - Changed console window to match style of main window.avenjamin2009-04-202-3/+7
* • added selectLineNumber:x to CMTextView to be able to select the line xBibiko2009-04-204-3/+74
* - Build upon documentation lookup by looking up exact manual pages that corre...stuconnolly2009-04-193-9/+25
* Add a slightly modified patch to lookup up the selected text in the custom qu...stuconnolly2009-04-192-6/+51
* Typo.stuconnolly2009-04-191-1/+1
* Fix build warnings complaining about duplicate definitions of display: in NSV...stuconnolly2009-04-181-2/+2
* Make SPPreferenceController the delegate of the favorites manager splitview a...stuconnolly2009-04-181-25/+35
* - Ensure that arrays and dictionaries from prefs which are being upgraded ar...rowanbeentje2009-04-181-2/+2
* - Rework the query console logic. This fixes a memory leak caused by a muta...rowanbeentje2009-04-182-135/+162
* - Update delete table and database warning messages to be more user friendly ...stuconnolly2009-04-173-20/+31
* - Add defaults for the SelectLastFavoriteUsed and LastFavoriteIndex keysrowanbeentje2009-04-171-1/+1
* - Implement line numbering for CMTextView:rowanbeentje2009-04-164-0/+563
* - The connection sheet Edit button now opens the favourites list in preferen...rowanbeentje2009-04-165-41/+75
* - Amend the connection sheet to add an "Add to favorites" button, remove the...rowanbeentje2009-04-163-91/+50
* - Update the connection sheet favourites view to bind to the preferences dir...rowanbeentje2009-04-153-52/+25
* - Tweak favorites/keychain upgrade routine to only fire once, even if going ...rowanbeentje2009-04-151-2/+3
* Fix for issue #173. Change export filename date format to YYYY-MM-DD and remo...stuconnolly2009-04-151-2/+2
* • syntax highlighting and completion list updatedBibiko2009-04-142-5/+8
* • syntax highlighting and completion list updatedBibiko2009-04-142-48/+90
* - When adding a new row, insert the pref-set value for NULL if the default v...rowanbeentje2009-04-141-1/+1
* - Ensure pref upgrades only happen once even if reverting back to older vers...rowanbeentje2009-04-141-2/+2
* - Add a unique ID to each favourite, which is also used when interacting ith...rowanbeentje2009-04-142-23/+86
* - Tweak the favorite button tooltips to refer to 'favorite's instead of 'row'srowanbeentje2009-04-131-0/+3