Re: hiding statusbar on Leo startup

2023-11-02 Thread Edward K. Ream
On Thursday, November 2, 2023 at 1:00:46 PM UTC-5 Edward K. Ream wrote: > A new PR will define the leo_minibuffer_frame ivar and various show/hide/toggle commands. Done. See PR #3630 . All comments welcome. Edward -- You received this

Re: hiding statusbar on Leo startup

2023-11-02 Thread Edward K. Ream
Ben wrote: > I was wondering what the best way is to have Leo start without showing the statusbar, minibuffer, and iconbar. Looking at the *dw.construct* method I see that it's (mostly) easy to toggle various of the screen in Leo's Qt gui. Here is tested code: dw = c.frame.top # The

Re: Multiple views of a single leo file

2023-11-02 Thread Edward K. Ream
On Thu, Nov 2, 2023 at 9:08 AM Thomas Passin wrote: > If you want to work on a single node in a second view, the Freewin plugin > will do that. Cool. I had forgotten about that plugin :-) Edward -- You received this message because you are subscribed to the Google Groups "leo-editor"

Re: hiding statusbar on Leo startup

2023-11-02 Thread Edward K. Ream
On Thu, Nov 2, 2023 at 12:13 PM jamo...@gmail.com wrote: Getting back into using Leo a bit after a few years away, > I was wondering what the best way is to have Leo start without showing the > statusbar, minibuffer, and iconbar. > If you never want to see these areas you could create a theme

hiding statusbar on Leo startup

2023-11-02 Thread jamo...@gmail.com
Hi all, Getting back into using Leo a bit after a few years away, I was wondering what the best way is to have Leo start without showing the statusbar, minibuffer, and iconbar. In the past I wasn't able to find a way to do this, and so I set up a command node with a keyboard shortcut that I

Re: Multiple views of a single leo file

2023-11-02 Thread Thomas Passin
If you want to work on a single node in a second view, the Freewin plugin will do that. You can open a Freewin window on any node, and each FW window will remain locked to its node, so you can arrange several of them along with the main Leo window. The Freewin window contains a text editor -

Re: Multiple views of a single leo file

2023-11-02 Thread Karthik Suresh
On 02/11/2023 13:32, Edward K. Ream wrote: On Thu, Nov 2, 2023 at 8:20 AM Karthik Suresh wrote: Is there an approach where we can have multiple windows open for the same leo file - like a new window in Word so it's possible to work on different areas in the same document? Leo

Re: Multiple views of a single leo file

2023-11-02 Thread Edward K. Ream
On Thu, Nov 2, 2023 at 8:20 AM Karthik Suresh wrote: Is there an approach where we can have multiple windows open for the same > leo file - like a new window in Word so it's possible to work on different > areas in the same document? Leo will warn if you open the same outline twice. You will

Re: Literate programming - using @ and @c

2023-11-02 Thread Edward K. Ream
On Thursday, November 2, 2023 at 8:20:52 AM UTC-5 k.su... wrote: in the Syntax coloring -> Default colors ->* @bool color-doc-parts-as-rest = True* this is now treated as a legacy approach - and this contains the following: False (legacy): color all @ and @doc parts with a uniform color.

Multiple views of a single leo file

2023-11-02 Thread Karthik Suresh
Hi, I am working on a project with Leo and trying to integrate with the Laravel framework. As I edit automatically generated code, I create clones and then group them so I can work on them more quickly. Quite soon, I end up with a large file tree and it's tricky to switch between one and the

Literate programming - using @ and @c

2023-11-02 Thread Karthik Suresh
Hi, I first came to Leo around 20 years ago when learning python and coming across literate programming. I found the @ and @c constructs very useful. I haven't used Leo for a few years, and coming back to it found that when I use them, the code is no longer colour coded in the way it used to

Aha re study outlines

2023-11-02 Thread Edward K. Ream
The leo-editor-contrib repo now contains ruff-study.leo , a study outline for ruff 's formatter. The study outline shows a new