-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Advanced search options #185
Comments
Regex find is already something I am sure to add for the next release (#56), and will probably be in one of the next few betas. As for your other search types suggestions, we'll see how much of a need there will be for them once Regex is implemented, and then I'll see what I can do about them. |
Hi, both suggestions would be something I am very much up for. I would be a regular user of regular expressions as well as proximity search. For a fist shot regex would be a big step forward. |
FYI unfortunately neither Regex or the other find modes suggested will be in the next release, or betas. There's just a lot to do and I have to prioritize, otherwise I will never actually release a new version at this rate. And the next release is already long overdue, as the current release is becoming extremely buggy. At least Regex will make it into the add-on eventually of course, I can't give you an exact date for this though. |
Hi Luis, thanks for the quick reply. Don't worry about that. It would be a god thing to have but I understand you situation just to well. I have just noticed some little bug (and it seems it is not listed anywhere on git-hub). My Firefox freezes immediately if I hit in preferences>>tweaks "Reset all native changed preferences". Would you like me to open a new thread on this? |
Nice catch! That was quick to fix, I already uploaded v2b9 (https://github.com/Quicksaver/FindBar-Tweak/releases/tag/v2b9) in case you need to reset your prefs or if you'd like to try it out. So there's no need to open a new thread, unless of course it still doesn't work for you. ;) |
Hi, superb quick fix - I am on 2b9 (was on 2b2) and it works now and seems to be much faster than before as well! |
BTW, will the beta version automatically be update to the final release 2.x or do I have to intervene manually? |
It should update automatically, it usually does for me. I also have the beta in my main profile and I will let it update automatically to make sure. In case it doesn't I'll try to let everyone know. |
ok, I will keep my eyes open and let you know if I can find anything else - I use your plug-in many times a day. |
Thanks, I'm glad you like it. :) |
Hi, I have just noticed that since I updater to 2b9 my "Find Suggest" does not show any suggestions anymore. |
That's actually a problem with Find Suggest, it's now extremely outdated (it still assumes there is only one find bar per window, even if you disable FBT, Find Suggest will only work on the first tab of each window because of that, it will not work in other tabs). Unfortunately, the way Find Suggest is built doesn't allow me access to its methods from outside, so I can't fix it from within FBT. I already plan on writing my own implementation of its functionality into FBT itself, but in the meantime there's nothing I can do about it. By the way, once is ok, but now we're spamming @Svk1190 with stuff he/she probably doesn't care about. Let's try to keep this on topic. ;) |
Hi , thanks for the reply and sorry for pulling the topic off. |
@xyTo, version 2 was just made public yesterday. I received the automatic update in my main profile, but since you asked about it I would also like to confirm that you received it as well, just to make sure. :) |
Dear Luis, thank you for your following up. The update worked seamlessly. Thanks Best regards, On 26.07.2015 00:59, Luís Miguel wrote:
|
When tackling regular expressions, it's worth keeping in mind different people have different expectations for that kind of thing. |
This add-on would become extremely powerful if it supported regular expression search and proximity search. For instance, Google supports queries such as: (random OR chaotic) AROUND(10) reali*ation. It would be great if such powerful query tools would be available in FindBar Tweak as well.
The text was updated successfully, but these errors were encountered: