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 182112 - "Save actions" would be very useful
Summary: "Save actions" would be very useful
Status: RESOLVED DUPLICATE of bug 140719
Alias: None
Product: editor
Classification: Unclassified
Component: Actions/Menu/Toolbar (show other bugs)
Version: 6.x
Hardware: All All
: P2 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-16 13:38 UTC by nicolo
Modified: 2011-04-21 13:29 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 nicolo 2010-03-16 13:38:15 UTC
Implement "Save actions" like in Eclipse, in which you can choose what to do automatically on save of a java class:
These actions could be:
- Fix import
- Add @Override annotations
- Add final to private members if possible
- Remove trailing whitespace
- Add missing braces

There shoud a place where to configure what action to choose.
Comment 1 David Strupl 2011-04-21 13:29:27 UTC

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