advice2020 created an issue (geany/geany-plugins#1478)

This one I think could be useful to others.
I was was wondering if anyone would be interested in creating a Lua script for 
GeanyLua.
This script would be designed to allow user to add a static text prefix and or 
suffix to the beginning and or end of selection.

In the script itself, if anyone decides to create this, could you put
"PREFIX " as the default prefix
and 
" SUFFIX" as the default suffix
this way I can find/know what text needs to be modified.
I assume the text would be in quotes in the script?
If the prefix and suffix could be on their own lines in the code, this might 
also be helpful to modifiy.

I will use the default values mentioned above in the example below.


`EXAMPLE`
So say you had the following text highlighted
`apple tree`
if you activated the script it would look like
PREFIX `apple tree` SUFFIX

Text could be anything user desires numbers, letters, symbols.
Also user could leave the prefix or suffix empty if only want to apply a prefix 
or a suffix to the highlighted text.

Thank you to anyone willing to give this a try


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

Message ID: <geany/geany-plugins/issues/1...@github.com>

Reply via email to