This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 141673 - attach dialog usability
Summary: attach dialog usability
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-25 12:48 UTC by Egor Ushakov
Modified: 2010-05-03 10:11 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Egor Ushakov 2008-07-25 12:48:38 UTC
Attach dialog should attach to process on table double click or Enter, not only on the OK button click
Comment 1 Egor Ushakov 2010-04-28 13:12:45 UTC
Can debugger core provide a way to do this? Now we only have control over controller.ok which is called on attach window closure. We need a way to generate ok event or something like that ourselves.
Comment 2 Egor Ushakov 2010-04-28 13:14:22 UTC
some more details to clarify:
in CND we have process table in attach dialog, now we're unable to initiate connect by double clicking in the table
Comment 3 Daniel Prusa 2010-05-03 10:11:35 UTC
I think we can provide some support, but I will leave it up to Martin.
From debugger core's point of view this is an enhancement.