Open leechristensen opened 2 hours ago
All good suggestions.
Regarding 1, When I bind ESC to the Close Window action, then provider all seem to close as expected and dialogs that support ESC still close too. Seems like this should work in all cases. If it is not, then that is something we may be able to fix.
2 and 3 sounds like good suggestions, but are non-trivial.
4 Search and a highlight feature seem useful here. This would also be non-trivial.
I could see 5 being something we would have to make an option, since it may annoy some users. Assuming ESC works, then that would handle some workflows in which you wish to open the window and then close it again without changing focus.
Regarding 1, When I bind ESC to the Close Window action, then provider all seem to close as expected and dialogs that support ESC still close too. Seems like this should work in all cases. If it is not, then that is something we may be able to fix.
I tried this initially as well. The annoyance I encountered that caused me to switch back was sometimes I'd hit ESC multiple times to close a dialog box (just out of habit from other tools). Upon doing so, it'd close the dialog box, but because I hit ESC multiple times, then it'd also close the panes I had open in the main window. A compromise here might be to make the "Close Window" action not close open window panes, and maybe add a "Close Window Pane" action if people want to maintain that functionality.
Is your feature request related to a problem? Please describe.
Closing popup windows using the ESC key. Some dialog boxes can be closed with the ESC key where as some can't, leading minor frustrations. Examples:
Filter Bar Keyboard Improvement. If the currently selected window has table in it (e.g., Search --> For Strings), it'd be nice if hitting
Ctrl+F
focused text input to the "Filter" bar and allowed using the arrows to scroll up/down in the table. It's annoying when I'm in a window and have to use the mouse to change focus to the filter bar, type my query, and then use my mouse to select items in the list. To aid with discoverability, any window that does support search could include a search icon in its toolbar.Hide "Filter" bar if not being used. Screen real estate is always a battle in Ghidra. One feature that'd help with this is if the "Filter" bar wasn't always displayed and only appears if you hit
Ctrl+F
.Console Window Search. Self-explanatory: add the ability to search script output, ideally with
Ctrl+F
. I have found myself on many occasions copying all text from this window into another text editor and then doing the search there.Ability to toggle window visibility. Right now, there's actions to open windows individually, but not hide them individually. For example, you can open the Listing window with
Menu --> Window --> Listing
or assigning a key binding. Once the window is open though, the only way to close it is by clicking the X in the toolbar or assigning a key binding to "Close Window". My preference would be, if there's a key binding assigned to open a window, that same key binding can to hide the window as well (if it's already open).Ctrl+Shift+L
to display it side by side with the Decompiler. To close it, I'd like to be able to hitCtrl+Shift+L
again (right now, hitting key binding multiple times trigger the window focus/jiggle animations).Describe the solution you'd like See above.
Describe alternatives you've considered See above.
Additional context Crammed them all into one issue here so you can break them out into individual ones if you decide they're worth pursuing. Let me know if in the future you'd prefer them as individual issues.