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 208125 - Close unmodified documents
Summary: Close unmodified documents
Status: RESOLVED DUPLICATE of bug 219850
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 7.1
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-07 13:09 UTC by subinjose
Modified: 2013-05-15 22:07 UTC (History)
1 user (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 subinjose 2012-02-07 13:09:58 UTC
Product Version = NetBeans IDE 7.1 (Build 201112071828)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.6.0_20
Runtime = Java HotSpot(TM) 64-Bit Server VM 16.3-b01

sometimes it'll be nice if we can close the files which are not modified. Now when we right click we can see options like close, close all and close other. Is it possible to add close not modified ? During developement we open too much files and modify only some, others are for reference.
Comment 1 Stanislav Aubrecht 2012-02-09 11:12:37 UTC
this would be difficult to implement as the window system know nothing about document state. it would require some API changes so that TopComponent can report modified/unmodified state
Comment 2 markiewb 2013-05-15 22:07:37 UTC

*** This bug has been marked as a duplicate of bug 219850 ***