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 13732 - change title of main window when no project is open
Summary: change title of main window when no project is open
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Infrastructure (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P4 blocker (vote)
Assignee: issues@projects
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-07-19 11:28 UTC by Pavel Buzek
Modified: 2001-10-10 16:44 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 Pavel Buzek 2001-07-19 11:28:05 UTC
On the first startup, the Workplace is empty and the Main Window title says "NetBeans IDE, ... (Build ...) [Workplace]" whereas if I have at least one 
project open, it uses the active project instead of the work Workplace (i.e. "NetBeans IDE, ... (Build ...) [<name of active project>]".

We should probably say something like "NetBeans IDE, ... (Build ...) - No Project" instead.
Comment 1 Pavel Flaska 2001-07-23 08:18:05 UTC
Taking this.
Comment 2 Pavel Flaska 2001-07-24 10:08:10 UTC
Changes: 
1. New key "CTL_MainWindow_Title_NoProject=No Project"
in core/src/org/netbeans/core/windows/Bundle.properties

2. New condition in core/src/org/netbeans/core/windows/MainWindow.java in method updateTitle -
if projectNode is WorkplaceNode, there is no active project.


Comment 3 Jaromir Uhrik 2001-10-10 16:44:26 UTC
Changed design of projects - verified in dev33 build #200110100100. 
Closing this bug.