From 90002d731b137988e4462374e35220db86731086 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Thu, 25 Mar 2010 22:16:56 +0000 Subject: Bunch of improvements to the server process list viewer, including: - It is now a separate window like the console to enable monitoring. - It now uses the same window style as the console. - The ability to show or hide the process ID, column. This could possibly be enabled for some of the other columns as well, suggestions? - The ability to enable or disable the use of SHOW FULL PROCESSLIST or just SHOW PROCESSLIST. This implements most of the enhancements requested in issue #607, with the exception of the option to enable auto-refresh, which is still being worked on. --- Source/TableDocument.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/TableDocument.m') diff --git a/Source/TableDocument.m b/Source/TableDocument.m index e764a44f..163f6d8b 100644 --- a/Source/TableDocument.m +++ b/Source/TableDocument.m @@ -976,7 +976,7 @@ [prefs addObserver:processListController forKeyPath:SPDisplayTableViewVerticalGridlines options:NSKeyValueObservingOptionNew context:NULL]; } - [processListController displayProcessListSheetAttachedToWindow:tableWindow]; + [processListController displayProcessListWindow]; } /** -- cgit v1.2.3