@WrapEarnPass commented on this pull request.


> +
+Thus, we will call the new module the "locate" module.  
+
+It should work very much like the "Find in Files..." feature, similar UI, 
similar output.
+
+Our plugin needs the following features...
+
+- Menu Item - "Find File"
+- Search context is always from the project root.
+- If possible, in GTK key binding to open the dialog should be double tapping 
the shift key.
+- New dialog window.
+- Support for case in-sensitive searches with `-i` (default to case-sensitive)
+- If there are **no results** the dialog should stay open, so the user can 
refine the search.
+- If there is **exactly one result** found, it should presented to the user in 
the dialog window (without another popup), to open that file, the user just 
clicks enter.
+- If there are **multiple results** found, it should behave like "Find in 
Files..." by adding clickable links in the Messages tab.
+- Menu Item "updatedb"  whis will run `sudo updatedb` in the background, sudo 
users privs are needed via popup of some sort.

application code initializing a sudo command is risky. I would advise strongly 
against it, or fork this off to polkit.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/1557#pullrequestreview-4585469897
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/pull/1557/review/[email protected]>

Reply via email to