HenriAugusto / completion-plugin

Completion for Pure Data
BSD 3-Clause "New" or "Revised" License
19 stars 1 forks source link

TCL error on unique completions completion #15

Closed HenriAugusto closed 5 years ago

HenriAugusto commented 5 years ago

We get the error below when the plugin detects there is only a single completion and automatically complete the word without opening a popup!

bad window path name ".pop"
bad window path name ".pop"
    while executing
"bind .pop <FocusOut> {::completion::debug_msg "the user has unfocused the popup"; ::completion::popup_destroy }"
    (procedure "::completion::trigger" line 55)
    invoked from within
"::completion::trigger"
    (command bound to event)
HenriAugusto commented 5 years ago

fixed in 0.46.1