Re: Félix: where are the key bindings?

2020-07-01 Thread Félix
even worse! The CTRL+B 'execute script' is missing for the documentation/readme! Someone slap me ! -- Félix -- 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 i

Re: Félix: where are the key bindings?

2020-07-01 Thread Félix
does not change anything in outline nor body. etc... no rush for this little 'cleanup' Félix On Wednesday, July 1, 2020 at 9:01:36 AM UTC-4, Félix wrote: > > The default ones that I tried to match from Leo's defaults are listed in > the readme : https://github.com/boltex

Re: ENB: Syntax coloring in leoInteg

2020-06-30 Thread Félix
ous to hear anyone's ideas about this Félix On Tuesday, June 30, 2020 at 8:11:40 PM UTC-4, Edward K. Ream wrote: > > > On Tue, Jun 30, 2020 at 1:58 PM Félix > > wrote: > > My forecast is that I will soon come and rain on this parade ;) >> > > I have no attac

Re: ENB: Syntax coloring in leoInteg

2020-06-30 Thread Félix
My favored solution is to make leo-body-python leo-body-c syntax files etc... for all languages Leo supports and switch accordingly with textmate rules because that supports switching languages in the same mode multiple times. ( Leo has trouble starting a child mode in the right language when a

LeoInteg progress afterthought

2020-06-28 Thread Félix
e may not apply coloring correctly, but re-selecting a node fixes it.) In vscode, the rules are reapplied at any keypress perfectly, or so it seems, so that's a happy accident that's totally acceptable, and in fact appreciated greatly. ... if that makes any sense. Félix -- You receiv

Re: Wow: more vs-code tips

2020-06-27 Thread Félix
t it's good to accumulate knowledge and comments about it, and not rush decisions of implementations too fast... :) Félix On Saturday, June 27, 2020 at 7:20:25 AM UTC-4, Edward K. Ream wrote: > > On Fri, Jun 26, 2020 at 2:33 PM Félix > > wrote: > > Wow!! I would be de

Re: Wow: more vs-code tips

2020-06-27 Thread Félix
going to bed ... its done but I'd like to test a bit more before pushing my changes ,. tomorrow it is then! :) On Friday, June 26, 2020 at 3:33:46 PM UTC-4, Félix wrote: > > > Wow!! I would be delighted to have any help I can get with leoInteg! > > (later today/tonight I w

Re: Wow: more vs-code tips

2020-06-26 Thread Félix
go finish the multi-file support for tonight and let you browse through what i've done so far in /syntaxes and wait for questions and remarks... So that's it for now I'll write some more details tonight or tomorrow morning :) thanks again and please don't hesitate to ask

Re: FYI: Recent improvements to the TypeScript and Rust importers

2020-06-23 Thread Félix
Yes indeed it does. On Tuesday, June 23, 2020 at 5:41:10 PM UTC-4, Edward K. Ream wrote: > > > > On Tue, Jun 23, 2020 at 4:24 PM Félix > > wrote: > >> >> >>> *Typescript importer improvements* >>> - Create separate nodes for 'expo

Re: Documentation on the proper use of sections in the current version of leo

2020-06-23 Thread Félix
Might have other sections with same name elsewhere in the tree, that have different content, so it has to be descendents only. otherwise, making two structures of 'insect' : and ant and a fly, I would have to distinguish section names with <>, <>, <>, <> instead of just <> and <> in their respec

Re: FYI: Recent improvements to the TypeScript and Rust importers

2020-06-23 Thread Félix
> > *Typescript importer improvements* > - Create separate nodes for 'export' functions, 'export enum' and 'export > const enum'. This is great! I'm eager to add all my code into my Leo project file so importing with sections and separate nodes for those will save some time! Also, typescript

opening an already opened leo file via leoBridge adds duplicate in g.app.windowList frame list

