Bug 5129

Summary: Copy is disabled in the console
Product: [Eclipse Project] JDT Reporter: Jerome Lanneluc <jerome_lanneluc>
Component: DebugAssignee: Darin Wright <darin.eclipse>
Status: VERIFIED FIXED QA Contact:
Severity: major    
Priority: P1 CC: dj.houghton, rodrigo, t.p.ellison
Version: 2.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows 2000   
Whiteboard:

Description Jerome Lanneluc CLA 2001-10-22 05:32:48 EDT
Build 205/20011018

If you get a stack trace in the console, and select it, you cannot copy it 
since the 'copy' menu item is disabled as well as Ctrl+C.
Comment 1 Joe Szurszewski CLA 2001-10-25 12:51:52 EDT
ConsoleViewerAction used to extend TextViewerAction, which implemented 
IUpdate.  This changed so that it extended just Action.  This meant that the 
console actions that depended on be dynamically updated so they could set their 
enabled state (COPY, CUT, PASTE) didn't get updated, and hence were usually not 
enabled.  Fixed ConsoleViewerAction to directly implement IUpdate.  
Comment 2 Joe Szurszewski CLA 2001-10-25 12:52:02 EDT
Fixed.
Comment 3 Darin Wright CLA 2001-10-26 16:25:27 EDT
*** Bug 5310 has been marked as a duplicate of this bug. ***
Comment 4 Darin Wright CLA 2001-10-29 08:58:46 EST
*** Bug 5316 has been marked as a duplicate of this bug. ***
Comment 5 Darin Wright CLA 2001-10-31 14:28:34 EST
Verified.
Comment 6 Darin Wright CLA 2001-11-01 09:04:13 EST
*** Bug 5401 has been marked as a duplicate of this bug. ***