Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-28 Thread Félix
There were problems with microsoft's server last night, so you might want 
to retry this.

Also, you can download the extension itself 
t https://marketplace.visualstudio.com/items?itemName=boltex.leointeg 
use the link on the right (see below "Download Extension") 
[image: Screenshot from 2022-09-28 20-37-43.png]
And then user the command palette Ctrl+shit+P for the command "install from 
vsix"
[image: Screenshot from 2022-09-28 20-40-15.png]
And then browse to the leointeg  VSIX extension file you've just downloaded 

Hope this helps for installing on VScodium! Please share a screenshot when 
using it under this editor if it works! I'd be amazed to see it!!

Thanks again for trying out LeoInteg and giving feedback!!!

Félix

On Wednesday, September 28, 2022 at 10:17:15 AM UTC-4 jkn wrote:

> Hi Felix
> do you know if there are any issues in installing LeoInteg with 
> VScodium
> (https://github.com/VSCodium/vscodium,build of VSCode without tracking 
> etc. )?
>
> I am very much a novice with VSCode/Vscodium; I tried CTRL+P and
> "ext install boltex.leointeg", but get an error "Server returned 500"
>
> I have successfully installed a couple of VSCode plugins to VSCode, but I
> don't know how much can be assumed...
>
> Thanks very much, J^n
>
> On Wednesday, September 28, 2022 at 10:55:20 AM UTC+1 Edward K. Ream wrote:
>
>> On Tuesday, September 27, 2022 at 10:39:46 PM UTC-5 Félix wrote:
>>
>> ...The biggest LeoInteg update ever! 
>>>
>>
>>  Congratulations! vs-code updated leoInteg automagically. Everything 
>> looks good.
>>
>> I am going to try leoInteg for my study of ocaml and mypy.
>>
>> Edward
>>
>

-- 
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 
https://groups.google.com/d/msgid/leo-editor/c59fafd8-984d-41bf-8eb6-82cae9136a6an%40googlegroups.com.


Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-28 Thread jkn
Hi Felix
do you know if there are any issues in installing LeoInteg with VScodium
(https://github.com/VSCodium/vscodium,build of VSCode without tracking etc. 
)?

I am very much a novice with VSCode/Vscodium; I tried CTRL+P and
"ext install boltex.leointeg", but get an error "Server returned 500"

I have successfully installed a couple of VSCode plugins to VSCode, but I
don't know how much can be assumed...

Thanks very much, J^n

On Wednesday, September 28, 2022 at 10:55:20 AM UTC+1 Edward K. Ream wrote:

> On Tuesday, September 27, 2022 at 10:39:46 PM UTC-5 Félix wrote:
>
> ...The biggest LeoInteg update ever! 
>>
>
>  Congratulations! vs-code updated leoInteg automagically. Everything looks 
> good.
>
> I am going to try leoInteg for my study of ocaml and mypy.
>
> Edward
>

-- 
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 
https://groups.google.com/d/msgid/leo-editor/7d4d8871-9802-41cf-bc0c-d766fc64a341n%40googlegroups.com.


Re: Leo deployment on Windows - past story, current story

2022-09-28 Thread David Szent-Györgyi
*On creating a shortcut to the .leo configuration directory. *This applies 
to Windows 10; I have yet to test it on Windows 11. 

To create a shortcut to the hidden "configuration directory" in one's home 
folder, configure File Explorer to show hidden files, right-click on the 
*.leo* folder in one's home folder, choose "Create Shortcut" from the 
context menu, then place the shortcut as needed, then configure File 
Explorer to not show hidden files. 

I am accustomed to creating shortcuts for backing up installed 
applications, including the folder that contains the application, the 
folder for housekeeping information that is shared by all users, and the 
folder for user-specific housekeeping information. For that, I typically 
create shortcuts to each of these folders, using Windows 10's File 
Explorer's context menu entry "New->Shortcut". That approach fails when 
creating shortcuts to a folder that (a) is in one's home folder and (b) has 
a name that begins with a dot, thereby calling for special treatment. For 
such a folder, "New->Shortcut" creates a shortcut that does not work. 

