Re: Is it a bug of Nav

2017-05-29 Thread huliuhe
I see. but Leo doesn't search body text if the count of node is more then 1; I hit enter, but it is no use. 在 2017年5月30日星期二 UTC+8上午10:57:09,Terry Brown写道: > > On Mon, 29 May 2017 19:21:47 -0700 (PDT) > huliuhe wrote: > > > I don't know How to hit enter. can you tell me?

Re: Is it a bug of Nav

2017-05-29 Thread Terry Brown
On Mon, 29 May 2017 19:21:47 -0700 (PDT) huliuhe wrote: > I don't know How to hit enter. can you tell me? thanks. I'm referring to pressing the key you use to start a new line, sometimes also called Return. It's labeled Enter on my keyboard.

Re: Is it a bug of Nav

2017-05-29 Thread huliuhe
I don't know How to hit enter. can you tell me? thanks. 在 2017年5月30日星期二 UTC+8上午9:47:34,Terry Brown写道: > > On Mon, 29 May 2017 18:44:06 -0700 (PDT) > huliuhe wrote: > > > < >

Re: Are multiple cursors and selections suported in the body pane?

2017-05-29 Thread Terry Brown
On Mon, 29 May 2017 17:56:13 -0700 (PDT) Robert Cholette wrote: > Hello, > > Back from not using leo for many years, > > After using the multiple cursor/selection that other popular editors > offer (often made available by CTRL+clicking), I'm wondering if Leo > now

Re: Is it a bug of Nav

2017-05-29 Thread Terry Brown
On Mon, 29 May 2017 18:44:06 -0700 (PDT) huliuhe wrote: > > not body text ? It normally searches body text, but only after you hit enter. Before

Re: Is it a bug of Nav

2017-05-29 Thread huliuhe
not body text ? 在 2017年5月27日星期六 UTC+8下午12:39:08,lewis写道: > > At first you might think so, but the Quicksearch plugin searches node > headlines only, *not* body

Are multiple cursors and selections suported in the body pane?

2017-05-29 Thread Robert Cholette
Hello, Back from not using leo for many years, After using the multiple cursor/selection that other popular editors offer (often made available by CTRL+clicking), I'm wondering if Leo now supports a way to have multiple simultaneous cursors (and selections) in the body pane? (sorry if this

Re: Python 3 Debug Version can't run Leo-Editor

2017-05-29 Thread Edward K. Ream
On Mon, May 29, 2017 at 5:19 PM, SegundoBob wrote: > The problem is that in order to use the debug version of Python, all the > c-language Python-extensions that are used with the debug version must also > be compiled for debugging. > > That is, PyQt and SIP must be

Re: Python 3 Debug Version can't run Leo-Editor

2017-05-29 Thread SegundoBob
The problem is that in order to use the debug version of Python, all the c-language Python-extensions that are used with the debug version must also be compiled for debugging. That is, PyQt and SIP must be compiled for debugging. But thankfully, it is *NOT* necessary to compile all of Qt for

Re: An unusable outline ...

2017-05-29 Thread Edward K. Ream
On Mon, May 29, 2017 at 2:41 PM, Viktor Ransmayr wrote: > > ​I have been thinking what kinds of failures could write zeros instead of >> proper contents. At present I can not think of any, but I will keep this >> question in the back of my mind. >> > > I do

Re: LaTex to PDF workflow using Leo

2017-05-29 Thread Largo84
Josef, I work with large LaTex files also and have for several years; almost all of which contain multiple \input files. My system may not work for you, but it works well for me. A few things to note about my system: 1. My master document outline is a shell only (no actual content). It

Re: An unusable outline ...

2017-05-29 Thread Viktor Ransmayr
Hello Edward, 2017-05-29 13:57 GMT+02:00 Edward K. Ream : > On Sun, May 28, 2017 at 4:25 PM, Viktor Ransmayr < > viktor.ransm...@gmail.com> wrote: > ​>> ​It would seem that backups are your only protection. > > ​> ​Agreed for the moment. - But for me it still leaves a bad

Re: LaTex to PDF workflow using Leo

2017-05-29 Thread Josef
Hello Edward, much of my work involves editing LaTeX files, but I do have to work together with others. I tried Leo's @shadow and @thin nodes, for minimal interference, with mixed success. The main problem is the way Latex uses multi-file input. As you may remember, the way the rst plugin

Re: Killing script

2017-05-29 Thread Adrian Calvin
Thank you as always, Edward. On Sunday, May 28, 2017 at 11:15:08 AM UTC-5, Adrian Calvin wrote: > > Hello, > > Is there a way to kill a script without killing leo? > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group

ENB: Completing the event handlers

2017-05-29 Thread Edward K. Ream
This is an Engineering Notebook post. It consists of notes to myself. It is pre-writing for a Theory of Operation for the curses gui code. This post discusses what is still to be done (not very much) and compares the event handlers in the Qt and curses guis. Definitions: *User Events* are

Re: An unusable outline ...

2017-05-29 Thread Edward K. Ream
On Sun, May 28, 2017 at 4:25 PM, Viktor Ransmayr wrote: ​>> ​ It would seem that backups are your only protection. ​> ​ Agreed for the moment. - But for me it still leaves a bad aftertaste ... ​I have been thinking what kinds of failures could write zeros instead of