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 206421 - Odd behavior of Save All keyboard shortcut
Summary: Odd behavior of Save All keyboard shortcut
Status: RESOLVED DUPLICATE of bug 203300
Alias: None
Product: platform
Classification: Unclassified
Component: Actions (show other bugs)
Version: 7.1
Hardware: PC All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-15 08:42 UTC by _ tboudreau
Modified: 2012-03-22 14:22 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2011-12-15 08:42:01 UTC
Open three Java sources.  
Modify each one and do not save.
In the last one, press Ctrl-Shift-S to invoke Save All.

The last file is saved;  the tabs of the other files still show modified state.

Press Ctrl-Shift-S again and all other files are saved.

The behavior is not the same using the main menu (maybe this is an editor bug?)
Comment 1 Jaroslav Tulach 2012-03-22 14:21:30 UTC
No this is caused by the fact that SaveAll used to be a ContextAwareAction. It however does not seem to implement that interface anymore.
Comment 2 Jaroslav Tulach 2012-03-22 14:22:58 UTC

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