advice2020 left a comment (geany/geany-plugins#1521) @Skif-off I know Skif I did RTFM! :) that is how I found those mode names in the first place. Yes it says provide the following strings, but it does not say with quotes (unless all "strings" in all languages, always include quotes). Just that in posts, websites, manuals, etc. never know if the quotes are being used to give boundaries for the data, or if they are to be included with the data. Not just quotes, many people use all kinds of symbols this way. So it is often a 50/50 guess :) In this case I was just joking, obviously not a big deal, just added them when saw error dialog.
Before making my last reply I had looked it up already and it seems strange but I do not think there is an actual `SCI_` action for the DELETE key. There was a section that had list of all of these other `SCI_` actions that I was looking for. I tried all the ones with "DEL" in their names, this `SCI_DELETERANGE` you mentioned was not in that section. I had seen `SCI_DELETERANGE(position start, position lengthDelete)` in the Scintilla manual but did not know if this was what I was looking for and did not know how to achieve testing it. Damn Skif! even on the go you still provide better help then most :) The first code you mentioned works perfectly :) Now all the items on the list are covered. I think I have a good idea for a GeanyLua script that you might find value in for coding/DC lists, but I will hold off on posting, sorry I will try to leave you alone for now. Is a simple idea but not even sure if it is possible to achieve, I did some keyword searches in GeanyLua documentation but did not find anything. I will mention in the future if interested. Thank you very much for providing this code, would not have been able to figure that last one out. Also thank you again in general for helping / providing those links, really appreciate it. -- Reply to this email directly or view it on GitHub: https://github.com/geany/geany-plugins/issues/1521#issuecomment-3607600881 You are receiving this because you are subscribed to this thread. Message ID: <geany/geany-plugins/issues/1521/[email protected]>
