Details
-
Type:
Bug
-
Status:
Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: Formatting
-
Labels:None
-
Number of attachments :
Description
This option can be set via
Preferences >> Java >> Editor >> Save Actions
Even when this option to only format edited lines is enabled, the formatter will still format the whole file.
Implementing this correctly may be tricky because we'll need to implement something to support formatting fragmented portions of a file.