Skif-off left a comment (geany/geany-plugins#1567) > -Not sure why response was said like this? Are you saying that updates would > only be done if someone wanted to? What about the concept if someone offers a > suggestion that the developer has not thought of, and then becomes interested > in making the update?
This plugin uses a built-in function from Geany instead of its own implementation (see `mark_word` in `addons/src/ao_markword.c`). So, either Geany needs to be updated or the plugin needs to be updated. Are you ready to do this? No one has done this in 15 years :) > It would be nice if the "Mark All" command in Geany could use the CTRL+F find > dialog settings that user has set. By default, this can be inconvenient. You'll likely just be prompted to use the find dialog (besides selected text is used automatically)... > The `Mark All` CTRL+SHIFT+M tool provided in Geany also works based on when > no selection is detected, uses the text/word that the caret is currently in > contact with. Updated. Remember that in this case, "word" is `[A-Za-z0-9_]+` only. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1567#issuecomment-4852394260 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1567/[email protected]>
