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 215115

Summary: Storing editor state
Product: platform Reporter: dmytro <dmytro>
Component: Window SystemAssignee: Stanislav Aubrecht <saubrecht>
Status: NEW ---    
Severity: normal CC: mkleint, mmirilovic
Priority: P3 Keywords: UI
Version: 7.1.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on: 238096    
Bug Blocks:    

Description dmytro 2012-07-03 09:54:09 UTC
I work with code in few areas (left and right) some code is opened in left side and some in right. But when I close project from projects tree and reopen it all tabs (code files) in common one window, but not separated side by side. Is it possible to store editor state on project close?

----- 

Product Version = NetBeans IDE 7.1.2 (Build 201204101705)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.7.0_04
Runtime = Java HotSpot(TM) 64-Bit Server VM 23.0-b21
Comment 1 Milutin Kristofic 2012-07-10 13:18:40 UTC
reassigning to project module
Comment 2 Milos Kleint 2012-09-03 11:33:48 UTC
afaik for editor views, the location is generally not persisted once closed. Eg. if you manually close the file's editor, opening it again will now remember the old location.

I guess the persisting part could be done but I'm not aware of a way to open a file and tell the window system where it should be opened. 

reassigning to window system for evaluation.