aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CustomQuery.m
Commit message (Expand)AuthorAgeFilesLines
...
* - Improve r911 (initial Custom Query editability) to allow editing of rows c...rowanbeentje2009-06-221-13/+13
* • first trial to make the result table in the Custom Query editable for suc...Bibiko2009-06-221-44/+221
* • improved: "Copy as SQL INSERT" in Custom Query passes the original table ...Bibiko2009-06-221-6/+23
* • first steps to synchronize CustomQuery table and ContentTableBibiko2009-06-221-4/+73
* • some code cleaning and tiny performance enhancements for various for/whil...Bibiko2009-06-211-23/+30
* • added to SPArrayAdditions.h: NSArrayObjectAtIndex() inline functionBibiko2009-06-181-9/+12
* • some tiny improvements to speed up queryString:Bibiko2009-06-181-4/+4
* • changed regex of trigger a reload of table/db according to executed queriesBibiko2009-06-171-3/+4
* • improved: sped up removing the background color for query highlightingBibiko2009-06-061-2/+8
* • added to Editor Preferences:Bibiko2009-06-051-4/+19
* • reload table list, database pull-down menu according to user's statements...Bibiko2009-06-051-13/+37
* Fixed some memory leaks found using llvm/clang. There are still some to fixbamse162009-06-051-1/+3
* • fixed: suppress highlighting of the current query if something is selectedBibiko2009-06-041-1/+7
* • simplified quertAtPosition:Bibiko2009-06-041-213/+99
* • updated queryTextRangeForQuery: method to make usage of the new SQLParserBibiko2009-06-041-15/+11
* • added support for the “delimiter” commandBibiko2009-06-041-87/+119
* • ADDED: highlight the current active query by setting its background color...Bibiko2009-05-281-1/+19
* • fixed dependence in showHelpForCurrentWord: to allow to invoke the help (...Bibiko2009-05-281-1/+1
* Fix for query editor font being lost. Initialize the prefs reference in setCo...stuconnolly2009-05-271-2/+2
* • activate Preference setting for caret colorBibiko2009-05-241-1/+2
* - Forgot to save this file before last commitavenjamin2009-05-221-3/+3
* - Few Changes to Query Editor Preferenceavenjamin2009-05-221-119/+119
* - Fixed NSFontPanel issue. Now showing font collections in Font Panelavenjamin2009-05-211-0/+7
* • made mySQLConnection reachable for CMTextViewBibiko2009-05-201-0/+2
* New preference to allow the displaying of vertical grid lines in table views.stuconnolly2009-05-191-26/+42
* • implemented a new approach to split a string into single SQL statements b...Bibiko2009-05-191-0/+10
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-1/+2
* - added ability to view function and procedures and preliminary ability to in...mtvee2009-05-131-2/+2
* More dialog updates. Issue #192.stuconnolly2009-05-121-5/+6
* • added "Query Editor" preference pane for setting colors, font, and modes ...Bibiko2009-05-071-20/+28
* • MySQL Help - simplified code for goBack/Forward buttons because it is sup...Bibiko2009-05-011-8/+2
* • added "MySQL Help" to the MainMenu > Help submenuBibiko2009-04-301-9/+22
* • changed context menu item in CQ's textview to support "MySQL Help"Bibiko2009-04-301-0/+11
* • MySQL HelpBibiko2009-04-301-1/+1
* • MySQL HelpBibiko2009-04-301-40/+69
* • 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-291-152/+161
* • MySQL HelpBibiko2009-04-291-18/+26
* • 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-281-7/+52
* • 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-271-216/+298
* • MySQL Help improvedBibiko2009-04-271-17/+163
* • added a prototype to support an Help view for the current word in the Cus...Bibiko2009-04-241-2/+72