'Find' on syntax popups

Discussion related to "Everything" 1.5 Alpha.
Post Reply
lifu
Posts: 26
Joined: Tue Jun 15, 2021 11:04 pm

'Find' on syntax popups

Post by lifu »

An embedded 'Find' tool at the top of the syntax popups (e.g. Help > Search Syntax) would be extremely helpful, or at least the ability to press Ctrl+F to bring one up.
therube
Posts: 4972
Joined: Thu Sep 03, 2009 6:48 pm

Re: 'Find' on syntax popups

Post by therube »

Agreed, basically (& understanding that is nothing more then a text box).
(As it is I simply copy the entire text & paste it into a .txt file. Not particularly convenient, but...)

(If the same were piped to something like ShowTx, at least you'd have rudimentary search ability.)

Code: Select all

@echo off
if [%1]==[\bin\unix\grep]  echo      Finding... %3

%*  | clip && \bin\bin2\showTX.exe /paste
Post Reply