aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConsoleMessage.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove SVN property placeholder.Stuart Connolly2014-01-261-2/+0
|
* Change Sequel Pro's license from GPL (version 2) to MIT.stuconnolly2012-07-251-12/+19
|
* Tidy up.stuconnolly2010-10-191-2/+0
|
* Bunch of improvements to the query console, including:stuconnolly2009-11-141-2/+5
| | | | | | | | | | | | | - New connection column (been meaning to add this for a while) - Display table view column headers - Enable table view text cell line truncating - Allow table view columns to be re-ordered - The table view now respects the display table view vertical grid lines preference - Support for including the connection when saving messages to a file - Support for showing/hiding the connection column - Increase table view row height to match that of all others - Display message time stamps using the user's system wide medium time format
* More header updates for source files, including Subversion Id property.stuconnolly2009-05-191-0/+3
|
* Completely redesigned query console that now uses a table view instead of a ↵stuconnolly2009-03-261-0/+40
text view. This should significantly improve import speed, but most importantly resolves the crashes caused by the drawing that was being performed by the text view. Fixes issue #87 and implements #167. New console provides the following: - Live filtering - Ability to hide message time stamps - Ability to hide SELECT/SHOW statement messages - Ability to copy messages to pasteboard, including multiple messages - Ability to save the current filtered content to a file, with the option to include the message time stamps