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 24282 - Background compiler error message should be present in a tooltip over the undelined text.
Summary: Background compiler error message should be present in a tooltip over the und...
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: issues@editor
URL:
Keywords: UI
: 22619 35588 (view as bug list)
Depends on:
Blocks:
 
Reported: 2002-05-31 09:45 UTC by iformanek
Modified: 2007-11-05 13:42 UTC (History)
1 user (show)

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 iformanek 2002-05-31 09:45:14 UTC
If the background compilation detects and error in Java 
source and paints the waved underline under it, the 
tooltip over this text should contain details for the 
error.
Comment 1 Marek Grummich 2002-07-22 09:59:14 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 10:02:29 UTC
Set target milestone to TBD
Comment 3 ehucka 2003-01-29 15:56:52 UTC
Do you mean over concrete piece of text or over whole line? Is this
issue still actual?
Comment 4 iformanek 2003-01-29 16:02:47 UTC
Yes, it is still actual.
The tooltip is displayed only on top of the error glyph (unless I
missed the fix, in which case this would indeed be obsolete), it
should be also displayed over the text which is underlined with the
error wave.
Comment 5 Martin Roskanin 2003-03-12 07:24:08 UTC
*** Issue 22619 has been marked as a duplicate of this issue. ***
Comment 6 Martin Roskanin 2003-03-12 07:26:45 UTC
Message from Honza Becicka from duplicated issue #22619:

"Text of parser error annotation should be
displayed in Editor status bar, when the cursor is
on the annoted line. I cannot see parser error until I 
use the mouse.Productivity bug IMHO."

Comment 7 Martin Roskanin 2003-03-12 07:47:33 UTC
Gabo, Ian, which solution do you consider the best?
Display the message in the tooltip using the mouse or in the editor
status bar in accordance with the caret position? 
Comment 8 iformanek 2003-03-12 08:32:14 UTC
The status line is not context sensitive in any other place in the
IDE, ToolTip is the way to go IMO.
Comment 9 Gabriel Tichy 2003-03-14 17:42:50 UTC
I do agree, tooltip is the way to go.
Comment 10 Ondrej Rypacek 2003-11-04 14:57:43 UTC
*** Issue 35588 has been marked as a duplicate of this issue. ***
Comment 11 Jan Becicka 2003-11-04 16:30:08 UTC
Changing priority to P1 according to issue 35588.
Comment 12 Dusan Balek 2003-12-11 14:33:01 UTC
Fixed in [maintrunk].

/cvs/editor/src/org/netbeans/modules/editor/NbToolTip.java,v  <-- 
NbToolTip.java
new revision: 1.9; previous revision: 1.8
done