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 - Storing editor state
Summary: Storing editor state
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.1.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: UI
Depends on: 238096
Blocks:
  Show dependency tree
 
Reported: 2012-07-03 09:54 UTC by dmytro
Modified: 2013-11-07 14:13 UTC (History)
2 users (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.