Re: ENB: comparing the Rust and Python tokenizers.

2024-10-11 Thread Zoom.Quiet
Edward K. Ream 于2024年10月11日周五 21:37写道: ... > >> So, Leo's use of Rust may not bring about a qualitative improvement, >> but learning and using Rust is a good experience. > > > Yes, that's why I studied Rust. > after learned Rust, should learnning Zig, will know which one is the future C ;-) PS:

Re: ENB: comparing the Rust and Python tokenizers.

2024-10-11 Thread Zoom.Quiet
Edward K. Ream 于2024年10月11日周五 19:01写道: > > The file tbo-in-rust.leo (in my ekr-tbo-in-rust repo) now contains the > sources for the Rust and Python tokenizers, as shown by Leo's import > commands. This work concludes (for now) my work with Rust. > > > As you may recall, Python's tokenizer is muc

Re: 🚀 LeoJS Version 0.2.15-beta Released!

2024-07-16 Thread Zoom.Quiet
WoW, AIGC img. so funny ;-) LeoJS will great again! Edward K. Ream 于2024年7月15日周一 02:35写道: > > > > On Sunday, July 14, 2024 at 1:33:34 PM UTC-5 Félix wrote: > > I'm thrilled to announce the release of LeoJS Beta version 0.2.15! This > version brings several exciting improvements and fixes, making

Re: Leo 6.7.7 released

2024-01-20 Thread Zoom.Quiet
supper cool, had to upgrade ASAP. Thomas Passin 于2024年1月20日周六 22:16写道: > > All right, now the pip distro reports Leo 6.7.7. > > BTW, pip won't upgrade an existing package to one of the same release. > There's probably some better way, but I handled it by deleting 6.7.7 and its > install direct

Re: I'm changing Leo's mascot on Leo's web pages

2023-01-19 Thread Zoom.Quiet
Edward K. Ream 于2023年1月20日周五 03:47写道: > On Thursday, January 19, 2023 at 1:09:47 PM UTC-6 Edward K. Ream wrote: > On Thu, Jan 19, 2023 at 10:32 AM jkn wrote: > I volunteer to use Inkscape to improve the red eye removal, if you like. > Edward's recent effort is ... laudable ... > > Thanks! Please

Re: OT: My study of Rope

2023-01-05 Thread Zoom.Quiet
Wow join rope develop long time ? means Leo's develop need refactoring tools always? Edward K. Ream 于2023年1月6日周五 03:30写道: > > This Engineering Notebook post discusses recent investigations into Rope's > type inference. It may be of interest to some. > > Edward > > -- > You received this message

Join the Python Developers Survey 2022 for Leo

2022-10-18 Thread Zoom.Quiet
Python Software Foundation News: Join the Python Developers Survey 2022: Share and learn about the community https://pyfound.blogspot.com/2022/10/join-python-developers-survey-2022.html for the Develop editor, i choice Leo ;-) -- life is pathetic, go Pythonic. 人生苦短, Python当歌 ;-

Re: Leo 6.6.4 released

2022-08-31 Thread Zoom.Quiet
Wow great so much Edward K. Ream 于2022年9月1日周四 11:20写道: > > Leo http://leoeditor.com 6.6.4 is now available on GitHub and pypi. Many > thanks to all who have contributed. > > I'll wait until Friday to announce this release widely. > > The highlights of Leo 6.6.4 > > Enhance leoserver.py to suppor

Re: [error] under m1 chip's macOS 12.3.1 with homebrew

2022-05-29 Thread Zoom.Quiet
-m1mac-summary.md support append for Installing Leo — Leo 6.6.2 documentation http://leoeditor.com/installing.html#installing-leo-on-macos-10-7-lion-and-later Edward K. Ream 于2022年5月28日周六 17:59写道: > > On Fri, May 27, 2022 at 9:00 PM Zoom.Quiet wrote: > >> > There are no calls to t

Re: [error] under m1 chip's macOS 12.3.1 with homebrew

2022-05-27 Thread Zoom.Quiet
Edward K. Ream 于2022年5月28日周六 06:04写道: > On Fri, May 27, 2022 at 12:25 PM Zoom.Quiet wrote: >> >> fixed, i guess the pip install leo auto install old verion, >> so i download lasted leo and base conda env. call launchLeo.py, and >> working now ;-) >> later, i wil

Re: [error] under m1 chip's macOS 12.3.1 with homebrew

2022-05-27 Thread Zoom.Quiet
Zoom.Quiet 于2022年5月28日周六 00:52写道: > Zoom.Quiet 于2022年5月7日周六 08:42写道: > > Edward K. Ream 于2022年5月6日周五 22:14写道: > > > On Fri, May 6, 2022 at 7:51 AM tbp1...@gmail.com > > > wrote: > > >> this looks like a problem with Qt or PyQt, not leo per se. possib

Re: [error] under m1 chip's macOS 12.3.1 with homebrew

