Each comment is getting more harder for me to describe these things in English.
Just to explain my preview point, if you see my desktop screenshot on Linux, you'll understand what the "help" button is doing to the interface.
Well...
1) I am
not saying it can't be done. I just say, personally I would keep it. If others in the dev-team agree with you, well ok...
2) Yes, with the text it can add too much to the width, and then it wraps.
But again. The choice is
a- do nothing
c- remove help
c- add global options, to show: text only, icon only, both
d- don't wrap, move overflow to "drop down" (like toolbars in Libre-Office)
"b" will fix it for you => but if you have a "package window", then the toolbar may still wrap.
"c" will also make the toolbar in a "package window" less wide. So "b" may solve more problems.
"d" will also work for "package window" too.
So "b" is fixing only a single window, "c" and "d" fix more.
Now you guys can upgrade it.
Ah, well, oh, ....
why "you guys"?10- The text "Find" on the left of the TEdit "(Filter)" is useless, it can be removed once the Default text of TEdit says everything, resulting in more space.
If you have used the IDE for more than a week, then I will say
you definitely can do that yourself.
- Install Lazarus 2.2 (or "git main" if you are good with git)
- The project is "ide/lazarus.lpi"
- The Form is in the "ide" folder
- You know how to edit a form.
- The IDE can be build via the "Tools" menu.
If you know "git" => create a merge request.
If you do not know "git", or you don't install Lazarus via git => Create a patch (google)
Submit the patch, and tell me. And the "find" text will be gone.
9- The footer with only the CheckBox "Keep open" can be at the top as a small icon side by side to the mouse (Selection Tool) or even with the filter button. No space? Read the 9 below.
If we can find a good icon (eg a "pin"), with a license we can use (e.g. the famfam icons / See menu: Help > About > Acknowledgments), then that is something you can do yourself too (and submit).
The checkbox can become a toggle-toolbar-button.
But there are a few steps, to get the icon, get the icon in all required sizes (IIRC 16, 24 and 32 pixel, but I need to check that).
And then a few other things, but I would be willing to help / guide you.
===> Only, on this change: What about the "use" button? It would still be there, still require the space. And IMHO, it belongs at the bottom...