
http://bugzilla.qos.ch/show_bug.cgi?id=72 ------- Comment #1 from elefkof@ingdirect.com 2007-05-15 19:29 ------- Created an attachment (id=4) --> (http://bugzilla.qos.ch/attachment.cgi?id=4&action=view) Enhancements to plugin - Removed sample.gif - Changed main logo to logback.gif to be a coffee cup logo to match Logback's logo - Changed ID in LogbackPlugin and LogbackView from static strings to pull from .class.getName() for easier refactoring and to be more correct. - Added a Copy to Console action for copying one line of logging to the clipboard. Used the standard Eclipse copy icon - Added Copy and OpenStackTrace to the toolbar of the View - Added Copy and Clear to the right click context menu for convenience - Copy and Openstacktrace now enable and disable based on selection in the view in a SelectionChanged handler on the table - Changed all code to use LogbackPlugin.getImageDescriptor() for loading images. Before the same code for doing URL retrieval was in a few places. - Changed cached colors from "cachedRed" to "cachedError" so the color can be changed. - Added a "cachedInfo" color default of BLUE. - Changed colors to be dynamic and loaded from the plugin PreferenceStore - Changed PatternLayout from being stored in Memento to the PreferenceStore - Moved most of the preferences to PreferenceStore - Changed Dialog to have title "Logback View Preferences" instead of "Logback View Options" -- Configure bugmail: http://bugzilla.qos.ch/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.