2022-05-27 Thread Zoom.Quiet
Zoom.Quiet 于2022年5月7日周六 08:42写道: > > Edward K. Ream 于2022年5月6日周五 22:14写道: > > > > On Fri, May 6, 2022 at 7:51 AM tbp1...@gmail.com > > wrote: > >> > >> this looks like a problem with Qt or PyQt, not leo per se. possibilities: > >> > >>

Re: [error] under m1 chip's macOS 12.3.1 with homebrew

2022-05-06 Thread Zoom.Quiet
Edward K. Ream 于2022年5月6日周五 22:14写道: > > On Fri, May 6, 2022 at 7:51 AM tbp1...@gmail.com wrote: >> >> this looks like a problem with Qt or PyQt, not leo per se. possibilities: >> >> - try to install PyQt6 on its own (without the rest of leo); >> - try to install an earlier version of PyQt6, if y

Re: [error] under m1 chip's macOS 12.3.1 with homebrew

2022-05-06 Thread Zoom.Quiet
BTW: install steps is: 0: base ARM version Homebrew install Python@3.10 1: usage it create venv ༄ python3.10 -m venv .py310leo 2: activate it ༄ source .py310leo/bin/activate 3: base pip install Leo ༄ pip install leo Zoom.Quiet 于2022年5月6日周五 20:01写道: > > in the old MBP i install Le

Re: How To Make New Features Known?

2022-04-26 Thread Zoom.Quiet
Edward K. Ream 于2022年4月27日周三 07:11写道: > > > > On Tue, Apr 26, 2022 at 1:13 PM tbp1...@gmail.com wrote: >> >> I'm particularly thinking of new UI features, which are mostly turned off by >> default and need to be turned on by new settings. For the most part, only a >> few people who read about

Re: Python 3.10's cool new match statement

2022-04-01 Thread Zoom.Quiet
super, guido's new tutorial Edward K. Ream 于2022年4月1日周五 21:39写道: > > Python 3.10 supports the new match statement. Don't panic, match is a "soft" > keyword. > > Imo, this is the coolest addition to python since acyncio: > > - Pep 634 describes the feature, > - Pep 635 gives the rationale, > - P

Re: Year-end report

2021-12-11 Thread Zoom.Quiet
Edward K. Ream 于2021年12月11日周六 19:58写道: > > Hello all, > > Rebecca and I will be on vacation until mid February, 2022. During that time > I'll be able to work on Leo and approve PR's :-) > > I plan to release Leo 6.6b2 after I return, provided this suits Félix and his > plans for leoInteg. > so

Re: Status of devel

2021-07-11 Thread Zoom.Quiet
Edward K. Ream 于2021年7月11日周日 下午2:27写道: > > On Sat, Jul 10, 2021 at 8:14 PM Zoom.Quiet wrote: > >> mypy? so cool, >> merge this will make Leo more speed? > > > No. mypy annotations are like comments. They only help mypy check types. >> >> and will chan

Re: Status of devel

2021-07-10 Thread Zoom.Quiet
Edward K. Ream 于2021年7月10日周六 下午5:32写道: > > Early this morning I merged the ekr-annotate branch into devel. See PR #1948 > for details. > > The ekr-annotate branch only added mypy type annotations and two new stub > files. However, the branch changed/added 57 files, some in many places. I > care

Re: Reusing design and code: the clash of cultures

2020-02-11 Thread Zoom.Quiet
> ...Leo's history, and my own personal history Yes, that is true, and this is one great history for everyone Leo's user, whatever EKR choice which one new feature , always keep the kernel Leo feel: 0: outline view with quickly control 1: grace node types, make notes input and export match mind wa

invite vlog for PyCon2019China [via] Two birthday stories on my 70th birthday

2019-08-14 Thread Zoom.Quiet
story; https://cn.pycon.org/ should u record one video to Chinese Pythoneer: + blessing PyConChina well do + introduce Leo 20 years update story + and the introduce maybe the oldest Pythoneer story from uself? how to found the favor career; and how to happy hacking forever? that will very spirit Ch

Re: Two birthday stories on my 70th birthday

2019-08-13 Thread Zoom.Quiet
Happy Birthday 令德华 in china there is one big theory: if coder old 35, is can not coding great program, but look u, double 35, is always happy hacking. so glory so inspirit me. thanx for all, Leo is upgrade my life. Matt Wilkie 于2019年8月14日周三 上午7:30写道: > > Happy Birthday Edward! > > What a wonder

Re: Failure starting newly installed Leo

2019-06-30 Thread Zoom.Quiet
SEE: Installing Leo — Leo 6.0 documentation https://leoeditor.com/installing.html#installing-everything-with-anaconda-or-miniconda fixed by: fix[Doc] install Leo in conda miss PyQtWebEngine · Issue #1202 · leo-editor/leo-editor https://github.com/leo-editor/leo-editor/issues/1202 Phil 于2019年7月1日周

Re: Wanted: my successor

2019-06-22 Thread Zoom.Quiet
Edward K. Ream 于2019年6月22日周六 下午8:09写道: > > This is the biggest incompletion in my life. It feels like not having a > Will. To be clear, I plan to work on Leo for the rest of my days. > > Besides myself, Terry, Kent and my brother Speed "own" the leo-editor > project. This will allow any of th

