blob: 805fe5e0024c592c723cbd07a73f515d7b2712aa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
diff --git a/src/plugins/python/pythoneditor.cpp b/src/plugins/python/pythoneditor.cpp
index ddd30f2a..ae333cd2 100644
--- a/src/plugins/python/pythoneditor.cpp
+++ b/src/plugins/python/pythoneditor.cpp
@@ -324,7 +324,7 @@ public:
setDocumentCreator([]() { return new PythonDocument; });
setEditorWidgetCreator([]() { return new PythonEditorWidget; });
- setIndenterCreator(&createPythonIndenter);
+// setIndenterCreator(&createPythonIndenter);
setSyntaxHighlighterCreator(&createPythonHighlighter);
setCommentDefinition(CommentDefinition::HashStyle);
setParenthesesMatchingEnabled(true);
|