*
editor panel text 

main
m 
 
*  press  alt + /

minibuffer show :

dabbrev-expand: main

* press enter

        editor panel text 
        
        main
        m

I check some codes  ::

            def getLabel (self,ignorePrompt=False):

        k = self ; w = self.w
        if not w: return ''

        s = w.getAllText()

        if ignorePrompt:
            return s[len(k.mb_prefix):]
        else:
            return s or ''

the k.mb_prefix value is "dabbrev-expand: main".

          

-- 
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/d/optout.

Reply via email to