HouQiming / qpad

QPad Text Editor
114 stars 4 forks source link

How to search and replace? #2

Open houtianze opened 6 years ago

houtianze commented 6 years ago

Hi,

Thanks for the beautiful editor.

However, I tried several times, but I still haven't figured out how to perform replacing instead of searching with the editor. How can I do that? Maybe you want to reconsider the UI and make this more obvious/give more hints? Thanks.

HouQiming commented 6 years ago

To replace something, just select one instance of the text you want to replace and type the new text. Then three buttons (replace previous, replace all, replace next) will appear to the left of the editing area. Click them (or preferably, press the hotkeys CTRL+D / ALT+A / SHIFT+CTRL+D) to replace more instances of text.

I did try to give more hints... if your frame rate is high enough, the buttons should shake a bit when they appear. I guess their placement could be more intuitive though. I'll see what I can do with the UI.

Thanks for your support!

On Thu, May 17, 2018 at 2:40 PM, Hou Tianze notifications@github.com wrote:

Hi,

Thanks for the beautiful editor.

However, I tried several times, but I still haven't figured out how to perform replacing instead of searching with the editor. How can I do that? Maybe you want to reconsider the UI and make this more obvious/give more hints? Thanks.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/HouQiming/qpad/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/AHrIF_sSlLMUhJcN5jDDol_bS6keIffUks5tzRt1gaJpZM4UCfcQ .

houtianze commented 6 years ago

I see. Thanks for the detailed explanations. Maybe I'm just too used to the "replace" text box appearing together with the "find" text box.