reading: outline.leo
reading: @thin code.py
No @+leo sentinel in: src/code.py
can not read 3.x derived file src/code.py
you may upgrade these file using Leo 4.0 through 4.4.x
--- snip ---created directory: src/.leo_username
created: src/.leo_username/xcode.py
wrote: src/code.py
saved: outline.leo
--- snip ---> I replaced "@thin code.py" with "@shadow code.py".
Oh my. You are asking for loads of trouble do this.
Asking Leo to detect this change borders on completely unreasonable.
The relevant code is very complex, and making it even more complex to
handle this situation has no appeal: it could easily make things much
worse in more common situations.
Why not simply use the import command to recreate your code?
Edward
On Fri, Mar 16, 2012 at 7:51 PM, zpcspm wrote:> I replaced "@thin code.py" with "@shadow code.py".
Oh my. You are asking for loads of trouble do this.
Why not simply use the import command to recreate your code?
> And I want to emphasize that this is not a feature request that should make leo work as I want in my particular case. I am rather trying to avoid getting a bad habit (replacing @thin nodes with @shadow ones)
Rev 5153 now suggests using Leo's import command. Perhaps that will
be enough to guide you and others in a more reasonable direction.
Edward