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 - Editor Toolbar is not shown in the first Editor's pane when it is turned on
Summary: Editor Toolbar is not shown in the first Editor's pane when it is turned on
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-09 07:55 UTC by Jiri Skrivanek
Modified: 2007-09-26 09:14 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 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.