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 16355

Summary: Editor Toolbar is not shown in the first Editor's pane when it is turned on
Product: java Reporter: Jiri Skrivanek <jskrivanek>
Component: UnsupportedAssignee: Svata Dedic <sdedic>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2001-10-09 07:55:51 UTC
Tested in build 20011008-2246.

- open more than one file in Editor (e.g. three)
- invoke Options dialog and set Editing -> Java Sources -> Show Editor Toolbar
to true
- editor toolbar appears in the second and third pane BUT not in the first one
- you have to re-open the first file to see editor toolbar
Comment 1 Jan Lahoda 2001-10-09 08:39:34 UTC
Code for editor toolbar is in java module, so probably this is java
module issue. Reassign if I am wrong.
Comment 2 Svata Dedic 2001-10-25 12:14:22 UTC
Fixed in trunk.

/cvs/java/src/org/netbeans/modules/java/JavaEditor.java,v  <-- 
JavaEditor.java
new revision: 1.106; previous revision: 1.105
Comment 3 Jiri Skrivanek 2001-10-26 09:47:44 UTC
Verified in build 20011026-0729.