Re: How do you install leointeg into VS Code?

2019-10-11 Thread Félix
Support for Windows is now fixed! I've now tested it sucessfully on a new 'blank' windows 10 machine. Sorry about that, I thought there was nothing OS dependant in this. Turns out there was 2 minuscule details I overlooked. After pulling this last update* make sure to re-run 'npm install' as I

Re: For Leo 6.0 on Windows 10 - PyQt 4 or PyQt 5?

2019-10-11 Thread Félix
I am currently trying to install leo on windows... (I wish the documentation would be a lot more detailled and precise for this) After installing python3 with the official installer, It took me a lot of googling to figure out that I needed to put python3's path and its Scripts folder path in

Re: @button for displaying all parents of a clone to log pane

2019-10-11 Thread SegundoBob
btheado , On Thursday, October 10, 2019 at 4:08:06 AM UTC-7, btheado wrote: > > I've been thinking about this a lot and I've come to the conclusion that > there should be a separate command that will display all the clone >

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Félix
haha we're both stuck trying to install and run each other's product! i'm trying to get leo to start on windows 10 and I can't do it! on linux it just worked right out of the box! I installed python 3 (latest from python.org) and leo from sources on windows, cd into leo's dir and this is what

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Edward K. Ream
On Fri, Oct 11, 2019 at 3:43 PM Félix wrote: > Note to other people reading this thread: Please indicate what OS you're using, Thanks! :) I have been trying this on Windows. I'll try on Ubuntu soon. Edward -- You received this message because you are subscribed to the Google Groups

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Félix
Thank you Chris, your report is much appreciated. It seems to be on windows that a mysterious dependency is lacking (or something other than Leo's path in $PYTHONPATH environment variable, or other generic $PATH entry missing...) In the near future, as soon as I figure out the 'windows'

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Chris George
I run on Ubuntu and can do pretty much everything you detailed in your earlier postings. I look forward to your progress. Chris On Fri, Oct 11, 2019 at 1:05 PM Robert Cholette wrote: > Thanks Arjan, that's a normal warning to get on the first run. > > I'm really eager to try all of this under

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Robert Cholette
Thanks Arjan, that's a normal warning to get on the first run. I'm really eager to try all of this under windows. (I know I should have tought of that before!! I mainly work in ubuntu but I can dual boot on windows 10 on my machine so I'll try it out after work to see what's the problem in

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Arjan
Just one warning: > > (node:6096) [DEP0005] DeprecationWarning: Buffer() is deprecated due to security and usability issues. Please use the Buffer.alloc(), Buffer. allocUnsafe(), or Buffer.from() methods instead. warning.js:18 It looks like an awesome way of using Leo, so thank you for making it

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Robert Cholette
I see now... And is there anything in the debug console terminal of the window underneath? (the window of the leoInteg project where you pressed F5 to run) Problems logged are not printed in the window where the extension can be used, but instead they appear in the Debug Console of the

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Arjan
Yeah, problem is I don't have the Open Leo File button: [image: Leo-VSCode.png] -- 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

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Robert Cholette
> > but opening a folder with .leo files doesn't provide an outline view, Opening a workspace folder that contains a leo file will not open a leo outline, indeed, it will just activate the expansion so that the 'Open Leo File Button' can now appear (When hovering the leo:Outline bar) Either

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Arjan
I'm not yet able to get a Leo outline working with these instructions. I do get the new window with a Leo icon in the sidebar, but opening a folder with .leo files doesn't provide an outline view, and I don't see an "Open Leo File" on the Leo view. Is there a way to check if the Python/Leo

Re: Usage of "Leo-devel" archives from GitHub installed via pip into a dedicated PyVE does not work

2019-10-11 Thread Viktor Ransmayr
Hello Matt, Am Fr., 11. Okt. 2019 um 05:46 Uhr schrieb Matt Wilkie : > I think I'm just going to declare the incantation of `pip install >>> http://path/to/leo/archive.zip` as >>> broken beyond reasonable repair and that people have to use either PyPi or >>> git

Re: Improved asciidoc, asciidoctor and pandoc support

2019-10-11 Thread Chris George
> > *Live rendering of asciidoc and pandoc markup* > > The VR plugin recognizes @adoc nodes, @pandoc nodes (see below) and > @language pandoc and @language md. > > The VR plugin renders only p.b. Read on if you want render entire files... > > > While this work is fresh in your mind is there any

Ahas: comm bridges and IPC

2019-10-11 Thread Edward K. Ream
shutil.which is one of those "small" tools that has a big impact re inter-process communication, IPC. - The @adoc and @pandoc commands already use "which" to call the external asciidoctor and pandoc tools. - The pyzo_in_leo plugin uses "which" to add the appropriate folder to sys.path. As a

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Robert Cholette
I should have given some more details about the expansion startup : It will 'activate' if the current working folder contails a leo file, or if the user manually switches to the 'Leo' view panel (Bottom left) Once 'activated', an 'Open Leo File' folder icon will be available on the 'LEO:

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Edward K. Ream
On Thu, Oct 10, 2019 at 7:50 PM Robert Cholette wrote: wait for those dependencies to install and hit F5 :) > Seems to have gone well: (base) c:\leo.repo\leointeg>npm install added 142 packages in 4.958s I hit F5, and there was a messages about building, iirc. I see Leointeg and outline in the