Bug 74709 - [expressions] Watch action should work on an empty selection
Summary: [expressions] Watch action should work on an empty selection
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.3   Edit
Hardware: All All
: P4 normal (vote)
Target Milestone: 3.4 M2   Edit
Assignee: Michael Rennie CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2004-09-22 15:42 EDT by Kevin Barnes CLA
Modified: 2007-09-05 11:55 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Barnes CLA 2004-09-22 15:42:43 EDT
Similar to Bug #53741
Watch should work for empty selections.
Comment 1 Darin Wright CLA 2005-04-06 15:24:41 EDT
Deferred
Comment 2 Curtis Windatt CLA 2007-08-31 16:08:21 EDT
Reopening to fix.
Comment 3 Curtis Windatt CLA 2007-08-31 16:09:28 EDT
Fixed by removing enablesFor setting in plugin.xml.  Other watch actions were already set to work without requiring a selection.  When the action is run in the editor without a selection, the current token is used as the watch expression.

Fixed in HEAD.
Comment 4 Curtis Windatt CLA 2007-08-31 16:09:57 EDT
Mike, please verify.
Comment 5 Michael Rennie CLA 2007-09-05 11:55:27 EDT
verified