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 230199

Summary: Remember open files on version control branch change
Product: versioncontrol Reporter: bryanagee
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: NEW ---    
Severity: normal CC: git
Priority: P3    
Version: 7.3   
Hardware: PC   
OS: Linux   
Issue Type: ENHANCEMENT Exception Reporter:

Description bryanagee 2013-05-23 18:21:04 UTC
One of my biggest pet peeves is that Netbeans is when I'm working on a new feature, and have to switch from the feature branch back to the maint (specifically in git, but this would apply in any vcs). Any files added in the branch are closed, since they no longer exist. This makes sense, but it would be extremely handy to have it remember open files by branch, and reopen ones that were open last time you edited that branch.

My current work-around is to close NB, checkout the maint, open a different version of NB or vim to do my edits, commit, re-checkout my feature branch, and then open NB back up.