I make the shortcut to the *.leo* folder apply to every user by editing the 
shortcut's properties, and replacing the *C:\username* in the *Target* 
field with *%HOMEPATH% *. %HOMEPATH% is a Windows environment variable that 
is evaluated when the shortcut is used rather than at the time of its 
creation. 
On Saturday, May 22, 2021 at 11:18:23 PM UTC-4 David Szent-Györgyi wrote:

> I've written 
> of 
> the need to discuss the deployment stories on Windows, macOS, various Unix 
> distributions, various Linux distributions. Before this discussion begins, 
> one must consider that there are multiple implementations of Python. For 
> the moment, I'm limiting my comments to CPython running native on Windows. 
>
> *Context: *The last time I worked on an installer for Leo or any other 
> package, Leo 4.3 was the current release, and came with a single-file 
> installer built using NSIS. That installer was for Windows only. NSIS as it 
> stood then was flexible as it saw use in many projects, but its use was 
> somewhat arcane. My work was aimed at supporting per-user installations of 
> CPython as well as shared installations, and installing per-user and 
> system-wide installations of Leo on top of system-wide installations of 
> CPython; my hope was that the two flavors of per-user support would ease 
> the work of side-by-side testing of multiple CPython releases and multiple 
> Leo releases. By the time I had something to share with Edward, Windows 
> Vista had brought the headaches of UAC dialog boxes that were the user 
> interface for tightened security, and I had not touched those. Edward was 
> already burdened by maintenance of the Windows XP-savvy installer script 
> that NSIS compiles. It's possible that my work only promised more 
> installer-related work for him, but it's Edward's right to comment on that 
> if he wishes to. 
>
> Contrast that with the current requirements under Windows:
>
>- 
>
>CPython;
>- 
>
>Qt, whose publisher has restricted access to the LTS releases to 
>paying customers, which forces non-commercial users to track development 
>versions that are released every six months; 
>- 
>
>Git, or another source code management tool that speaks enough Git to 
>pull from GitHub; 
>- 
>
>Leo's devel branch on GitHub, which mingles Leo's core with Leo's 
>plugins, some of which are clearly essential to leo as it stands.
>
> What are the installer stories for each of these? 
>
>- 
>
>CPython comes with an installer,  one that supports setups for the 
>individual user and for all users. 
>- 
>
>The changes to Qt distribution are no gift to a project like Leo, if 
>my guess about the limits to Edward's ability to scale are as accurate as 
>my knowledge of my own. 
>- 
>
>Git, I can't speak to. It has arrived since I had spare time to 
>develop software, even limiting development to my narrow requirements.  
>- 
>
>Following Leo's devel branch on GitHub seems to require following 
>discussions among its developers here on Leo-editor. The supportive 
>responses of the people here are a major plus. 
>
> What are the usage stories for each of these? 
>
> *Cpython.* The current release of CPython is 3.9.5. Its installer 
> supports installation for the current and for all users. It supports access 
> to the pip  manager for packages on the 
> Python 
> Package Index  ("PyPi"). 
>
> *Qt. *I don't know about Qt as shipped by its publisher, The Qt Company 
> ; on my work Windows machine, I recently installed 
> the Individual Edition  of 
> the Anaconda distribution of CPython 

Re: LeoInteg 1.0.8 released! Major bug fixes and features update!

2022-09-28 Thread Edward K. Ream
On Tuesday, September 27, 2022 at 10:39:46 PM UTC-5 Félix wrote:

...The biggest LeoInteg update ever! 
>

 Congratulations! vs-code updated leoInteg automagically. Everything looks 
good.

I am going to try leoInteg for my study of ocaml and mypy.

Edward

-- 
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 
https://groups.google.com/d/msgid/leo-editor/7ff6d592-961e-4c89-a2cf-8b27175dc8cen%40googlegroups.com.