mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
turn smart indent on by default
This commit is contained in:
@@ -76,6 +76,11 @@ public class PyCharmInitialConfigurator {
|
||||
propertiesComponent.setValue("PyCharm.InitialConfiguration.V5", true);
|
||||
CodeInsightSettings.getInstance().REFORMAT_ON_PASTE = CodeInsightSettings.NO_REFORMAT;
|
||||
}
|
||||
if (!propertiesComponent.getBoolean("PyCharm.InitialConfiguration.V6")) {
|
||||
propertiesComponent.setValue("PyCharm.InitialConfiguration.V6", true);
|
||||
CodeInsightSettings.getInstance().INDENT_TO_CARET_ON_PASTE = true;
|
||||
}
|
||||
|
||||
if (!propertiesComponent.isValueSet(DISPLAYED_PROPERTY)) {
|
||||
bus.connect().subscribe(AppLifecycleListener.TOPIC, new AppLifecycleListener.Adapter() {
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user