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 215365 - Save project state
Summary: Save project state
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords: UI
Depends on: 238096
Blocks:
  Show dependency tree
 
Reported: 2012-07-10 15:40 UTC by dmytro
Modified: 2013-11-11 09:25 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Two sides coding (256.32 KB, image/jpeg)
2012-08-22 12:55 UTC, dmytro
Details

Note You need to log in before you can comment on or make changes to this bug.
Description dmytro 2012-07-10 15:40:23 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 as I configured before.
Is it possible to store editor state on project close?

-----

Product Version = NetBeans IDE 7.2 RC1 (Build 201206272359)
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 Stanislav Aubrecht 2012-07-31 09:59:15 UTC
Most likely because wrong drag and drop arrangement of document windows. Try menu Window - Reset Windows.
Comment 2 dmytro 2012-08-22 12:55:22 UTC
Created attachment 123403 [details]
Two sides coding
Comment 3 dmytro 2012-08-22 12:58:37 UTC
No-no-no. It doesn't work yet. Reset Windows - does nothing. Look at the attached screenshot. I used this on a wide screen, some code in left half of screen and some in the right. When I drug file it takes a half of screen.

After project close and reopen all code tabs in one line and take all screen space. But I think it's not so difficult to store project state. You are store opened files now but no functionality to store where this files are opened. Simply do that.
Comment 4 Stanislav Aubrecht 2013-11-11 09:25:59 UTC
There is a new support for Document Groups in #238096