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

Add - hotkey for toggling the signedness of IntegerDisplayType constants #6063

Open
bb33bb opened this issue Oct 30, 2024 · 7 comments
Open
Labels
Component: UI Issue needs changes to the user interface Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround UI: Keybindings Issues with keybindings or hotkeys

Comments

@bb33bb
Copy link

bb33bb commented Oct 30, 2024

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:
image

@bb33bb
Copy link
Author

bb33bb commented Oct 30, 2024

using The ➖(minus sign - ) button
is not effect.

@xusheng6
Copy link
Member

xusheng6 commented Oct 30, 2024

using The ➖(minus sign - ) button is not effect.

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

@xusheng6 xusheng6 changed the title shortcut of changing the type of number shortcut of changing the display type of number Oct 30, 2024
@plafosse plafosse changed the title shortcut of changing the display type of number Add - hotkey for toggling the signedness of IntegerDisplayType constants Oct 30, 2024
@plafosse plafosse added Component: UI Issue needs changes to the user interface Effort: Trivial Issue should take < 1 day UI: Keybindings Issues with keybindings or hotkeys Impact: Low Issue is a papercut or has a good, supported workaround labels Oct 30, 2024
@bb33bb
Copy link
Author

bb33bb commented Oct 31, 2024

the latest version fixed this problem.

@bb33bb bb33bb closed this as completed Oct 31, 2024
@xusheng6
Copy link
Member

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

@bb33bb
Copy link
Author

bb33bb commented Oct 31, 2024

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

老哥说的有道理,我确实测试快捷键有生效的了,但是测试另一部分,又出现不行的。我上传一个文档。
我重新打开这个,然后上传文件过来。

@bb33bb bb33bb reopened this Oct 31, 2024
@xusheng6
Copy link
Member

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

@bb33bb
Copy link
Author

bb33bb commented Oct 31, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: UI Issue needs changes to the user interface Effort: Trivial Issue should take < 1 day Impact: Low Issue is a papercut or has a good, supported workaround UI: Keybindings Issues with keybindings or hotkeys
Projects
None yet
Development

No branches or pull requests

3 participants