Menu

editor.userListShow(listType, itemList)

Help
Ge Mengano
2019-02-05
2019-02-18
  • Ge Mengano

    Ge Mengano - 2019-02-05

    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)

     
  • Ge Mengano

    Ge Mengano - 2019-02-16

    def myCallback(args):
    notepad.messageBox(args["text"])
    editor.callback(myCallback, [SCINTILLANOTIFICATION.USERLISTSELECTION])

    list = "rock paper scissors"
    editor.userListShow(1, list)

     
  • Sasumner

    Sasumner - 2019-02-18

    Okay, but what is a real use for it at all?

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.