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 24281 - Inconsistent error feedback for some actions in editor
Summary: Inconsistent error feedback for some actions in editor
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: -S1S-
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Gabriel Tichy
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-05-31 09:43 UTC by iformanek
Modified: 2007-11-05 13:42 UTC (History)
1 user (show)

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 iformanek 2002-05-31 09:43:25 UTC
The
- Show JavaDoc
- Goto Source
- Goto Declaration

actions provide very different type of feedback when they 
cannot be completed (e.g JavaDoc or sources not mounted)

- Show JavaDoc: Prints mesage into editor's status bar
- Goto Source: Shows Infromation message box
- Goto Declaration: Does nothing


Suggest to pick one approach and unify the error feedback 
for those.
Comment 1 Marek Grummich 2002-07-22 09:59:10 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 10:02:23 UTC
Set target milestone to TBD
Comment 3 Martin Roskanin 2003-03-12 07:21:02 UTC
Gabo, where the error feedback should appear?
Comment 4 Gabriel Tichy 2003-04-04 14:02:56 UTC
I suggest to use editor status bar for all these actions, 
and for "Go to Class" action as well.
Comment 5 Dusan Balek 2003-12-04 09:22:28 UTC
Fixed in [maintrunk] with the exception of "Go To Class" action.
Editor status bar cannot be used to display "Go To Class" action's
error feedback since this action can be invoked without any editor opened.

/cvs/editor/src/org/netbeans/modules/editor/java/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.52; previous revision: 1.51
done

/cvs/editor/src/org/netbeans/modules/editor/java/JavaKit.java,v  <-- 
JavaKit.java
new revision: 1.64; previous revision: 1.63
done
Comment 6 Jiri Prox 2006-04-07 09:07:48 UTC
Verified