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 181511

Summary: Branding Editor modification state to be changed to regular SaveCookie
Product: apisupport Reporter: Antonin Nebuzelsky <anebuzelsky>
Component: ProjectAssignee: Stanislav Aubrecht <saubrecht>
Status: VERIFIED WONTFIX    
Severity: normal CC: jglick
Priority: P2    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Antonin Nebuzelsky 2010-03-04 02:52:02 UTC
Currently Branding Editor has its own Save icon in its toolbar. This must be changed to work as other editors. Remove Save icon from the Branding Editor, implement regular SaveCookie registered with the global Save action.
Comment 1 Stanislav Aubrecht 2010-03-04 03:00:43 UTC
i can implement SaveCookie but 'save all' action won't work because it's based on DataObject. branding editor has no single file to use as DataObject's primary file.
Comment 2 Antonin Nebuzelsky 2010-03-09 05:58:21 UTC
Resolved by moving Branding editor to a separate "properties-like" dialog box.