Bug 5129 - Copy is disabled in the console
Summary: Copy is disabled in the console
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P1 major (vote)
Target Milestone: ---   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 5310 5316 5401 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-10-22 05:32 EDT by Jerome Lanneluc CLA
Modified: 2001-11-01 09:04 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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. ***