2020-06-23 Thread Félix
Hi Edward, :) I can easily work around it, no problem... But I just thought I'd mention it in case that was not your intention, because trying to open the same file twice in Leo just focuses on that already opened document tab. Félix -- You received this message because you are subsc

Re: Fixed(?) leoInteg stopped working

2020-06-23 Thread Félix
When it's an installable plugin, it will be automatically 'always on' without anything required by the user. -- 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-

Re: is g.app.commanders filled up with commander(s) that are opened with leoBridge?

2020-06-22 Thread Félix
nt tripping the derived files changed popup for 'closed' leo files. so its all good :) Félix On Monday, June 22, 2020 at 9:26:02 PM UTC-4, Félix wrote: > > > Note 1: Closing a commander will *not* update g.app.windowList. Indeed, >> the bridge has no closeLeoFile me

Re: is g.app.commanders filled up with commander(s) that are opened with leoBridge?

2020-06-22 Thread Félix
e derived file detection for closed files that would still be listed by commanders() when the efc does his cycles... or maybe efc checks a 'closed' flag that is set on a commander that were .close() considered 'closed'? Just thinking out loud here... On Monday, June 22, 2020

Re: Fixed(?) leoInteg stopped working

2020-06-22 Thread Félix
ce' setting. (I just then close it and reopen vscode specifically with the right 'project') On Monday, June 22, 2020 at 4:50:34 PM UTC-4, Edward K. Ream wrote: > > On Sun, Jun 21, 2020 at 12:36 PM Félix > > wrote: > > *launch.json* is also what defines the choices

Re: Félix: Thoughts re using vs-code instead of Leo?

2020-06-22 Thread Félix
... which i may. I appreciate your sentiments. As the "How to Speak" video says, one gets > used to being famous; one never gets used to being ignored. It's another > reason to be excited about leoInteg. I really enjoyed that video and I got many things out of it! Thanks fo

Re: Wow: top 10 vs-code pro tips

2020-06-22 Thread Félix
boltex/leointeg/projects/1 ) Félix On Monday, June 22, 2020 at 7:27:38 PM UTC-4, Félix wrote: > > > - I see that the command palette already supports some of Leo's >> outline-oriented (essential) commands. It might be good to use a separate >> Leo decorator to denote c

Re: Wow: top 10 vs-code pro tips

2020-06-22 Thread Félix
half a second later, a generated outline appears. its a plain representation of the source file. (the opposite of building with leo, if you will... or maybe like a plain 'import' tree without any structure depth to represent anything.) I'm not explaining it very well, see this par

Re: is g.app.commanders filled up with commander(s) that are opened with leoBridge?

2020-06-22 Thread Félix
ess I'm going back to the workbench to finish some of the basic multi file support for real this time! :) Félix On Monday, June 22, 2020 at 6:10:06 PM UTC-4, Félix wrote: > > Holy sh*t, you're a machine!! -- You received this message because you are subscribed to the Google G

Re: is g.app.commanders filled up with commander(s) that are opened with leoBridge?

2020-06-22 Thread Félix
Holy sh*t, you're a machine!! -- 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 view this discussion on the web visit ht

Re: is g.app.commanders filled up with commander(s) that are opened with leoBridge?

2020-06-22 Thread Félix
i'm in the middle of a heat wave here in montreal and there's noisy construction work in my street today. So my concentration and productivity levels are quite low !! :( On Monday, June 22, 2020 at 1:54:00 PM UTC-4, Félix wrote: > > Perhaps I should have made more research bef

is g.app.commanders filled up with commander(s) that are opened with leoBridge?

2020-06-22 Thread Félix
Perhaps I should have made more research before asking about those things but i'll ask anyways - sorry in advance if this is basic stuff... (multiple opened file support is the last major feature of leointeg to be done, the rest is trivial... So i'm tempted to ask questions instead of studyin

Re: Fixed(?) leoInteg stopped working

2020-06-21 Thread Félix
I might want to add that I'm not primarily a python coder, (I'm quite the newbie when it comes to python), so my choice of extensions and settings might look silly for an experienced python coder who is also experienced with vscode. On Sunday, June 21, 2020 at 1:36:10 PM UTC-4, F

