I have no idea how to use this function.
Can you write a little example? (For example show a list with 3 items and console output the text of the selected item)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have no idea how to use this function.
Can you write a little example? (For example show a list with 3 items and console output the text of the selected item)
def myCallback(args):
notepad.messageBox(args["text"])
editor.callback(myCallback, [SCINTILLANOTIFICATION.USERLISTSELECTION])
list = "rock paper scissors"
editor.userListShow(1, list)
Okay, but what is a real use for it at all?