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

GUI: fix API executor look #164

Closed
narnaud opened this issue Sep 12, 2024 · 0 comments · Fixed by #219 · May be fixed by #86
Closed

GUI: fix API executor look #164

narnaud opened this issue Sep 12, 2024 · 0 comments · Fixed by #219 · May be fixed by #86
Assignees
Labels
🪲 bug Something isn't working
Milestone

Comments

@narnaud
Copy link
Member

narnaud commented Sep 12, 2024

The API executor is a small widget that appears under the document (like the find widget), with Ctrl+Shift+R.
You can see some data if you open it with a C++ file.

Two main issues:

  1. the menu is not there, it should be somewhere (maybe under File->Show palette...)
  2. if you open it on a txt file (or any other file than a C++ file), then on a C++ file, the combobox with the function name is too small. It should adapt to the size of the items in it.
@narnaud narnaud added the 🪲 bug Something isn't working label Sep 12, 2024
@narnaud narnaud added this to the Release 1.0.0 milestone Sep 12, 2024
@narnaud narnaud assigned narnaud and unassigned mgiroday Nov 15, 2024
narnaud added a commit to narnaud/knut that referenced this issue Nov 17, 2024
When changing files with the API executor displayed, the combobox didn't
adapt to its content.

Fix KDAB#164
narnaud added a commit to narnaud/knut that referenced this issue Nov 18, 2024
When changing files with the API executor displayed, the combobox didn't
adapt to its content.

Fix KDAB#164
narnaud added a commit to narnaud/knut that referenced this issue Nov 19, 2024
When changing files with the API executor displayed, the combobox didn't
adapt to its content.

Fix KDAB#164
narnaud added a commit that referenced this issue Nov 29, 2024
When changing files with the API executor displayed, the combobox didn't
adapt to its content.

Fix #164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🪲 bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants