-
Notifications
You must be signed in to change notification settings - Fork 207
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
Viewer now uses the standard Search dialog. #622
Conversation
@rohitab, It would be great if you could test this change. The most interesting things to test are search for Hex in Viewer and saving / restoring dialog settings across searches and Viewer / Editor instances. In both cases no regressions are expected, but I did not attempt to address any known bugs / issues in these areas. |
Sure, I will test it out. Might not be able to get to it until tomorrow though, but I'll definitely try. |
Thank you! No rush at all. |
224b053
to
8e932ca
Compare
Thank you. Changelog / version / rebased / squashed / ready. |
@MKadaner I just tested your changes and everything appears to be working fine. I did not find any issues with the search. Since you removed FarManager/plugins/luamacro/macrotest.lua Lines 1006 to 1008 in 833c939
Right now, it won't make a difference since the code to test the configuration is commented out. FarManager/plugins/luamacro/macrotest.lua Line 1061 in 833c939
It's most likely commented since there are a lot of other left over settings that were never removed, and some settings where the type changed. Examples include |
8e932ca
to
f022952
Compare
Thank you for testing, @rohitab, and for discovering |
macrotest.lua runs during CI. |
As Rohitab noted, Far config test was commented out six years ago (even though macrotest.lua is still executed): FarManager/plugins/luamacro/macrotest.lua Line 1061 in 833c939
I am not sure what is the value of this test, but let me fix it in a separate PR. It has nothing to do with Viewer Search. I created a bug to track this issue. You can assign it to me. |
Thank you! |
Summary
This is it: Viewer now uses the standard Search dialog. No changes in behavior are expected except for the two removed features (see Details).
References
Checklist
If not checked, I accept that this work might be rejected in favor of another great big ineffable plan.
Details
Also removed:
What else did I forget to remove?