Re: Wow: top 10 vs-code pro tips

2020-06-21 Thread Félix
That's great news to wake up to! about the p.p.s. of leo's settings: Worth noting that leoInteg checks with Leo's real settings that you might have set in Leo, for defaults regarding derived files, for example, So someone might use Leo, change those, and confidently switch back to using Leo v

Re: Félix: Thoughts re using vs-code instead of Leo?

2020-06-21 Thread Félix
vs-code. 'gui' stuff specifically, yes, but other plugins should work. > - Probably better support for python. In my perspective, vscode offers better support by far, but I may have not enabled the required options/configurations/debuggers in Leo, if any. > - Leo's

Re: Behavior of the commander.close() method for commanders created via leoBridge

2020-06-20 Thread Félix
Thats great! Thanks! I will also use your advice about replying instead of editing existing posts. I was trying to make working 'close' and 'save as' methods last night and got caught up in trying to also make multiple opened files a reality also while at it. I will show the name of the curre

Behavior of the commander.close() method for commanders created via leoBridge

2020-06-19 Thread Félix
ander.close method is actually expected to do, or maybe I should be calling something like "self.commander.file.close()" or something like that... Or maybe that just lowered an "opened" flag somewhere and all objects are still valid pointers until python does garbage collecting

Re: Body pane's color syntax highlighting

2020-06-17 Thread Félix
@others and the like- and also fixed headline editing with double quotes and special characters. So this makes it so that it is now possible to re-do this video in its entirety. https://www.youtube.com/watch?v=tuM8MvI9g6k Which I will do. : ) Félix On Wednesday, June 17, 2020 at 7:38:18 AM

Re: Body pane's color syntax highlighting

2020-06-16 Thread Félix
l task is to implement Leonine widgets. Flexx makes > this easy with pre-built js widgets. I assume you use the vs-code api to > create your Leonine widgets in vs-code. Being an integration into vscode, there is indeed, mostly just a ton of vs-code api shenanigans going on :) have not gon

Re: Second round of comments re leointeg

2020-06-16 Thread Félix
lones were something a bit new for me! :) -- Félix On Tuesday, June 16, 2020 at 6:25:37 AM UTC-4, Edward K. Ream wrote: > > > > On Mon, Jun 15, 2020 at 5:49 PM Félix > > wrote: > > I still dont know how to how to switch from/to remote branches from the >> Leo main repo b

Re: Second round of comments re leointeg

2020-06-15 Thread Félix
10:46 PM Félix > > wrote: > > Getting the basic "general" Leo color syntaxing was not that hard once I >> finally understood the 'textMate' standard for specifying tokenization >> rules! >> > > Excellent! > > live on branch #37 as of

Re: Second round of comments re leointeg

2020-06-15 Thread Félix
ew-remote-branch but it started a MASSIVE download that I killed with ctrl+break and restarted all with the solution above in bold...) This adventure in trying to switch to the devel branch of leo really got me aware of how little i really know what I'm doing with git! -- Félix On Monda

Re: Body pane's color syntax highlighting

2020-06-14 Thread Félix
/src/constants.ts for the "actions" that the server supports so far. I'll add more details as i post in this forum - don't hesitate to ask about parts that interest you! :) -- Félix On Sunday, June 14, 2020 at 7:02:33 AM UTC-4, Edward K. Ream wrote: > > On Sunday, June 14,

Re: Second round of comments re leointeg

2020-06-14 Thread Félix
uot;close, save-as and new" before completing total color-syntaxing for each languages ! Félix On Sunday, June 14, 2020 at 2:39:08 PM UTC-4, Félix wrote: > > Thanks! > > All right : so Leo's 'devel' branch is the equivalent of my 'dev' > branch...

