mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-130601 Other indent options are saved without diff filter applied (non-changed settings are saved too)
This commit is contained in:
@@ -918,7 +918,7 @@ public class CommonCodeStyleSettings {
|
||||
|
||||
@Override
|
||||
public void writeExternal(Element element) throws WriteExternalException {
|
||||
DefaultJDOMExternalizer.writeExternal(this, element);
|
||||
DefaultJDOMExternalizer.writeExternal(this, element, new DifferenceFilter<IndentOptions>(this, new IndentOptions()));
|
||||
}
|
||||
|
||||
public void serialize(Element indentOptionsElement, final IndentOptions defaultOptions) {
|
||||
|
||||
Reference in New Issue
Block a user