When using Rebex for Terminals, you can use the “Find” button to search for text in your terminal which is useful but pretty limited. Currently, it is case sensitive and only searches in 1 direction. Would it be possible to make the search case sensitivty selectable between sensitive/insensitive and also select the direction the search looks in? For example:
Search Down (search below your current location)
Search Up, (Search Up from your current location)
Search Top-Down, (Search from the VERY top of the log down)
Search Bottom-Up, (Search from the VERY bottom of the log up).
Also, when you have the toolbar auto-hide, when selecting “Find” the search field is hidden behind the toolbar until it auto-hides again which can be confusing. Any ideas to make that cleaner?
I’ve just took a closer look and was able to implement a “reverse” find. When you are in the search box, you can type your text to find and hit ENTER to search “forward” (top-down) and with SHIFT + ENTER you can search “reverse” (bottom-up).
You can specify a keyboard shortcut using the options like this:
For the creation of the shortcut, I had tried several things without success. So that confirms that there is indeed a bug. Thanks for taking it into consideration.
For the search box, it’s too bad to not add the up and down arrows next to the text box because :
It’s more visual and sometimes more practical
It would be possible to highlight the shortcut (when you hover an arrow, you can see a description and the shortcut in the tooltip).