Re: Body pane's color syntax highlighting

2020-06-13 Thread Félix
a number, pre incremented ", \"action\": \"" + p_action + // action is string so surround with quotes "\", \"param\":" + p_jsonParam + // param is already json, no need for added quotes "}"; } LeoInteg is a year's worth of professiona

Re: Second round of comments re leointeg

2020-06-13 Thread Félix
hes and keep the dev (and moreso master) branch "stable with finished features". eh! Now I guess I'll see what I need to change in leoInteg to make it work in 6.2 ! Silly me should have kept my Leo Up to date to catch this one earlier !! lol & Any insights are welcome :) Félix

Re: Second round of comments re leointeg

2020-06-13 Thread Félix
Also, may I suggest, since you start the server with 'python' instead of "py -3" to change that launch command in leoInteg's setting webview,. (as shown in the readme) so that you could now start it automatically from leoInteg. On Saturday, June 13, 2020 at 4:14

Re: Back from a staycation

2020-06-13 Thread Félix
My bad, it was indeed unprofessional on my part. On Saturday, June 13, 2020 at 8:06:50 AM UTC-4, Edward K. Ream wrote: > > On Friday, June 12, 2020 at 1:59:12 PM UTC-5, Félix wrote: > > > [Redacted] :-) > > Please do not comment about politics here on leo-editor in *any *w

Re: Second round of comments re leointeg

2020-06-13 Thread Félix
Please take a look at the test sheet I did https://docs.google.com/spreadsheets/d/1M7TA3J0hkBpU4BkyChThrhzwKxhTPtQHacXDYRvEQes/edit?usp=sharing It states the various ways to interact with leo via leointeg and may be useful to more rapidly "pin-point" any problems. I'll report with more details as soon as I try this out.

Re: Body pane's color syntax highlighting

2020-06-13 Thread Félix
he list that pops up. > > Tom > > On Friday, June 12, 2020 at 9:55:48 PM UTC-4, Félix wrote: >> >> The second option >> >> > Follow the example of the pygments code, and alter the js coloring >> code to handle Leo directives and section references. &

Re: Body pane's color syntax highlighting

2020-06-12 Thread Félix
;Leo' feel of an opened body pane. thanks again for the tips :) On Friday, June 5, 2020 at 6:08:42 PM UTC-4, Edward K. Ream wrote: > > > > On Thu, Jun 4, 2020 at 4:02 PM Félix > > wrote: > >> Thanks! >> > > You're welcome. > > Edward > -- Y

Re: Back from a staycation

2020-06-12 Thread Félix
d benevolent decent human being. (I.E. not a kkk religious nutjob nazi) Thanks for that!! Félix PS : its 2020 why do I still have to wonder if people are nazis? this is surreal! like we're in some form of indiana jones movie instead of real life? Jeez! That presidency is a nightmare. H

LeoInteg 0.1.10 released: "documentation update"

2020-06-11 Thread Félix
nd trying out leoInteg! I'm also keeping track and prioritizing the remaining bugs and features at https://github.com/boltex/leointeg/projects/1 (pretty cool feature of github I just discovered!) Félix -- You received this message because you are subscribed to the Google Groups &qu

Re: Body pane's color syntax highlighting

2020-06-04 Thread Félix
Thanks! It's the kind of pointers I was looking for to start tackling the syntax-coloring! Félix On Wednesday, June 3, 2020 at 8:34:36 AM UTC-4, Edward K. Ream wrote: > > On Sun, May 31, 2020 at 5:23 PM Félix > > wrote: > > I'm wondering if anyone with knowledg

Re: New version of LeoInteg released: 0.1.9 stable "Proof of concept"

2020-06-04 Thread Félix
ette that lazy -searches to run any command, (equivalent to the minibuffer in leo? i think so) ...And lastly, just a reminder: if you happen to get things running , open your favorite Leo file in leoInteg and try to fill out the checkmarks in the test sheet :) https://docs.google.com/spreadsheets/d

