Edward K. Ream
Edward K. Ream
See #2727. **Overview** - [x] Replace the iterative logic in i.gen_lines by recursion, generalizing the ideas in Vitalije's python importer. All faux helpers (functions that had easily understood purpose) are...
This is an **experimental** issue. For leoJS we definitely don't want to use the present python importer: it depends on python's tokenizer module, which might be difficult to recreate in...
See #2463. - [ ] Cover all importers. - [ ] Cover all writers. - [ ] Cover all .py files used by leoJS: - [ ] leoApp.py: 38% -...
This issue is about adding *python* unit tests. Félix has created *typescript* unit tests in leojs for all files in leo/core, but not yet for files in leo/commands. To see...
Per [this discussion](https://groups.google.com/g/leo-editor/c/lbrgq0YBG-0) on leo-editor. I am delegating this issue to Félix and Thomas. I'll step in as needed. I am willing to delay 6.6 for this issue.
[This page](https://orgmode.org/worg/org-contrib/babel/intro.html) describes org babel. org babel supports [these languages](https://orgmode.org/worg/org-contrib/babel/languages.html). Bob Hossley's babel plugin (in leo/plugins/leo_babel/babel.py) already goes way beyond what I had envisaged. We need only add support for...
I've been dithering whether to do this for 6.1.1. I am likely to do this issue only if it can be done without substantially changing Leo's gui. Links: - [Original...
Formerly part of #852. This command will write any changed settings in the outline created by the show-settings-outline command. I've created a new issue because this command is separate, and...