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 53222 - Ant debugger actions are not disabled when debugger is running.
Summary: Ant debugger actions are not disabled when debugger is running.
Status: CLOSED FIXED
Alias: None
Product: debugger
Classification: Unclassified
Component: Ant (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: USABILITY
Depends on:
Blocks:
 
Reported: 2005-01-11 12:20 UTC by _ lcincura
Modified: 2006-03-24 12:54 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ lcincura 2005-01-11 12:20:28 UTC
Some ant debugger actions lasts very long time
(few seconds), but user does not know the action
is performing - mouse cursor is not changed, no
message is written, and this is confusing (user
can try to invoke the action again or do something
else).
Try to find a solution for this or ask HIE for
their opinion.
Comment 1 Martin Entlicher 2005-11-01 10:04:07 UTC
This is a usability issue. The actions should stay disabled till they are not
finished IMHO. The similar approach that is implemented in JPDA can be used...
Comment 2 Martin Entlicher 2005-11-01 15:15:07 UTC
Implemented:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/AntDebugger.java,v  <--
 AntDebugger.java
new revision: 1.6; previous revision: 1.5
Comment 3 Martin Entlicher 2005-11-01 16:11:13 UTC
An additional fix applied, the actions were not notified from one place:

/cvs/ant/debugger/src/org/netbeans/modules/ant/debugger/AntDebugger.java,v  <--
 AntDebugger.java
new revision: 1.7; previous revision: 1.6
Comment 4 _ lcincura 2005-12-20 13:02:59 UTC
Verified in 200512181900