Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autoindent gets stuck in infinite loop in rare cases #1

Open
smathot opened this issue Jul 16, 2020 · 0 comments
Open

Autoindent gets stuck in infinite loop in rare cases #1

smathot opened this issue Jul 16, 2020 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@smathot
Copy link
Collaborator

smathot commented Jul 16, 2020

The PyAutoIndentMode gets stuck in an infinite loop in the rare case when the cursor is in-between opening and closing parentheses, while the closing parenthesis is (due to line wrapping) on a line below the cursor and to the left of it. This bug results from confusing lines and blocks.

@smathot smathot self-assigned this Jul 16, 2020
@smathot smathot added the bug Something isn't working label Jul 16, 2020
smathot added a commit that referenced this issue Jul 16, 2020
- Requires changes in pyqode.core (>= 3.0.1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant