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 149933 - Navigation bar
Summary: Navigation bar
Status: RESOLVED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@web
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-13 11:52 UTC by Marek Fukala
Modified: 2009-05-18 10:46 UTC (History)
3 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
The screenshot of the current navigation line UI (136.61 KB, image/png)
2008-11-12 10:26 UTC, Marek Fukala
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marek Fukala 2008-10-13 11:52:09 UTC
It would be nice to have a navigation bar at the bottom of the editing area showing the current html tags nesting for
the caret position.

The tags in the bar should be active so clicking them navigates to the tag beginning.

Example:
<html>
  <body>
    <h1>hello|</h1>
  </body>
</html>

shows:
html - body - h1
Comment 1 Marek Fukala 2008-10-14 17:09:44 UTC
implemented. So far enabled for html, jsp and php files.

The UI need to be polished/defined by HIE, I'll file a new issue for that.

changeset:   105903:b8a961b179f0
user:        Marek Fukala <mfukala@netbeans.org>
date:        Tue Oct 14 15:40:33 2008 +0200
summary:     Initial version of html navigation line

changeset:   105904:07a7fb50e916
tag:         tip
user:        Marek Fukala <mfukala@netbeans.org>
date:        Tue Oct 14 18:02:58 2008 +0200
summary:     html navigation bar feature. UI need to be updated/polished based on HIE output later.
Comment 2 Marek Fukala 2008-11-12 10:26:33 UTC
Created attachment 73663 [details]
The screenshot of the current navigation line UI
Comment 3 Marek Fukala 2008-11-12 10:31:01 UTC
Specification:
- the navigation line reflects the caret position so all tags from the selected leaf to the root is shown
- user can navigate to any displayed tags by clicking to the tag name in the bar. The cursor changes to 'hand' cursor
and text changes color to blue when mouse pointer moved over the tag name.
Comment 4 tomzi 2008-11-13 15:22:31 UTC
Is this also enabled for jsf, (+facelets), xhtml, vm, xml?