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 Input word boundaries are inconvenient (unexpected Ctrl+Backspace behavior) #30

Open
Mattwmaster58 opened this issue Jun 17, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@Mattwmaster58
Copy link

When working with path strings, I frequently use Ctrl+Backspace to remove a node from the path. However, in all the input widgets, the word boundaries are inconsistent with the convention of \ being a word boundary. So instead of removing a node (usually), it removes the entire path.

eg C:\Data\my\data (Ctrl+Backspace) ->

instead of the expected C:\Data\my\data (Ctrl+Backspace) -> C:\Data\my\

@reduf reduf added the enhancement New feature or request label Jun 18, 2024
@reduf
Copy link
Owner

reduf commented Jun 18, 2024

I agree, I'm not sure how much control I have there, since Imgui takes care of that, but I will have a look.

@reduf
Copy link
Owner

reduf commented Jun 18, 2024

Yeah, this is the logic, I don't think there is currently a way to customize it. I created an issue on the imgui repo.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants