-
Notifications
You must be signed in to change notification settings - Fork 209
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
Add -
hotkey for toggling the signedness of IntegerDisplayType constants
#6063
Comments
using The ➖(minus sign - ) button |
That is meant to toggle the signedness of a data variable, so it is not designed to work that way. However, your feature request is a valid one and worth considering |
-
hotkey for toggling the signedness of IntegerDisplayType constants
the latest version fixed this problem. |
I do not think we actually changed anything related recently. Is it because you tested with a data variable? If it is a data variable, pressing "-" on it will indeed toggle its signedness, and it will achieve the same result that you have expected. However, if the constant is from the code and not a data variable, I believe pressing "-" should not have worked. If that is the case, we should case this open until we actually support it |
老哥说的有道理,我确实测试快捷键有生效的了,但是测试另一部分,又出现不行的。我上传一个文档。 |
Thx for confirming! But we do not need a file for this, since it is quite easy to reproduce |
OK |
What is the feature you'd like to have?
Please fix the shortcut of changing the type of number
Is your feature request related to a problem?
NO
Are any alternative solutions acceptable?
YES
by manual right click and select the corresponding button
Additional Information:
The text was updated successfully, but these errors were encountered: