-
-
Notifications
You must be signed in to change notification settings - Fork 154
Auto indent does not works in python #548
Copy link
Copy link
Open
Labels
bugSomething isn't workingSomething isn't workinghigh_priorityHigh Priority Issues are marked with this label.High Priority Issues are marked with this label.qcodeeditorIssue related to QCodeEditorIssue related to QCodeEditor
Milestone
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinghigh_priorityHigh Priority Issues are marked with this label.High Priority Issues are marked with this label.qcodeeditorIssue related to QCodeEditorIssue related to QCodeEditor
Type
Fields
Give feedbackNo fields configured for issues without a type.
Describe the bug
Auto indent does not works in python since python use ":" instead of "{" for code blocks.
To Reproduce
Write a program that needs indentation using python.
Screenshots
Environment
Additional context
Technically this is the expected behaviour (since the description says that it only works for "{" but not ":"), but it is very inconvenient for programmers using python.