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

select word on double click #29

Merged
merged 2 commits into from
Aug 26, 2024

Conversation

jakobhellermann
Copy link

I'm not entirely sure if !char.IsWhiteSpace(c) && (!char.IsPunctuation(c) || c is '*' or '_') is the best condition for boundaries for this use case but it seems to match most other editors.

console load SecretSanta2024/0-Lobbies/3-Hard 1032 -72 # should / and - also continue expanding? probably not

@psyGamer psyGamer merged commit 0a2a47e into psyGamer:rewrite Aug 26, 2024
0 of 3 checks passed
@jakobhellermann jakobhellermann deleted the mouse-double-click branch August 26, 2024 11:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants