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 143649

Summary: Toolbar configuration not saved after restart
Product: cnd Reporter: _ gordonp <gordonp>
Component: ProjectAssignee: Thomas Preisler <thp>
Status: RESOLVED FIXED    
Severity: blocker CC: soldatov
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description _ gordonp 2008-08-12 18:44:48 UTC
I'm debugging a project whose configuration in the toolbar is Release. I keep changing
it to Debug, debugging, and then exiting the IDE. Each time I restart the IDE the
config is still Release.

Once I've changed it, it should persist to future sessions!
Comment 1 Alexander Pepin 2008-09-26 15:43:35 UTC
Workaround: You can use Project properties->Manage Configuration where you can set active configuration for each project 
Comment 2 Thomas Preisler 2009-04-14 22:40:19 UTC
The problem is we don't want to save the full project and possible upgrade the version just because the active configuration has changed. Active configuration 
is a 'private' state and (correctly) saved in private/configurations.xml but there is currently no mechanism to update private configuration file without also 
updating the shared one. This need to get fixed first.
Comment 3 Thomas Preisler 2009-07-31 20:00:56 UTC
*** Issue 169633 has been marked as a duplicate of this issue. ***
Comment 4 Thomas Preisler 2009-07-31 20:02:10 UTC
Perhaps this setting should be saved in project.xml instead? Currently it is saved in private/configurations.xml.
Comment 5 Thomas Preisler 2010-05-26 17:35:36 UTC
*** Bug 186712 has been marked as a duplicate of this bug. ***
Comment 6 Thomas Preisler 2011-01-28 05:27:16 UTC
Fixed. Now active configuration is saved in private/private.xml so it can be saved without saving/updating other project metadata.


changeset:   187481:aa65a7eec3d1
tag:         tip
user:        Thomas Preisler <thp@netbeans.org>
date:        Thu Jan 27 21:25:47 2011 -0800
summary:     #143649 - Toolbar configuration not saved after restart
Comment 7 Quality Engineering 2011-01-29 05:26:40 UTC
Integrated into 'main-golden', will be available in build *201101290000* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/aa65a7eec3d1
User: Thomas Preisler <thp@netbeans.org>
Log: #143649 - Toolbar configuration not saved after restart