Re: Team Leo

2019-06-19 Thread Zoom.Quiet
y to Leo 6.0, via suggestions, >> code, testing or distribution help: >> >> Terry Brown >> Josef Dalcolmo >> Chris George >> Bob Hossley >> Rob Keeney >> Виталије Милошевић (Vitalije Milosevitch) USSR? >> Lewis Neal >> Matt Wilkie >>

Re: Team Leo

2019-06-18 Thread Zoom.Quiet
Edward K. Ream 于2019年6月18日周二 下午1:39写道: > > > > On Mon, Jun 17, 2019 at 8:16 PM Zoom.Quiet wrote: >> >> Edward K. Ream 于2019年6月18日周二 上午12:26写道: > > >> i always worry abt. that issue is real help for Leo? > > > No need to worry. You have added a lot t

Re: Team Leo

2019-06-17 Thread Zoom.Quiet
Edward K. Ream 于2019年6月18日周二 上午12:26写道: > > On Mon, Jun 17, 2019 at 11:06 AM Josef wrote: >> >> Wow, thank you for listing me: I feel honoured. >> Nice that you think my nagging is somewhat useful. I did not expect that. > > > Nagging can be extremely useful :-) > s kindly ... i always worry

Re: Is it time to require Python 3?

2019-02-17 Thread Zoom.Quiet
IMHO: if Python 2.7 can support all Leo running env. not big reason had to jump into Py3; dont painc, slow slowly jump it. Edward K. Ream 于2019年2月18日周一 上午7:56写道: > > I've asked this question before. Imo, abandoning Python 2 should happen > eventually, say at Leo 5.9. Those who must use Python

Re: Who should be using Leo

2019-01-18 Thread Zoom.Quiet
Edward K. Ream 于2019年1月18日周五 下午8:09写道: > > On Thu, Jan 17, 2019 at 8:24 PM Zoom.Quiet wrote: > >> and the true power reason: >> 0: programmers use Leo develop and manage projects > > > Good point. I agree. > >> > So if you aren't a programmer, an

Re: Who should be using Leo

2019-01-17 Thread Zoom.Quiet
Edward K. Ream 于2019年1月18日周五 上午2:13写道: > > There are two main reasons to use Leo: > and the true power reason: 0: programmers use Leo develop and manage projects > 1. Programmers use Leo's API to write powerful scripts. > > 2. Non programmers use clones to organize data. > > So if you aren't a pr

Re: #1053: does anyone actually use @shadow?

2019-01-15 Thread Zoom.Quiet
lewis 于2019年1月15日周二 下午7:23写道: > > I used to use it but stopped using it after your advice from > http://leoeditor.com/directives.html > Important: As of Leo 5.1, @shadow is deprecated Use @clean instead. @clean is > faster than @shadow and requires no hidden files. > yes, after @shadow lost my

Re: Coming: live coding in python

2019-01-02 Thread Zoom.Quiet
Wow... turtle is always embed python ... and this living idea is not better than: Inside python dict — an explorable explanation https://just-taking-a-ride.com/inside_python_dict/chapter1.html like wolfram notebook, pure text animation, trace code running, and show what happy in code. Edward

Re: leoflexx.py progress report

2018-12-15 Thread Zoom.Quiet
SEE:List of languages that compile to JS · jashkenas/coffeescript Wiki https://github.com/jashkenas/coffeescript/wiki/List-of-languages-that-compile-to-JS may not need cod js, only base py can auto gen. all run in browser js code? btw: base SPA model ~ single page application, the all DOM objec

Re: Is flexx restful?

2018-12-09 Thread Zoom.Quiet
btw: RESTful not the best data/command/..etc. interface. for local desktop there is so many old but classics interface can choice: RPC/gRPC IDL (Interface Description Language) IPC (InterProcess Communication) memory tmp file redis-style memory database level Broadcast ... IMHO: old interface is

Re: How important is LeoWapp to you?

2018-12-05 Thread Zoom.Quiet
Speed, Speed, Speed, Speed, Speed, Speed, Speed, Speed, Speed, Speed... for me when Qt Leo included more then 100+ files, 5000+ nodes, will block some time, but my env. is mscOS with 16G memory so like chrome, can eat more and more memory, but pls. give us more and more speed. Xavier G. Domi

Re: How to launch Leo via pythonw.exe with an Anaconda environment but without an extra console window?

2018-11-04 Thread Zoom.Quiet
for in win10, i know some ways to make hide terminal windows: 0: CMDOW /RUN /HID python ... 1: as system -> Task Scheduler 2: as reboot auto run 3: ... but not test for Leo Arjan 于2018年11月4日周日 下午7:24写道: > > Hello all, > > I asked this question in the Anaconda forums but didn't get any response

Re: Dreaming big dreams

2018-10-11 Thread Zoom.Quiet
pyter to Leo and so on. > > Hope this helps, > > Offray > > On 10/11/18 2:56 AM, Zoom.Quiet wrote: > > 于2018年10月11日周四 下午2:06写道: > >>> Yes, i meet same problems, > >>> but the reason is simple: > >>> - Leo release so many years,

Re: Dreaming big dreams

2018-10-11 Thread Zoom.Quiet
于2018年10月11日周四 下午2:06写道: > > > Yes, i meet same problems, > > but the reason is simple: > > - Leo release so many years, but the core developer always only EKR > > - so means more and more knowledge for EKR as natural truth, not need > > explain > > - and servicing big document.leo project is not

Re: Dreaming big dreams

2018-10-10 Thread Zoom.Quiet
于2018年10月11日周四 上午7:01写道: > > > I recently went through all the settings in Leo, and wow, there's quite a bit > of good stuff there. How much of that is in the docs? Had I not decided to > look at *all* the settings, I would not have discovered many of them. I'd > like a page that lists all

Re: Dreaming big dreams

2018-10-09 Thread Zoom.Quiet
Edward K. Ream 于2018年10月9日周二 下午4:26写道: > > > Imo, the core of the dream is to have better inter-process communication, As > you said in another reply in this thread, at present Leo is like a huge > kernel. Instead, we would like to have an unchanging fast server that > coordinates variou

Re: Dreaming big dreams

2018-10-08 Thread Zoom.Quiet
Edward K. Ream 于2018年10月9日周二 上午12:05写道: > > On Monday, October 8, 2018 at 7:46:01 AM UTC-5, vitalije wrote: > >> To achieve code completion, there is an interesting idea behind Nightlight >> editor. > > > I just took at the Nightlight sources. There are 5 .clj files in > src/clj/nightlight dire

Re: Dreaming big dreams

2018-10-08 Thread Zoom.Quiet
Matt Wilkie 于2018年10月9日周二 上午3:25写道: >> Your comments, please. Feel free to summarize your previous comments. Now >> is the time for dreaming. > > > My dream: use Leo everywhere I currently use Microsoft Onenote. It is my "all > my thoughts in one place" tool. For those not familiar with it: thi

Re: Dreaming big dreams

2018-10-08 Thread Zoom.Quiet
vitalije 于2018年10月8日周一 下午8:46写道: ... > To achieve code completion, there is an interesting idea behind Nightlight > editor. His author turned an editor into a library. Users do not install > editor, but rather they list it in the project development dependencies. > Using build tool this editor

Re: Dreaming big dreams

2018-10-08 Thread Zoom.Quiet
Edward K. Ream 于2018年10月8日周一 下午5:58写道: > > When I finished swimming yesterday, the thought appeared that Leo isn't > nearly good enough. This was a constructive thought, as I'll explain here. > These questions came to mind: > > - Why must we be continually reloading Leo? > - Why must we reload

Re: Leo Editor is great

2018-09-13 Thread Zoom.Quiet
On Fri, Sep 14, 2018 at 10:01 AM, huliuhe wrote: > Today, I will recommend Leo Editor to my colleagues. > Because it has a strong organizational ability. I like it. > > > The best way to understand Leo is to use it. I will demonstrate to write > markdown with it. > Use @auto_md xxx.md > first kno

Re: effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-03-23 Thread Zoom.Quiet
On Thu, Mar 22, 2018 at 10:51 PM, Edward K. Ream wrote: > > > On Sat, Feb 17, 2018 at 9:14 AM, Zoom.Quiet wrote: >> >> 2 years ago: Re: How to collaborate using Leo >> https://groups.google.com/d/msg/leo-editor/Mr1cAfi8BLs/Q2PlDxsrBwAJ >> discuss about Leonard

[via] Responses to PyDev of the week questionnaire

2018-03-16 Thread Zoom.Quiet
thanx again, EKR share so many great experiences, and sone one is need digging: On Wed, Mar 14, 2018 at 12:16 AM, Edward K. Ream wrote: > Mike Driscoll sent me a questionnaire for his PyDev of the Week column. > ... >> Which Python libraries are your favorite (core or 3rd party)? > > > pyflakes,

Re: Responses to PyDev of the week questionnaire

2018-03-14 Thread Zoom.Quiet
+ 1024 ;-) On Thu, Mar 15, 2018 at 12:18 AM, Matt Wilkie wrote: > +1 :) > > -- > 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...@googlegrou

Re: Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Zoom.Quiet
On Sun, Feb 25, 2018 at 10:14 PM, Edward K. Ream wrote: > On Sun, Feb 25, 2018 at 3:19 AM, Zoom.Quiet wrote: > >> Leo can embedded Jupyter as inter. command; >> will make product world merged as code world? > > > That was not my intention. > > >> of cours

Jupyter as Leo's what ? [via] A study outline containing eric6 docs

2018-02-25 Thread Zoom.Quiet
On Sun, Feb 25, 2018 at 4:51 PM, Edward K. Ream wrote: > On Sun, Feb 25, 2018 at 1:36 AM, Zoom.Quiet wrote: >> >> OT: JupyterLab Documentation — JupyterLab 1.0 Beta documentation >> http://jupyterlab.readthedocs.io/en/latest/ >> >> Jupyter will make web pag

Re: A study outline containing eric6 docs

2018-02-24 Thread Zoom.Quiet
OT: JupyterLab Documentation — JupyterLab 1.0 Beta documentation http://jupyterlab.readthedocs.io/en/latest/ Jupyter will make web page as IDE... On Thu, Feb 22, 2018 at 8:56 PM, Edward K. Ream wrote: > Tonight I got eric6 installed on Ubuntu and wrote a do-nothing plugin for > it. > > The

Re: Joe, building LeoVue fails for me on Windows and Ubuntu

2018-02-23 Thread Zoom.Quiet
OT: Critical Linux filesystem permissions are being changed by latest version · Issue #19883 · npm/npm https://github.com/npm/npm/issues/19883 god bless NPM user On Tue, Feb 20, 2018 at 6:56 AM, Edward K. Ream wrote: > On Monday, February 19, 2018 at 11:42:11 AM UTC-6, Edward K. Ream wrote:

Re: ENB: Serious doubts about embedding Leo

2018-02-23 Thread Zoom.Quiet
On Fri, Feb 23, 2018 at 6:05 PM, Zoom.Quiet wrote: > On Fri, Feb 23, 2018 at 5:37 PM, Edward K. Ream > wrote: > >> The process of *considering* embedding Leo in another IDE has been one >> of the most useful things I have ever done. I feel as if I have awoken >>

Re: ENB: Serious doubts about embedding Leo

2018-02-23 Thread Zoom.Quiet
On Fri, Feb 23, 2018 at 5:37 PM, Edward K. Ream wrote: > The process of *considering* embedding Leo in another IDE has been one of > the most useful things I have ever done. I feel as if I have awoken from a > deep slumber. Atom, VSCode, eric6 and Pycharm/Intellij are all superb > tools. Build

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 wrote: >> >> > Doing a little

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 based outliner hnb, whi

Re: ENB: Adding Leo to Atom

2018-02-20 Thread Zoom.Quiet
ENB <-- means ? On Wed, Feb 21, 2018 at 2:32 AM, Edward K. Ream wrote: > This is blue sky thinking. Nothing is certain. > > The goal: *turn Atom into Leo in the simplest way possible*. > > The simplest thing that could possibly work might be to loosely base the > leo plugin on the existing hydro

Re: Atom might be Leo's future

2018-02-20 Thread Zoom.Quiet
On Wed, Feb 21, 2018 at 1:35 AM, Edward K. Ream wrote: > On Tuesday, February 20, 2018 at 10:17:52 AM UTC-6, Zoom.Quiet wrote: > > Thanks for these comments. It's good to know that Atom may not perfect. > Hehe. > > > ... has a large user... <-- that is maybe hallu

Re: Atom might be Leo's future

2018-02-20 Thread Zoom.Quiet
On Tue, Feb 20, 2018 at 11:52 PM, Edward K. Ream wrote: > Don't panic. Note the word "might" in the title. > > Before going further, please look at the Why Atom? > page. > It would also be good to install atom >

Re: effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-02-20 Thread Zoom.Quiet
On Tue, Feb 20, 2018 at 12:45 AM, Edward K. Ream wrote: > On Mon, Feb 19, 2018 at 9:33 AM, Zoom.Quiet wrote: >> after test, i confirm: >> >> - change @rst -> @clean, will lost so many rST need support by Leo >> - and @rst really can not auto merge changed from

Re: effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-02-19 Thread Zoom.Quiet
On Sat, Feb 17, 2018 at 11:14 PM, Zoom.Quiet wrote: > 2 years ago: Re: How to collaborate using Leo > https://groups.google.com/d/msg/leo-editor/Mr1cAfi8BLs/Q2PlDxsrBwAJ > discuss about Leonard(Leo user) and Nancy(not Leo user) how to work together, > the result is : > @clean b

effective collaborate with .leo for doc.?[via]Advices for Leo documentation in Chinese translated version?

2018-02-17 Thread Zoom.Quiet
2 years ago: Re: How to collaborate using Leo https://groups.google.com/d/msg/leo-editor/Mr1cAfi8BLs/Q2PlDxsrBwAJ discuss about Leonard(Leo user) and Nancy(not Leo user) how to work together, the result is : @clean be upgraded, and support perfect auto merge from Nancy fixed resource files. but f

Re: 2018 will be a momentous year for Leo

2018-02-16 Thread Zoom.Quiet
On Fri, Feb 16, 2018 at 5:48 PM, Edward K. Ream wrote: > On Thu, Feb 15, 2018 at 1:21 PM, Terry Brown wrote: > >> > Given the relatively small amount of code involved, we might >> > seriously consider rewriting Leo's core assets in javascript or even >> > rust. >> >> I think is some ways the issu

Re: ENB: Making LeoVue a desktop app

2018-02-06 Thread Zoom.Quiet
On Wed, Feb 7, 2018 at 2:09 AM, Terry Brown wrote: > On Tue, 6 Feb 2018 11:31:54 -0600 > "Edward K. Ream" wrote: > ... >> > read / write browser interface for Leo must provide the same zero >> > install access. Jupyter notebooks can be accessed this way too. >> >> Yes, some notebooks can be acc

Re: OT: Duolingo language courses

2018-02-04 Thread Zoom.Quiet
On Mon, Feb 5, 2018 at 12:56 AM, Edward K. Ream wrote: > Duolingo is a free, online way to learn a language. It has some advantages > over Rosetta Stone, besides price. > ... > I took a peek at the Chinese and Greek courses to see how they handle > non-roman alphabets. The two courses are very d

Re: [QA]Advices for Leo documentation in Chinese translated version?

2018-02-02 Thread Zoom.Quiet
On Fri, Feb 2, 2018 at 12:44 AM, Edward K. Ream wrote: > On Thu, Feb 1, 2018 at 8:28 AM, OMlalala wrote: > >> I want to make Chinese version Doc for spread the perfect Leo, any advice? > > > That's great news. Please tell us when you have the docs ready. I'll put a > link to them on Leo's home

Re: tip wanted: faster git clone

2017-12-08 Thread Zoom.Quiet
if just want pull lasted code we can base svn got them from githu On Fri, Dec 8, 2017 at 10:34 PM, Terry Brown wrote: > On Fri, 08 Dec 2017 05:01:29 + > Jacob MacDonald wrote: > >> Check out the documentation for the `--depth` flag to `git-clone`. It >> will pull only the selected number of

Re: How big is Leo on disk?

2017-12-07 Thread Zoom.Quiet
42M Leo-5.4 not include Py 2.7.10 + PyQt ...ect. On Fri, Dec 8, 2017 at 8:46 AM, Matt Wilkie wrote: >> For anyone wondering what you could possibly do with a 20 Mb drive, >> apps. and games were all much less than 1 Mb back then, so it was quite >> useful. > > The most amazing program under 1mb

Re: [QA]how to define Syntax coloring for GLOBAL var?

2017-12-07 Thread Zoom.Quiet
thanx for all, i appended my try into: Support patching of Leo's colorizer tables · Issue #613 · leo-editor/leo-editor https://github.com/leo-editor/leo-editor/issues/613 On Wed, Dec 6, 2017 at 4:49 AM, Edward K. Ream wrote: > On Tuesday, December 5, 2017 at 12:09:15 PM UTC-6, Edward K. Ream

[QA]how to define Syntax coloring for GLOBAL var?

2017-11-29 Thread Zoom.Quiet
i know , i can config leo/modes/python.py make some code as Syntax coloring # Keywords dict for python_main ruleset. python_main_keywords_dict = { "self": "keyword4", "format": "keyword4", "LOG": "keyword4", ... the LOG is my re-define logging obj. but now , i need make all GLOBAL var

Re: I've closed the jupyter sub projects

2017-11-10 Thread Zoom.Quiet
grace for it ;-) in fact , i think Leo already make same feeling as Jupyter, but base Leoism ways. On Fri, Nov 10, 2017 at 5:26 PM, Edward K. Ream wrote: > The recent work with a jupyter prototype has mooted these. Furthermore, > some of the discussions were becoming too long to be useful. We c

Re: Leo 5.6 Final Released

2017-09-27 Thread Zoom.Quiet
Wow so great, upgrading for all On Wed, Sep 27, 2017 at 7:40 PM, Edward K. Ream wrote: > Leo 5.6 is now available on SourceForge and on GitHub. > > > Leo is an IDE, outliner and PIM, as described here. > > > Simulating Leo's features in Vim, Emacs or Eclipse is possible, just as it > is possible

Re: Climbing the learning curve and other things I'm puzzled about

2017-05-24 Thread Zoom.Quiet
On Wed, May 24, 2017 at 9:25 AM, Eric S. Johansson wrote: ... > Yeah I was actually adjusting indentation by adding and removing spaces on > every line because I couldn't find the command. I'm sure there are other > commands there that would be really helpful to me but the menu organization > is

Re: Why am I now so productive?

2017-05-24 Thread Zoom.Quiet
for my mind, i feeling, want to not have to make all things productive ;-) EKR show me how to coding whole life, learning, and flowing On Wed, May 24, 2017 at 5:28 AM, Edward K. Ream wrote: > Clearly, I am not any smarter. Instead, I am bolder and calmer. This is a > direct result of better too

Re: Traveling to Florida

2016-12-08 Thread Zoom.Quiet
On Thu, Dec 8, 2016 at 5:37 PM, Edward K. Ream wrote: > Rebecca and I will be on the road to Florida starting tomorrow morning. > I'll have my laptop with me, and will be able to respond to emails. > happy holiday ;-) > Edward > > -- > You received this message because you are subscribed to the

Re: Clones - what are they good for?

2016-12-06 Thread Zoom.Quiet
On Tue, Dec 6, 2016 at 12:47 PM, 'Terry Brown' via leo-editor wrote: > (How I feel about clones, YMMV) > ... > I can see why people are attracted to clones for this second category of > In code, wanting to > repeat things may indicate bad design, you can usually define something > somewhere a

Re: Code Academy: how to learn Leo, or python, or anything ;-)

2016-12-06 Thread Zoom.Quiet
WoW ! very very suggest record type for later pythonista learnning ;-) On Tue, Dec 6, 2016 at 9:39 AM, Edward K. Ream wrote: > On Tue, Dec 6, 2016 at 9:25 AM, Edward K. Ream wrote: > >> Furthermore, I want to leave c2py exactly as it was when I first wrote it. >> No docstrings, sub-optimal use o

Re: where re-define default color? [was] how to setup Leo cursor size and highlight currently line?

2016-11-28 Thread Zoom.Quiet
______ > From: Zoom.Quiet > To: leo-editor@googlegroups.com > Sent: Monday, November 28, 2016 1:56 PM > Subject: Re: where re-define default color? [was] how to setup Leo cursor > size and highlight currently line? > > On Mon, Nov 28, 2016 at 1:49 PM, john l

Re: where re-define default color? [was] how to setup Leo cursor size and highlight currently line?

2016-11-28 Thread Zoom.Quiet
need to change the default color for < and > of <> case because ,i custom the dark theme, the default color not clean enough. > > As for highlighting the current line I do not know how this is done. > > On Sunday, November 27, 2016 at 6:25:07 PM UTC-5, Zoom.Quiet wrote

where re-define default color? [was] how to setup Leo cursor size and highlight currently line?

2016-11-27 Thread Zoom.Quiet
2016 at 11:33 AM, Edward K. Ream wrote: > > > On Sat, Apr 16, 2016 at 11:20 AM, Zoom.Quiet wrote: >> >> thanks again , and i sharing the custom story as: >> Leo 5.2 theme custom — Medium >> >> https://medium.com/@zoom.quiet/leo-5-2-theme-custom-d6f77573b7d6

Re: Why I don't use Leo more often

2016-11-18 Thread Zoom.Quiet
Yes, in fact , for me the really working flow is: - Leo develop local - through git /hg/snv repository sync code with remote host - base SSH+fabric or others SCM support tools, auto commit local+login remote+remote git pull+others restart .etc.. - look log/web feedback means, coding-running-debug-

Re: Why I don't use Leo more often

2016-11-18 Thread Zoom.Quiet
in fact usage sshfs, we can mount any remote directory as local, so just config Leo @path point it, make working as remote ;-) On Fri, Nov 18, 2016 at 11:13 AM, john lunzer wrote: > I use Leo as my primary editor when I can. > > When I can't is when I'm SSHing into machines remotely where it is

Re: Proposal: Use the GitHub issue tracker instead of this forum

2016-11-06 Thread Zoom.Quiet
6. with Labels and Milestones, with issue can easy organize by version or others u fell well, unlike here 7. can easy appoint issue as develop task to other partner, unlike here 8. if config Email "Services" bind with here, all issue change will auto email here, so mailling-list is merged by emil

Re: Leo 5.4 final released

2016-10-22 Thread Zoom.Quiet
WoW great job;-) just yesterday upgrade into 5.4-b1 usage good: myLeoSettings.leo#@settings-->Windows-->Icon bar options-->@bool show_iconbar = False but not: myLeoSettings.leo#@settings-->Syntax coloring-->Language-specific colors-->Python try final 5.4 now; On Sat, Oct 22, 2016 at 9:49 PM, Ed

Re: How many of you must still use Python 2?

2016-09-19 Thread Zoom.Quiet
i always base py 2, because all project is in py 2 ... and also all linux default installed is py 2. On Mon, Sep 19, 2016 at 6:43 AM, Edward K. Ream wrote: > I do most of my testing these days using Python 3. I am wondering how many > Leo users still must use Python 2. > > Don't panic. I have n

Re: My 15 year plan

2016-09-13 Thread Zoom.Quiet
On Tue, Sep 13, 2016 at 11:14 AM, Edward K. Ream wrote: ... > > This is the world that I see. I would love to be wrong, but I see little > contrary evidence. And I see no way to make any real difference about > either global warming or mass extinction. Me talking to the wind has no > chance. >

Re: Wanted: students for the Leo Code Academy

2016-07-05 Thread Zoom.Quiet
#WoW ! some sad and some glad and some others moods thanks EKR's perfect job for sooo many years Leo make me freedom for face any kinds of projects ! so i know in china there is thousands Leonines will suggest young Chinese Leonine join the Code Academy ;-) On Tue, Jul 5, 2016 at 10:47 PM, Edw

Re: leo 5.2 can not run in MAC OS X 10.11.5

2016-06-27 Thread Zoom.Quiet
On Mon, Jun 27, 2016 at 10:50 PM, Edward K. Ream wrote: > On Mon, Jun 27, 2016 at 7:31 AM, Zoom.Quiet wrote: > >> >> what i forget something? >> >> $ python /opt/bin/leo/launchLeo.py >> >> File "/opt/bin/Leo-5.2-final/leo/plugins/qt_text.py&qu

leo 5.2 can not run in MAC OS X 10.11.5

2016-06-27 Thread Zoom.Quiet
Yes, my old MBP usage 5 years, die lost week, my wife allow upgrade into MBPR 2015 version ;-) so env as: $ Python 2.7.10 (default, Oct 23 2015, 19:19:21) [GCC 4.2.1 Compatible Apple LLVM 7.0.0 (clang-700.0.59.5)] on darwin brew installed: $ brew list axel gettext openssl pyqt readline wget bash h

Re: Leo 5.3-final released

2016-05-09 Thread Zoom.Quiet
On Sun, May 8, 2016 at 8:20 AM, Lucas Buchala wrote: > On Mon, May 2, 2016 at 9:16 AM, Edward K. Ream wrote: >> Leo 5.3-final is now available on SourceForge. Leo is a PIM, an IDE and an >> outliner. Many thanks to all who have contributed to this release. > agree, github speed fast than sourcef

Re: Improvement of outline pane performance

2016-04-25 Thread Zoom.Quiet
On Mon, Apr 25, 2016 at 8:33 AM, Edward K. Ream wrote: > On Mon, Apr 25, 2016 at 7:44 AM, john lunzer wrote: >> >> On my setup Py2.7/Qt4.8/Win7 Leo has noticeable performance issues in the >> outline pane when holding down the Up/Down arrows. I've analyzed the >> behavior and from past conversati

Re: Rev 7b6ae39: lots of @chapter work

2016-04-20 Thread Zoom.Quiet
same problems as Why outline auto slide left? · Issue #265 · leo-editor/leo-editor https://github.com/leo-editor/leo-editor/issues/265 - Rev. 7b6ae39 auto slide left, when any node focus changed - and the config @string initial_split_orientation = horizontal not work now On Wed, Apr 20, 2016

How to close icon_bar as default?

2016-04-19 Thread Zoom.Quiet
as attachment snapshot: - i always use Leo as normal editor, not run any scripts from Leo - so how to config, make the icon_bar not display as default? i try setup in MyLeoSettings.leo : @int icon_bar_widgets_per_row = 0 but not work. thanks for all suggest PS: my leo env.: Leo 5.2-final, build

Re: How to collaborate using Leo

2016-04-18 Thread Zoom.Quiet
On Mon, Apr 18, 2016 at 5:04 PM, Edward K. Ream wrote: > On Mon, Apr 18, 2016 at 3:19 PM, Zoom.Quiet wrote: > >> - Ctrl+Shift+W need change currently node, not easy as Ctrl+S > > > Imo, you shouldn't often need this command if > @bool check_for_changed_external

Re: How to collaborate using Leo

2016-04-18 Thread Zoom.Quiet
nks u suggest, but i cannot fund the refresh-from-disk under #@settings-->Keyboard shortcuts-->@keys EKR bindings we can appended by self? > I'm not sure if personal settings override global settings or conflict. > > On Monday, April 18, 2016 at 4:19:45 PM UTC-4, Zoom.Quiet wrote

Re: How to collaborate using Leo

2016-04-18 Thread Zoom.Quiet
On Mon, Apr 18, 2016 at 2:02 PM, Edward K. Ream wrote: > > On Sat, Apr 16, 2016 at 6:36 PM, Zoom.Quiet wrote: > >> http://leoeditor.com/tutorial-programming.html#summary-clean-vs-file >> >> ...i need @clean forever! >> >> BUT the new leo-flow with git-flo

Re: How to collaborate using Leo

2016-04-16 Thread Zoom.Quiet
ake Leo : + read out .py + base The Mulder/Ream algorithm updaing nodes - so i had to clode all Leo windows - restart Leo, so the "Recovered Nodes" auto generated On Mon, Oct 28, 2013 at 6:42 AM, Edward K. Ream wrote: > On Sun, Oct 27, 2013 at 9:01 PM, Zoom.Quiet wrote: > &

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-16 Thread Zoom.Quiet
thanks again , and i sharing the custom story as: Leo 5.2 theme custom — Medium https://medium.com/@zoom.quiet/leo-5-2-theme-custom-d6f77573b7d6#.wvihrt11x On Sat, Apr 16, 2016 at 6:39 AM, Edward K. Ream wrote: > On Fri, Apr 15, 2016 at 4:44 PM, Zoom.Quiet wrote: >> >> &g

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
btw: see Themes – Ulysses Style Exchange http://styles.ulyssesapp.com/themes/?ref=u3_markupPrefs in fact , theme repository really make girls wants try Leo in first time. On Fri, Apr 15, 2016 at 4:44 PM, Zoom.Quiet wrote: > On Fri, Apr 15, 2016 at 3:59 PM, 'Terry Brown' v

Re: [theme] how to setup Leo cursor size and highlight currently line?

2016-04-15 Thread Zoom.Quiet
On Fri, Apr 15, 2016 at 3:59 PM, 'Terry Brown' via leo-editor wrote: > On Fri, 15 Apr 2016 15:33:19 -0500 > "Zoom.Quiet" wrote: > >> WoW ! sooo beautful theme ;-) >> thanks john, again. >> >> BUT, there is always other problem >> - the

  1   2   >