Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-03-31 Thread Arjan
Would it be feasible to make Leo use the LaTeX comment marker % instead of # for Leo sentinels in .tex files? This would allow to use @file nodes instead of @clean. (A quick search makes me think that adding/redefining the LaTeX comment symbol would not be easy). -- You received this message

Re: Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-03-31 Thread Edward K. Ream
On Sun, Mar 31, 2019 at 9:42 AM Arjan wrote: > Would it be feasible to make Leo use the LaTeX comment marker % instead of > # for Leo sentinels in .tex files? This would allow to use @file nodes > instead of @clean. > > (A quick search makes me think that adding/redefining the LaTeX comment > sym

Re: Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-03-31 Thread Arjan
Perfect! Does exactly what I want. Frequent Git commits should help in case I get in trouble, but using @language latex @comment % @others in an `@file myfile.tex` just works. Thanks -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscri

Re: Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-03-31 Thread Rob
Perhaps I don't understand your post, but I use @file all the time with latex files and Leo *does* use the % comment marker in the external file without any additional instruction on my part. Rob... On Sunday, March 31, 2019 at 10:42:27 AM UTC-4, Arjan wrote: > > Would it be feasible to make Le

Re: Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-03-31 Thread Arjan
Huh, no you're right -- I'd just only seen # as sentinel marker and didn't know comment markers are already language-dependent. Even better! -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails

pyzo status report: startup complete

2019-03-31 Thread Edward K. Ream
The pyzo branch has reached several major milestones. *Milestone 1: no more hangnails* Early this morning I fixed four hangnails, which were actually serious worries: - Removed a duplicate top-level window. - Removed duplicate imports. - Removed annoying flash in the main window during startup.

Re: pyzo status report: startup complete

2019-03-31 Thread Edward K. Ream
On Sunday, March 31, 2019 at 7:10:12 PM UTC-5, Edward K. Ream wrote: With --pyzo in effect, Leo goes through pyzo's full startup logic with Leo, > not pyzo, in full control. > I forgot to say that the main window now uses Leo's window icon, with 'Leo Main Window' as its title. This was not pos