-
-
Notifications
You must be signed in to change notification settings - Fork 816
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
Graphical menu configuration does not show all options #1035
Comments
This requires adding a scroll bar in the menuconf view, and I will consider supporting it in future versions. |
xmake 2.3.9 will be released soon, I will improve the support rolling issue in the next version. |
Although I have not yet supported scrolling for the menuconf/choicebox view, I have added support for mouse events. on dev branch. |
I have added scrollbar to support it on dev branch. |
Few bugs:
It would be nice if page up/down scrolls to the next/previous page. |
I will fix it later.
This will be more complicated to implement, I don’t have time to improve it now, just the current list loop is acceptable.
I will look at it.
I don’t have these two key buttons on my keyboard, so I can’t test it.
It works for me, the scroll bar is only displayed when the text is not fully displayed |
I have fixed it on dev branch. |
I have also fixed it. |
I have added it, but I cannot test it. |
If you have Linux, there are tools like xdotools that can simulate key (
Ah, it seems that it was only after a resize (
I confirm.
|
Oh, I works for me, I still can't reproduce it. |
I cannot reproduce other issues at the moment, so I can only close this issue first. |
When there are many options and/or the window is too small, not all options can be displayed. Unfortunately, there is no scroll.
Menu Config
31 options, but no scroll. After
control_flow
, the focus goes back tomsvc_isystem
.Window resizing is also ignored.
Value selector
20 values, the focus can cycle through them all, but the rendering does not change. Here, the focus is on an displayed value.
Help and Search menu
Ok, scroll present and functional.
The text was updated successfully, but these errors were encountered: