On Sun, 23 Aug 2015 13:50:14 -0700 (PDT) john lunzer <[email protected]> wrote:
> > 4. see if we could replace minibuffer with ctrl+shift+p like thing > > from sublime/atom/vscode. Much more "impressive" and modern. > > To terry, this is how sublime works. I agree that the pop-up style is > more "modern" but to a greater point, the minibuffer 99% of the time > is just taking up screen real estate and not doing anything. There is > not a lot of reason to have it there on the screen unless somebody > wants it there on the screen So the easy way is just to style the parent widget hidden when it doesn't have focus... but then it would bump the layout whenever it was un-hidden. Might be worth testing that, I'd like that approach if it wasn't too disruptive. If it is too disruptive, then pop-up would make sense, just have to make sure you get all the special Leo-ness in the editing of the line (completion etc.). Cheers -Terry -- 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.
