[Support] Replace

Oke, thanks bro, i just use it for blogger.com :slight_smile:

I don’t have blogger account to test it but v1.1 has been uploaded.

1 Like

You are working very well, its work for me, do i have to write a review this plugin on addon mozilla?

Good reviews are always welcomed :slight_smile:

@aldi7id I have made a new extension Edit which has a lot of editing features, in case that is useful to you.

1 Like

I had installed this add on and try this add on and this is useful for me :blush: , Thanks very much, i hope u have best day :slight_smile:

I’m pretty sure this is not the right place for a request, but i landed here searching for a replacement for FindBar Tweak…
I would be good to have an addon to search for text as i start typing with the regular findbar and that would only close upon another action (such as a mouse click).

No problem… if it is a feature that can be added, it is worth talking about

Sadly, the WebExtension API does not allow alteration to the built-in FIND.

so, i suppose that using the built-in FIND bar + “search for text as i start typing” feature, there is also no way to keep the findbar open in order to find the “next” result (if there’s more than one)… :(, right?

FIND bar changes are up to Firefox and it may change with new versions.

It is possible to keep the text highlighted and search for a new text but I am not sure if that was the intension or a glitch. :wink:

How about allowing us to replace line breaks? When I put just a line break in “Find”, nothing happens. Need that functionality to replace an addon I used to use for my job.

Have you tried the Regular Expression?
/[\r\n]+/

Some questions:
Is it possible to search and therefore select multiple parts of a text on a page?
Is it then possible to copy all of the selected passages at once?

Also i just want to make sure: Does this support regular expression searches?

The Replace looks for ALL text and replace. It is not looking for selected text.
You can try Edit that deals with selected text only.

It doesn’t have a function to copy any selection

yes… it does

hello
Is it No User Option at the moment normal?
OS linux
Firefox 59.0a1 (2017-12-19) (64 bit)

Yes… I created the Option document for future if there is a need to add user preferences. At the moment, there is no need for user preferences. There is also Help & About.

Is there any way to shorten the amount of time the popup window displays when it does a search and finds no matches? It stays up for an awful long time, and it is annoying to have to go down and dismiss the popup each time. Otherwise, its working very well, very handy!

All Toolbar Icon Pop-ups stay open until they lose focus which means you click outside it (e.g. on the page).

It is possible to make it to automatically close after each action but this way multiple Find/Replace can be done without the need to reopen the pop-up each time.

The popup for doing the search/replace goes away, but if there is an error in the search (text is not found), THAT popup is not going away when focus is lost, it stays up for about a minute. That is the popup I meant, sorry if I was not clear. Thanks!

I see… You mean the notification. How long it stays open is set by Firefox. There is a an X to close it if you want.

It is possible for the add-on to force close it but then how long should it stay open? People might have different ideas.

However, if there is a popular demand, I can write the code for it.