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

Text Editor: Improve CTRL+K commenting behaviour #2394

Merged
merged 1 commit into from
Sep 13, 2024

Conversation

Jowan-Spooner
Copy link
Member

Closer to the script editors commenting behaviour:

  • Only uncomments if ALL selected lines are comments (this also prevents erasing the beginning of lines)
  • Preserves selection properly!

Closer to the script editors commenting behaviour:
- Only uncomments if ALL selected lines are comments (this also prevents erasing the beginning of lines)
- Preserves selection properly!
@Jowan-Spooner Jowan-Spooner added Bug 🐞 Something isn't working UI/UX ✏ labels Sep 12, 2024
@Jowan-Spooner Jowan-Spooner merged commit 9baead4 into dialogic-godot:main Sep 13, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug 🐞 Something isn't working UI/UX ✏
Development

Successfully merging this pull request may close these issues.

1 participant