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

Summary: Navigation bar
Product: web Reporter: Marek Fukala <mfukala>
Component: HTML EditorAssignee: issues@web <issues>
Status: RESOLVED FIXED    
Severity: blocker CC: jsedek, mschovanek, ppisl
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Attachments: The screenshot of the current navigation line UI

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?