advice2020 left a comment (geany/geany-plugins#1579)

@Skif-off
Hello again
Thank you for working on this.
I was able to test this out.
1.) I do not think this suggestion is possible at all.
2.) This script provided is for the second suggestion which makes use of 
"marks".

This script does "mark" (highlight the found words).
For example if I changed "find2" to the keyword "apple"
```
local aF = {
{"find1", {"matchcase"}},
{"apple", {}},
{"find3", {"matchcase", "wholeword"}}
}
```
It will "mark" (highlight) all the instances of "apple" in a document.

But for me this does not work with Geany built in keybindings
`Find Next Selection` 
`Find Previous Selection`
so maybe these internal keybindings offered by Geany cannot work with the 
"mark" method used in this script?

If this is true then that is okay, just thank you again for working on this and 
the other scripts you have helped me out with.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/issues/1579#issuecomment-5321961173
You are receiving this because you are subscribed to this thread.

Message ID: <geany/geany-plugins/issues/1579/[email protected]>

Reply via email to