Bug 19455 - [ExternalTools] listview selection not appropriately handled, especially after remove.
Summary: [ExternalTools] listview selection not appropriately handled, especially afte...
Status: RESOLVED INVALID
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0   Edit
Hardware: PC Windows 2000
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Ant-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: ui
Depends on:
Blocks:
 
Reported: 2002-06-06 00:18 EDT by Chris McLaren CLA
Modified: 2002-11-15 10:49 EST (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 Chris McLaren CLA 2002-06-06 00:18:56 EDT
clean f2:

when the configuration dialog opens, the first tool, if any, should be 
selected. there is currently no selection. 

ideally, this selected index should persist across invocations of this dialog 
(in memory only; within the same eclipse session, but not beyond..)

after a tool is removed:
focus and select the new tool at same index.
if there isn't a tool at that index (i.e. the removed tool was the last tool in 
list), focus and select item index - 1.
if there isn't a tool at that index (i.e. the removed tool was the only tool in 
list), focus the control.
Comment 1 Simon Arsenault CLA 2002-06-06 14:59:03 EDT
We can probably live without these changes for release 2.0  However, if there 
is time after the minor UI enhancements for F3, go ahead.
Comment 2 Darin Wright CLA 2002-11-15 10:49:23 EST
No longer valid in the face of launch configs.

Currently, when the external tools dialog is opened, the last launched tool is 
selected.