From f7585c7e5df5a803139f04450bf0e31f59bcbe63 Mon Sep 17 00:00:00 2001 From: Alexey Utkin Date: Wed, 14 Mar 2018 15:18:33 +0300 Subject: [PATCH] CPP-12350 Implement calculation of indentation in line from the information of the lexer --- platform/util/resources/misc/registry.properties | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/platform/util/resources/misc/registry.properties b/platform/util/resources/misc/registry.properties index 8638ab34751e..10560b144c4b 100644 --- a/platform/util/resources/misc/registry.properties +++ b/platform/util/resources/misc/registry.properties @@ -1122,6 +1122,13 @@ cidr.test.framework.targetTypeFromHeaderDetectionEnable.description=Checks the t cidr.show.breadcrumbs=true cidr.show.breadcrumbs.description="Show breadcrumbs for C/C++/ObjC languages" +cidr.indent.lexer.only.objc=false +cidr.indent.lexer.only.objc.description=Enables indentation in the Objective-C files from the information of the lexer \ + (fast, but may lose an alignment when typing). +cidr.indent.lexer.only.cpp=false +cidr.indent.lexer.only.cpp.description=Enables indentation in the C and C++ files from the information of the lexer \ + (fast, but may lose an alignment when typing). + clion.enable.objc.settings=false clion.enable.objc.settings.description=Enables Objective-C-specific code style, colors etc. settings.