ssborbis
ssborbis
Ok, so you're enabling legacy extensions using config-prefs.js and using Custom Buttons to modify the context menu with the ContextSearch.txt script. > If you can embed this code in your...
There's a hidden option in the release I just dropped ( 1.38 ) called `multilinesAsSeparateSearches`. If you enable that, it will treat multi-lines as separate search terms. Right now, it...
Actually, I don't think that change made it to the new release. It is in the repo, however.
It won't work in the release ( 1.38 ). It should be working from the code in the development repo, however. I'll post a beta you can test.
> Since there is no UI option, I manually enable it in the Console You can do that or manually edit the preferences JSON from here. 
https://github.com/ssborbis/ContextSearch-web-ext/releases/download/v1.39b2/contextsearch_web_ext-1.39b2-an+fx.xpi
Do you have an example webpage where it's not working? I've been using a simple test page and I've tested in textarea fields and with `` tags as newlines and...
Does this problem happen when `multilinesAsSeparateSearches` = false ?
This may be related to the issue of editing the search bar in the qm is not updating the search terms in the actual search. I have that fixed, and...
> I tested the problem of selected text not populating the toolbar and sidebar menus when they are opened, and it seems to be working normally. Correction. It seems to...