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 63241 - CodeFolding stripe has the same color as editor (white)
Summary: CodeFolding stripe has the same color as editor (white)
Status: RESOLVED WORKSFORME
Alias: None
Product: editor
Classification: Unclassified
Component: Code folding (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: REGRESSION, UI
Depends on:
Blocks:
 
Reported: 2005-08-29 13:44 UTC by Martin Krauskopf
Modified: 2007-11-05 13:39 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 Martin Krauskopf 2005-08-29 13:44:49 UTC
So it is sometime confusing whether you are on the beginning of the line or not.
Before it was light gray. It is regression -> p2.
Comment 1 Roman Strobl 2005-08-29 13:48:36 UTC
This was implemented according to the UI spec:

http://ui.netbeans.org/docs/ui/editor/gutter/glyphgutter-foldingbar.html

Leaving the issue open, you're not the only one who doesn't like the change.
Comment 2 Martin Krauskopf 2005-08-29 13:54:21 UTC
Aha :) It is confusing mainly when you are e.g. in the part of code where there
are no those vertical lines (e.g. where you define class fields). I worked with
older version few days ago and it was 100% better.
Comment 3 Martin Roskanin 2005-08-29 16:40:15 UTC
We will need to find a proper ui solution. CCing Jano.
FYI: issue #55257
Comment 4 Miloslav Metelka 2005-09-06 14:25:25 UTC
IMHO first we need to finally decide from the UI point of view.
Reassigning to Honza P. who will take care of this issue.
Comment 5 jrojcek 2005-09-07 20:13:17 UTC
This is not a regression. We designed it this way ;-). We wanted to reduce visual clutter. I agree there 
are some problems with the current solution, but I don't think it is a P2 bug. Also, the current dev build 
doesn't highlight the caret row properly. If it is fixed it should improve visibility of beginning of current 
line.

For next releases, we have to improve behavior and appearance of annotations bar (editor gutter). We 
want to make annotations clickable and expand width if there are more annotations on one line. 
Together with that, we should also eliminate problems with locating beginning of line. I think we can 
find a solution that would work for you and would also be visually appealing.

I'm changing this to enhancement. Martin, please be more specific about the problems you see with the 
current solution (white background of folding bar). Thanks.
Comment 6 Vitezslav Stejskal 2007-10-24 15:09:17 UTC
The caret row highlight works. I find it perfectly clear to know where the caret is on a line.