(oops, 2nd try)

(leoKeys.py)
def computeCompletionList(...):

    # ...
    if not c.config.getBool('jkn_command_completion_style'):
        s1 = s1a + s1b
        s2 = commandName
    else:
        s2 = s1a + s1b
        s1 = commandName

you then add a node

    @book jkn_command_completion_style = True

under an @settings node in (eg) myLeoSettings.leo file

(clearly there are somewhat neater ways of actually coding this change) 

    HTH
    Jon N (jkn)


-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/leo-editor.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to