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 220148 - "Block start line" disappears
Summary: "Block start line" disappears
Status: RESOLVED INVALID
Alias: None
Product: editor
Classification: Unclassified
Component: Navigation (show other bugs)
Version: 7.3
Hardware: All All
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-10-16 07:19 UTC by Ondrej Brejla
Modified: 2012-10-17 08:57 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 Ondrej Brejla 2012-10-16 07:19:15 UTC
I don't know how is this new feature called :) but what I'm talking about is that "block declaration line" which appears if I put a cursor at the end brace and the start of the block is not vissible. Then that line appears, but if I move a mouse over this "extra line", it disappears. I don't think that is intended behavior...or I don't know why it should disappear.
Comment 1 Svata Dedic 2012-10-17 08:08:11 UTC
I couldn't get the line to disappear. I moved the caret to a class closing brace, beginning of class scrolled out, so the line + popup appeared. Then I tried to move the mouse over the line, scroll (mousewheel) up/down, the outline was still visible.
NetBeans IDE Dev (Build 201210160002)
Comment 2 Ondrej Brejla 2012-10-17 08:43:37 UTC
Maybe I described it wrong ;) If I put a caret on the class closing brace, class header with an opening brace is outlined as an extra row. If I move a mouse over this outlined extra row, it disappears. I think that it should be visible, until I click somewhere else. Is it clearer? :)
Comment 3 Svata Dedic 2012-10-17 08:49:31 UTC
Yes ;) thanks. But it disappears on purpose - the extra (tooltip) row tends to obscure the toolbar with clickable action buttons and possibly individual editor tabs. So when the user moves the mouse on the now-obscured area, the tooltip clears.
Comment 4 Ondrej Brejla 2012-10-17 08:57:08 UTC
Ok. But isn't possible to show it under these actions? Because it makes more sense to me, what I described. Especially if that "clickable outline" could be implemented (as I made an enhancement for that ;). Thanks!