Re: Matt, what's happening with #720?

2018-02-22 Thread Edward K. Ream
On Thu, Feb 22, 2018 at 4:59 PM, Matt Wilkie wrote: > > Sorry for dropping the ball so close to release. A friend in the family > passed away recently and I am helping with estate disposal, combined with > moving offices at work. I should have some time this weekend to close

Re: VBA language

2018-02-22 Thread Zoom.Quiet
all support language in leo/modes/*.py can seek them On Fri, Feb 23, 2018 at 11:59 AM, Largo84 wrote: > Perfect, thanks! > > Rob... > > On Thursday, February 22, 2018 at 10:49:08 PM UTC-5, Terry Brown wrote: >> >> On Thu, 22 Feb 2018 19:12:48 -0800 (PST) >> Largo84

Re: VBA language

2018-02-22 Thread Largo84
Perfect, thanks! Rob... On Thursday, February 22, 2018 at 10:49:08 PM UTC-5, Terry Brown wrote: > > On Thu, 22 Feb 2018 19:12:48 -0800 (PST) > Largo84 wrote: > > > Doing a little work in Microsoft VBA ('cuz I have to, not 'cuz I want > > to). Is there an @language

Re: VBA language

2018-02-22 Thread Terry Brown
On Thu, 22 Feb 2018 19:12:48 -0800 (PST) Largo84 wrote: > Doing a little work in Microsoft VBA ('cuz I have to, not 'cuz I want > to). Is there an @language directive already set up for that type of > code? I tried vba and basic, but neither worked. > > Rob... vbscript not

VBA language

2018-02-22 Thread Largo84
Doing a little work in Microsoft VBA ('cuz I have to, not 'cuz I want to). Is there an @language directive already set up for that type of code? I tried vba and basic, but neither worked. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Matt, what's happening with #720?

2018-02-22 Thread Matt Wilkie
Hi Edward, Sorry for dropping the ball so close to release. A friend in the family passed away recently and I am helping with estate disposal, combined with moving offices at work. I should have some time this weekend to close off #720. When it rains it pours! matt On Tue, Feb 20, 2018 at 9:17

master 401598397: Important improvements to javascript headline cleaner

2018-02-22 Thread Edward K. Ream
The changes affect only js_i.clean_headline, so should be completely safe. This method now applies various regex patterns to the headline to simplify the "summary" of the function, including => functions. These are not perfect, but in my tests of leovue/src/*.js the results were much better

Re: Neovim as an easier way to add in a different editor

2018-02-22 Thread Terry Brown
On Thu, 22 Feb 2018 10:50:58 -0800 (PST) "'tfer' via leo-editor" wrote: > Why I say this should be easy is that Neovim uses Msgpack rpc to give > you complete control of Neovim. Three things are needed: >1) provide a way to embed the Qt frontend as a

Re: Neovim as an easier way to add in a different editor

2018-02-22 Thread Kent Tenney
+1 This would be fantastic On Thu, Feb 22, 2018 at 12:50 PM, 'tfer' via leo-editor < leo-editor@googlegroups.com> wrote: > Neovim 0.2+ adds a Qt based editor in order to hit its promise of "works > on Windows". It should be possible to leverage this into an alternative > editor pane, all that

Re: Neovim as an easier way to add in a different editor

2018-02-22 Thread 'tfer' via leo-editor
Neovim 0.2+ adds a Qt based editor in order to hit its promise of "works on Windows". It should be possible to leverage this into an alternative editor pane, all that would be needed is to channel each node's body text into and out of Neovim, (the in-portion would also require you to set

Neovim as an easier way to add in a different editor

2018-02-22 Thread 'tfer' via leo-editor
Neovim 0.2+ adds a Qt based -- 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 leo-editor+unsubscr...@googlegroups.com. To post to this group, send email to

A study outline: eric6_sources.leo in leo-editor-contrib/StudyOutlines

2018-02-22 Thread Edward K. Ream
eric6_sources.leo is almost 20 MB--too large to attach here. You can find it here in the leo-editor-contrib branch. eric6_sources.leo contains all .py files in eric6, that is, in the eric6/eric folder. This is a

Re: #738 Links in "Leo Tips" dialog should be clickable

2018-02-22 Thread Terry Brown
On Thu, 22 Feb 2018 08:32:03 -0800 (PST) Satish Goda wrote: > Looks like the QMessageBox.setText has the capability to support > RichText (supported in Qt 4 and 5) > > http://doc.qt.io/archives/qt-4.8/qmessagebox.html#text-prop >

Re: #738 Links in "Leo Tips" dialog should be clickable

2018-02-22 Thread Satish Goda
Looks like the QMessageBox.setText has the capability to support RichText (supported in Qt 4 and 5) http://doc.qt.io/archives/qt-4.8/qmessagebox.html#text-prop http://doc.qt.io/qt-5/qmessagebox.html#text-prop On Thursday, February 22, 2018 at 4:59:01 AM UTC-8, Edward K. Ream wrote: > > On

Re: How did I came across Leo?

2018-02-22 Thread Kent Tenney
I think I discovered Leo as a result of a fleeting interest in literate programming. Don't recall the date, but it was before Leo was ported from C++ to Python. When I learned that Edward lived across town, kitty-corner from a high school sweetheart, I was SOLD! :-] On Thu, Feb 22, 2018 at 8:39

Re: How did I came across Leo?

2018-02-22 Thread Zoom.Quiet
On Thu, Feb 22, 2018 at 10:27 PM, Terry Brown wrote: > > I think I was using Freemind before Leo, although I'd spent a long time WoW .. in fact, there really some guys base Leo record notes, and translate into Freemind xml for export maindmapping html. > using the console

Re: How did I came across Leo?

2018-02-22 Thread Terry Brown
I think I was using Freemind before Leo, although I'd spent a long time using the console based outliner hnb, which apparently has been resurrected as tines https://github.com/larrykollar/tines Cheers -Terry -- You received this message because you are subscribed to the Google Groups

Re: How did I came across Leo?

2018-02-22 Thread Chris George
I found Leo when I was looking for an outliner that supported clones, ran on Linux, and wasn't a website. I live on a farmlet on the edge of the world and our internet has always sucked. I took Leo up in 2007. And if there is one thing I have learned in the interval it is that with Leo, anything

Re: #738 Links in "Leo Tips" dialog should be clickable

2018-02-22 Thread Edward K. Ream
On Thursday, February 22, 2018 at 12:00:08 AM UTC-6, Satish Goda wrote: To improve the utility of the information presented by the dialog, can we > please make the text [of the tips dialog] selectable and hyperlinks to be > clickable. > Eric6 has this ability. The trick is to use html in the

A study outline containing eric6 docs

2018-02-22 Thread Edward K. Ream
Tonight I got eric6 installed on Ubuntu and wrote a do-nothing plugin for it. The attached .leo file contains is a rendering of this .pdf file . It's a lot easier for me to see what is going on in a Leo outline, though some