-
-
Notifications
You must be signed in to change notification settings - Fork 148
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
Description
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
- OS: Windows
- CP Editor Version: 6.6.3
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.
Reactions are currently unavailable
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