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

Improve changing values in the inspector #22982

Closed
saranvdev opened this issue Oct 13, 2018 · 5 comments
Closed

Improve changing values in the inspector #22982

saranvdev opened this issue Oct 13, 2018 · 5 comments

Comments

@saranvdev
Copy link

Issue description:
A possibility to change values quicker by continuous holding pressed arrow buttons would be useful. For example 10 steps/second.
imgur-2018_10_13-13 31 38
It is possible to change value by pressing buttons already, but 1 click = 1 step.

@saranvdev saranvdev changed the title Improve changing int values in the inspector Improve changing values in the inspector Oct 13, 2018
@capnm
Copy link
Contributor

capnm commented Oct 13, 2018

It is possible to change value by pressing buttons already, but 1 click = 1 step.

If you hold the LMB over the integer value and move the mouse pointer, you might be surprised.

@wyattbiker
Copy link

Weird thing. It seems to work in most cases. But I just tried it on TextureRect and other some controls. it seems to not work on rect_position.x or y nor rect_size.x or y, when you try to move mouse to the right.

@saranvdev
Copy link
Author

saranvdev commented Oct 13, 2018

old the LMB over the integer value and move the mouse pointer, you might be surprised.

That's right, but it's quite different from keeping pointer in place and pressing the button - less precise
plus sometimes pointer disappears after changing value via sliding (at least for now)

@capnm
Copy link
Contributor

capnm commented Oct 14, 2018

@Wiadomy you really should fill out the the issue form. Some sliding issues have been fixed recently.

But I just tried it on TextureRect and other some controls. it seems to not work on rect_position.x or y nor rect_size.x or y, when you try to move mouse to the right.

In fact, that seems to be broken on the current git master-tip. Please create a new issue for this (if there isn't already one).

@Calinou
Copy link
Member

Calinou commented Oct 1, 2021

This was implemented by #41855, closing. Echo/key repeat events are supported. You can hold down modifier keys like Alt, Shift and Ctrl to modify the speed at which the value changes.

up-down.mp4

@Calinou Calinou closed this as completed Oct 1, 2021
@Calinou Calinou added this to the 4.0 milestone Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants