aboutsummaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* • removed log for giving up line numberingBibiko2009-05-111-3/+0
* • fix syntax highlighting for PROCEDUREBibiko2009-05-111-2/+2
* • added drag 'n' drop functionality to CMTextView to allow to drag a file p...Bibiko2009-05-082-107/+294
* • fix for issue 253: syntax highlighting didn't recognize a \r as line endingBibiko2009-05-081-6/+6
* • added "Query Editor" preference pane for setting colors, font, and modes ...Bibiko2009-05-077-149/+359
* Issue 233: Option to copy field headings from result panelsbamse162009-05-054-33/+60
* • improved completion in CQ's text viewBibiko2009-05-024-43/+93
* • MySQL Help - simplified code for goBack/Forward buttons because it is sup...Bibiko2009-05-011-8/+2
* - Fix indentation behaviour when there are spaces after as well as before th...rowanbeentje2009-04-301-1/+9
* • added "MySQL Help" to the MainMenu > Help submenuBibiko2009-04-304-11/+43
* • changed context menu item in CQ's textview to support "MySQL Help"Bibiko2009-04-305-37/+56
* • MySQL HelpBibiko2009-04-304-13/+31
* • MySQL HelpBibiko2009-04-302-43/+73
* • MySQL HelpBibiko2009-04-292-11/+61
* • MySQL HelpBibiko2009-04-291-2/+3
* Add a menu item separator between the default menu items and MySQL search items.stuconnolly2009-04-291-0/+1
* • MySQL Help refactoringBibiko2009-04-293-156/+167
* • MySQL HelpBibiko2009-04-292-25/+33
* • MySQL HelpBibiko2009-04-291-15/+76
* • MySQL Help:Bibiko2009-04-281-1/+1
* • MySQL HelpBibiko2009-04-281-2/+8
* • MySQL HelpBibiko2009-04-281-7/+17
* • MySQL Help:Bibiko2009-04-281-17/+9
* • MySQL Help improved:Bibiko2009-04-282-8/+54
* • 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