-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
PR: Fix FoldingPanel._expand_selection
to not select text an extra line below a folded region (Editor)
#23044
Conversation
Hello @athompson673! Thanks for updating this PR. We checked the lines you've touched for PEP 8 issues, and found: There are currently no PEP 8 issues detected in this Pull Request. Cheers! 🍻 Comment last updated at 2024-11-21 16:07:04 UTC |
FoldingPanel._expand_selection
to not select text on extra line below a folded region (Editor)
FoldingPanel._expand_selection
to not select text on extra line below a folded region (Editor)FoldingPanel._expand_selection
to not select text on extra line below a folded region (Editor)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested locally and it works like a charm. Thanks @athompson673!
FoldingPanel._expand_selection
to not select text on extra line below a folded region (Editor)FoldingPanel._expand_selection
to not select text an extra line below a folded region (Editor)
@meeseeksdev please backport to 6.x |
…` to not select text an extra line below a folded region (Editor)
…tion` to not select text an extra line below a folded region (Editor)) (#23046)
Description of Changes
Edited
FoldingPanel._expand_selection
+1
fromend_line
)MoveOperation.NextBlock
so blank line is not left after deleting folded portionIssue(s) Resolved
Fixes #23042
Affirmation
By submitting this Pull Request or typing my (user)name below,
I affirm the Developer Certificate of Origin
with respect to all commits and content included in this PR,
and understand I am releasing the same under Spyder's MIT (Expat) license.
I certify the above statement is true and correct: athompson673