Re: New version of LeoInteg released: 0.1.9 stable "Proof of concept"

2020-05-31 Thread Félix
o this tomorrow. Thanks again! Félix On Monday, June 1, 2020 at 1:02:08 AM UTC-4, Félix wrote: > > Thanks for trying it out and sharing your experience! > > 1- npm install logs gives exact same warnings for those dependencies for > me too. that's normal. > > 2- I'm

Re: New version of LeoInteg released: 0.1.9 stable "Proof of concept"

2020-05-31 Thread Félix
.8.1 V8: 7.8.279.23-electron.0 OS: Linux x64 5.5.5-050505-generic Thanks! I'll get back to you in a few with more relevant things or tips to get people on windows to run this more smoothly. Félix On Sunday, May 31, 2020 at 6:39:48 PM UTC-4, Edward K. Ream wrote: > > On Friday, May 29, 2020

Body pane's color syntax highlighting

2020-05-31 Thread Félix
body pane's color syntax highlighting (in whatever format that would present itself) that would be applied on the text of a (given) body pane? (while running only Leo without gui, i.e. leobridge) Thanks for any input on that subject! Félix -- You received this message because you are s

New version of LeoInteg released: 0.1.9 stable "Proof of concept"

2020-05-29 Thread Félix
of what features can be interacted with. I hope you like it and also to get some feedback as you try it out! :) Félix -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving ema

Re: Question about Clone keybinding default

2020-05-28 Thread Félix
Thanks! That's what I thought but I wasn't sure and on my keyboard that key has tilde and slash instead. So thanks again for confirming this! -- Félix On Thursday, May 28, 2020 at 10:15:48 PM UTC-4, Thomas Passin wrote: > > In the US, I see it called a "back-tick".

Question about Clone keybinding default

2020-05-28 Thread Félix
s with a standard us/english keyboard, could confirm to me the most generally accepted default keybinding for the 'clone node' command. Just make sure you're describing to me the POSITION on the keyboard, and not what is printed on the key. Thanks! -- Félix -- You received this m

Re: ENB: rethinking Model/View/Controller split in Leo

2020-05-06 Thread Félix
The "Clone" terminology used in Leo is also used in some 2d and 3d graphical design software among others, in the same manner: A 'live' reference to an object that will change in real-time... Just thought I'd make this fact known to people reading this thread :) On Wednesday, May 6, 2020 at 6:

Re: ENB: rethinking Model/View/Controller split in Leo

2020-05-04 Thread Félix
ey are problematic because of vscode technical details, not leo hehe!) Y'all have a great Day ! :) -- Félix On Sunday, May 3, 2020 at 5:11:48 PM UTC-4, vitalije wrote: > > The relevant code is in the mvc-prototype branch in > leo/extensions/myleoqt.py. > > Leo architecture fol

Re: Nodes arbitrairily contract when inserting near the root node

2020-05-02 Thread Félix
Thank you very much Vitalije for those details... Indeed it was in clones as you described! So thanks again! -- Félix On Saturday, May 2, 2020 at 10:59:30 PM UTC-4, Félix wrote: > > I thought I was going crazy while trying to debug something weird in > leoInteg so I tested w

Re: Nodes arbitrairily contract when inserting near the root node

2020-05-02 Thread Félix
Here is an album of 3 screen captures that show what happens https://imgur.com/a/Zj0IbH7 -- Félix On Saturday, May 2, 2020 at 10:59:30 PM UTC-4, Félix wrote: > > I thought I was going crazy while trying to debug something weird in > leoInteg so I tested what I was doing directly i

Nodes arbitrairily contract when inserting near the root node

2020-05-02 Thread Félix
? or is this a known bug/feature that I didnt know about? Thanks to anyone in advance who would care to acknowledge this :) -- Félix i'm using : Leo Log Window Leo 6.1-final, master branch, build cfca6f348c 2020-02-09 13:51:19 -0500 Python 3.6.9, PyQt version 5.9.5 linux read 7 files in

Re: Question about mark/unmark

2020-04-29 Thread Félix
'm re-doing most of the internals of leoInteg right now and I'm inspecting carefully each mouse/user interaction Thanks again for any insights about those behaviours! :) On Wednesday, April 29, 2020 at 6:39:53 AM UTC-4, Edward K. Ream wrote: > > > > On Tue, Apr 28, 2020 a

Re: Question about mark/unmark

2020-04-29 Thread Félix
In case that's of any importance: I'm on Leo 6.1-final, master branch, build cfca6f348c On Wednesday, April 29, 2020 at 6:39:53 AM UTC-4, Edward K. Ream wrote: > > > > On Tue, Apr 28, 2020 at 10:12 PM Félix > > wrote: > > When using ctrl+m to mark or unmark,

Question about mark/unmark

2020-04-28 Thread Félix
sorry if this was addressed before! Thanks in advance for any clarifications :) -- Félix -- 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-

leoInteg Follow up

2020-03-26 Thread Félix
What a crazy world we live in! Ok, so, the windows side of thing has been broken for a while. My apologies to anyone who tried under windows. There was a difference in the way these OSes handle the custom filesystem behavior that I did not see at all. (so saving before renaming to block redo

Re: Expect Leo 5.2 b1 on Friday, February 28

2020-02-17 Thread Félix
You meant 6.2 right? On Monday, February 17, 2020 at 8:51:02 AM UTC-5, Edward K. Ream wrote: > > I'm going to officially delay b1 for at least one week. Testing Leo's > fstringify-files and beautify-files commands must not be rushed. > > I expect to merge the fstrings branch into devel in a few d

Leo university and workarounds for vscode's limitations for leoInteg

2020-02-09 Thread Félix
ith other problematic features such as closing opened bodies of 'expired gnxs' (e.g. after deletion of tree branches), 'hoist/dehoist' commands and many other. -- Félix -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Leo Integration Into vsCode : New master version release!

2020-02-02 Thread Félix
ment about this here. On Friday, January 31, 2020 at 5:24:21 AM UTC-5, Edward K. Ream wrote: > > On Thu, Jan 30, 2020 at 3:41 PM Félix > > wrote: > > Just a thought: I'm still at work for a while, gotta put some stuff in >> production tonight,... So for today, I guess

Re: Leo Integration Into vsCode : New master version release!

2020-01-30 Thread Félix
7;, and it will introduce to you some concepts that are not evident to introduce for me in a detailed manner. Thank again !! (and sorry for my english : i'm french!) -- Félix On Thursday, January 30, 2020 at 2:01:46 PM UTC-5, Edward K. Ream wrote: > > On Thu, Jan 30, 2020 at 12:52 PM

Re: Leo Integration Into vsCode : New master version release!

2020-01-30 Thread Félix
x27;ll fix this very soon and make a 'quick small bug fix update' soon before making other 'real' releases with added features) -- Félix On Thursday, January 30, 2020 at 1:37:47 PM UTC-5, Edward K. Ream wrote: > > On Monday, January 27, 2020 at 11:25:59 PM UTC-6, Félix wrot

Re: Leo Integration Into vsCode : New master version release!

2020-01-30 Thread Félix
thats the icon that you felt should have been gone when unchecking all boxes) So more to come later tonight! -- Félix On Thursday, January 30, 2020 at 1:37:47 PM UTC-5, Edward K. Ream wrote: > > On Monday, January 27, 2020 at 11:25:59 PM UTC-6, Félix wrote: > > > Checkout the

Leo Integration Into vsCode : New master version release!

2020-01-27 Thread Félix
appreciated! -- Félix -- 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 view this discussion on the web vi

mini update and leoBridge Newbie question

2020-01-22 Thread Félix
or any insights into this matter! :) -- Félix -- 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 view this di

leointeg status report

2019-12-06 Thread Félix
r leo commands this weekend. ( I've been pushing to my dev branch instead of master for 2 months now - i'll try to make a new 'release' for you guys to try "soon" !! ) Ah! the joys of programming! - Thanks for your patience and uplifting comments! -- Félix -- You re

Re: How to 'close' an opened leo file within leoBridge?

2019-11-27 Thread Félix
Thanks ! Why didI just not tried it!? Maybe I did not look at the right place. I was trying to find if the 'close' method was callable on a commander. Exactly what I needed! On Tuesday, November 26, 2019 at 4:31:23 PM UTC-5, Félix wrote: > > leoBridge gives back a commander up

How to 'close' an opened leo file within leoBridge?

2019-11-26 Thread Félix
whatever) but for now I'd like to support having only one opened leo file at a time, and so I'd like to know how to 'close' a leo file. Thanks in advance! -- Félix P.S. Going to merge all the new dev stuff from the last 2 months into master this week and make a post ex

I was sick as hell :(

2019-10-31 Thread Félix
Had the flu, bed ridden and incapacitated for days, I'm feeling better now :) Expect Leo integration in VScode to resume updates and features in the next few days, -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group

Re: How do you install leointeg into VS Code?

2019-10-15 Thread Félix
interface 'ease of usage'. I'll then switch all this new work from the dev branch to the master branch. thanks again and dont hesitate for any questions! -- (also, english is not my first language so it might also get in the way) Félix On Tuesday, October 15, 2019 at 4:58:42

Re: How do you install leointeg into VS Code?

2019-10-14 Thread Félix
e click'. -- Too late for me now, gotta go to sleep its past midnight!! - i'll finish making the whole thing into a more professional looking procedure, with a two step process of 'connecting to server' and then 'opening a leo file' during the week. ...but if anyone

Re: Matt: OK to release Leo 6.1 b1 this Friday?

2019-10-13 Thread Félix
I began writing a proper tcp/ip leo server to steamroll any connection problems that could stand in the way, and bulletproof the install/startup process for leointeg. It might take me a few days, so dont wait for me :) On Sunday, October 13, 2019 at 1:05:30 PM UTC-4, Edward K. Ream wrote: > > Ho

Re: How do you install leointeg into VS Code?

2019-10-12 Thread Félix
@Arjan Could totally be node 12! maybe its a stretch to think so, but at work we had problems on a bunch of unrelated stuff and using 'LTS' supported version 10 instead of the pre-release 12 fixed it ! ... so I wouldn't be surprised if the beta node 12 was a problem. (node is the engine running

Re: How do you install leointeg into VS Code?

2019-10-12 Thread Félix
... sensibly the same as under my working ubuntu setup i guess... I'll post updates as I go along and figure stuff out - Please do the same if you're so inclined! A sincere thanks for your time and effort in helping me sorting this stuff out you guys! -- Félix On Saturday, Octob

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 h

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

2019-10-11 Thread Félix
headless: so I wonder if theres a way to set the 'leo id' without qt. (on first run leo asks for an id ) -- Félix On Sunday, October 6, 2019 at 10:37:09 AM UTC-4, Viktor Ransmayr wrote: > > Hello Edward, hello Community, > > Related to my earlier question on a successful usag

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Félix
File "D:\prog\leo-editor\leo\core\leoGlobals.py", line 68, in import urllib.parse as urlparse ImportError: No module named parse [image: screen.png] I'm not that knowledgable in python libs and dependencies... What should I do now? -- Félix On Friday, October 11, 2019 at 5

Re: How do you install leointeg into VS Code?

2019-10-11 Thread Félix
ou're using, Thanks! :) -- Félix On Friday, October 11, 2019 at 4:17:05 PM UTC-4, Chris George wrote: > > 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, 2

<    1   2   3   4   5