Re: what does recursioned Leo look like?

2009-05-22 Thread Rob
Leo Evokes Omnipotence. I am but a fledgling grasshopper. Have barely scratched leo dont do anything real with it yet. Maybe one day. Rob. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups leo-editor group. To post

Global and local @outline-data tree-abbreviations

2018-05-14 Thread Rob
to have the local tree abbreviations *in addition to* the global tree abbreviations. If this is feasible and desirable, shall I enter an enhancement request on GitHub? Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubs

Copy expanded outline to clipboard

2018-05-09 Thread Rob
, what is it and where is it (can't find in the standard menu)? 2. If not, would this be a reasonable enhancement request? Would others find it useful? (For me, it would also greatly simplify my HTML writing.) If so, I will write up a feature request on GitHub. Regards, Rob... -- You

Re: Copy expanded outline to clipboard

2018-05-09 Thread Rob
ally deleted. - It inserts `=` before each child node header which need to be manually stripped out as they are not considered comments by VBA. Thanks for the suggestions. I will post a feature request. Rob... On Wednesday, May 9, 2018 at 2:32:24 PM UTC-4, Edward K

Re: Copy expanded outline to clipboard

2018-05-09 Thread Rob
OK, cool! Will try that. I did create an enhancement request <https://github.com/leo-editor/leo-editor/issues/900> before I saw your post. Rob... On Wednesday, May 9, 2018 at 2:52:40 PM UTC-4, vitalije wrote: > > You can create command yourself. For example: > >1. inse

Re: Copy expanded outline to clipboard

2018-05-09 Thread Rob
Well, that almost works perfectly. It does not preserve @language preferences but saves all comments between @/@c as Python comments (# ) despite the active @language for the node. Ideas on how to script that part? Rob... On Wednesday, May 9, 2018 at 2:52:40 PM UTC-4, vitalije wrote: > &g

Exception running Markdown_Importer

2018-04-27 Thread Rob
77b9 Python 3.4.3, PyQt version 5.4.1 Windows 8 AMD64 (build 6.2.9200) isPython3: True caching enabled Rob... -- 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 t

Re: QVariant error

2018-04-27 Thread Rob
I suppose I should have searched the forum first before posting, sorry. Rob... On Friday, April 27, 2018 at 1:21:52 PM UTC-4, Edward K. Ream wrote: > > > > On Fri, Apr 27, 2018 at 11:45 AM, Rob <lar...@gmail.com > > wrote: > > This is new one I haven't seen bef

Re: QVariant error

2018-04-27 Thread Rob
Leo 5.7.2 devel, build 20180423091843, Mon, Apr 23, 2018 9:18:43 AM Git repo info: branch = devel, commit = 462b46ba77b9 Python 3.4.3, PyQt version 5.4.1 Windows 8 AMD64 (build 6.2.9200) isPython3: True On Friday, April 27, 2018 at 1:21:52 PM UTC-4, Edward K. Ream wrote: > > > ​Something like

Re: Exception running Markdown_Importer

2018-04-27 Thread Rob
I restarted Leo w/ --no-cache option and I still get the error. Rob... On Friday, April 27, 2018 at 10:08:52 AM UTC-4, Edward K. Ream wrote: > > > ​Have you tried loading Leo with --no-cache​? If that works, please clear > all the caches and try again. > > Edward &

QVariant error

2018-04-27 Thread Rob
working on is updating some YAML files and the error shows up when I save the .leo file. There's doesn't appear to be any data loss, so I don't know how concerned I should be about it. Anyone else seeing this? Rob... -- You received this message because you are subscribed to the Google Groups &quo

Re: Copy expanded outline to clipboard

2018-05-10 Thread Rob
That works, thanks. Just curious, after an unsuccessful cursory search of leoGlobals.py for clues as to why this works, can you explain why it works? Rob... On Thursday, May 10, 2018 at 3:02:18 AM UTC-4, vitalije wrote: > > Just add forcePythonSentinels=False in call to g.getScrip

Re: Copy expanded outline to clipboard

2018-05-10 Thread Rob
the Python comment character (#) and if=FALSE, then who knows what happens. Not sure that's correct, however. Anyway, wish I had more time to learn and understand Python in general and Leo internals and scripting in particular. Rob... On Thursday, May 10, 2018 at 12:13:12 PM UTC-4, Edward K

Re: Assigning keys to scripts

2018-05-11 Thread Rob
Hmmm, just changed them to @key=Alt-4 and @key=Alt-5. Now, neither one works. The scripts run as mini-buffer commands, which is cool, but the assigned keyboard shortcuts don't. Rob... On Friday, May 11, 2018 at 3:40:17 PM UTC-4, vitalije wrote: > > >>1. @keys=Alt-4, which is

Re: Assigning keys to scripts

2018-05-11 Thread Rob
I just updated my Leo version from a few days ago (devel branch) and it seems to work now. Perhaps the recent work by Edward on keyboard shortcuts may explain it. So far, all is well now. Thanks for weighing in. Rob... On Friday, May 11, 2018 at 10:29:57 PM UTC-4, Rob wrote: > > Hmmm

Re: Copy expanded outline to clipboard

2018-05-11 Thread Rob
Thanks for the explanation, that makes sense. I typically use native language comments for 1-2 line comments, but will shorthand to @doc/@code blocks for more than that. Rob... On Thursday, May 10, 2018 at 3:50:56 PM UTC-4, vitalije wrote: > > > You may have written your doc parts c

Assigning keys to scripts

2018-05-11 Thread Rob
was wrong (@key instead of @keys)? 2. Second question; I can find no other commands or scripts binding to Alt-5, but can't get the @button script to run typing Alt-5. What am I missing? Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor&q

@data abbreviation documentation

2018-05-04 Thread Rob
: # Definitions in @data abbreviation nodes override definitions # in @data global-abbreviation nodes. # Typically you would define @data global-abbreviation nodes in myLeoSettings.leo # and @data abbreviation nodes in local files. Thoughts? Rob... -- You received this message because you

Re: @data abbreviation documentation

2018-05-15 Thread Rob
Hmm, I still see the old comments. Leo 5.7.3 devel, build 20180509115144, Wed May 9 11:51:44 UTC 2018 Git repo info: branch = devel, commit = 110174b3f8a8 Rob... On Wednesday, May 9, 2018 at 7:15:49 AM UTC-4, Edward K. Ream wrote: > > > > ​Thanks for this. Now in LeoSetting

Re: Global and local @outline-data tree-abbreviations

2018-05-15 Thread Rob
That's a good idea, Terry. I didn't realize this might impact (and improve) other @data types. I will post the feature request this morning. Rob... On Monday, May 14, 2018 at 5:45:57 PM UTC-4, Terry Brown wrote: > > > > Something you could include in the request... > > The

Re: @data abbreviation documentation

2018-05-21 Thread Rob
Got it, thanks for the clarification. Rob... On Monday, May 21, 2018 at 9:08:09 AM UTC-4, Edward K. Ream wrote: > > On Tue, May 15, 2018 at 8:19 AM, Rob <lar...@gmail.com > > wrote: > >> Hmm, I still see the old comments. >> > > ​Try 4a66d753d in d

leo_cloud coolness and gotchas

2018-06-15 Thread Rob
of DropBox or others. Wondering if anyone else has success using this plugin with other cloud services. If so, how do you set it up? Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving e

Re: leo_cloud coolness and gotchas

2018-06-15 Thread Rob
That works, but the path is different to the DropBox (or Google Drive) local folders on different machines and OS's. That's not a problem for the leoSettings file, but I can't use that strategy for other use cases I envision. Also, thanks for the clarification on JSON. Rob... > >

Re: File > New

2018-06-14 Thread Rob
of that change, nor do I know when that started, but that's what it means. When you save the file, you're still prompted to provide the location and the name of the file. Unless I'm wrong (I could be), the only effect is the name of the tab itself. HTH, Rob... On Thursday, June 14, 2018 at 6:58:31

Re: leo_cloud coolness and gotchas

2018-06-15 Thread Rob
> exists according to os.path.exists() > > That work? > Hmm, interesting idea. Seems like that could work. I'd sure like to try it. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group

Re: suggestion: disambiguate print-xxxx command names

2018-06-24 Thread Rob
to the screen`. So, I agree that clarifying the difference somehow in the naming is a good idea. Rob... On Saturday, June 23, 2018 at 4:25:12 PM UTC-4, Edward K. Ream wrote: > > Kent has made almost the identical suggestion. I'm not sure why I wasn't >> more sympathetic

Re: Find->Replace does not save @file

2018-05-01 Thread Rob
I'm using a light theme and don't see any indication of 'dirty' nodes. I will send a test file, but it might be a few days as I'm tied up in class until Friday. Rob... On Tuesday, May 1, 2018 at 9:38:28 AM UTC-4, Edward K. Ream wrote: > > On Tuesday, May 1, 2018 at 8:19:00 AM UTC-5, Ed

Re: Find->Replace does not save @file

2018-05-02 Thread Rob
Yes, still a problem. I sent test files for your review. Rob... On Tuesday, May 1, 2018 at 9:38:28 AM UTC-4, Edward K. Ream wrote: > > On Tuesday, May 1, 2018 at 8:19:00 AM UTC-5, Edward K. Ream wrote: > > My tests show only that it's almost impossible to distinguish dirty icons &

Re: Any plausible use for uA's that can't be serialized to json?

2018-05-02 Thread Rob
I use uA's, but don't have any idea about the difference between JSON and pickle, or why it matters. Rob... On Tuesday, May 1, 2018 at 5:07:36 PM UTC-4, Edward K. Ream wrote: > > Several Leo devs have suggested using json rather than pickle to represent > Leo's uA's. > > Does a

Re: Find->Replace does not save @file

2018-04-30 Thread Rob
other nodes did not. Rob... On Monday, April 30, 2018 at 2:21:34 PM UTC-4, Rob wrote: > > I just discovered that when I did a Find->Replace in an @file node, the > .leo file saved OK, but the @file node was not rewritten (node not dirty?) > > Rob... > -- You received thi

Copy/Paste into abbreviations weirdness

2018-07-26 Thread Rob
For me, it's annoying and I would prefer the previous behavior, as pasting the placeholder text serves no useful purpose. If this is a bug, I can file on the GitHub issue tracker. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group

Re: Copy/Paste into abbreviations weirdness

2018-07-27 Thread Rob
Just updated to latest in devel branch and it's still pasting the placeholder text instead of clipboard. Rob... On Friday, July 27, 2018 at 3:57:47 AM UTC-4, vitalije wrote: > > I saw this behavior recently but I thought it might have something to do > with my machine. > > R

GitHub merge

2018-07-27 Thread Rob
I have no idea how to fix it. Anyone else seeing this? Rob... -- 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 po

Re: GitHub merge

2018-07-27 Thread Rob
Thanks, Terry and Jacob. Rob... On Friday, July 27, 2018 at 9:54:55 AM UTC-4, Terry Brown wrote: > > Based on looking at `gitk --all` and then perhaps more efficiently `git > log --stat`, I'd say what you did had no negative impact beyond perhaps an > unnecessary merge commit - i.

Re: Reload settings triggers error

2018-07-31 Thread Rob
6.2.9200) isPython3: True On Tuesday, July 17, 2018 at 3:49:03 PM UTC-4, Rob wrote: > > I tried reloading all settings to bring in some newly created > abbreviations. I got these errors (multiple times and wouldn't stop) and > Leo and Python hard crashed; couldn't save my work: >

Re: Copy/Paste into abbreviations weirdness

2018-07-27 Thread Rob
Thanks, Terry! That did the trick. Rob... On Friday, July 27, 2018 at 12:37:10 PM UTC-4, Terry Brown wrote: > > Try 5ff9a7f3e5 > > >> -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group an

Oddball formats

2018-08-10 Thread Rob
Currently, I just use the @language plain directive, which sort of works, but isn't ideal. Ideas? Rob... -- 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 e

Re: On topic? Guidelines for math writing

2018-08-06 Thread Rob
of that audience, despite sometimes wanting to be part of audience #2; just don't have the programming 'chops' to get there quickly and easily. Rob... On Monday, August 6, 2018 at 11:06:11 AM UTC-4, Edward K. Ream wrote: > > This page <https://www.math.hmc.edu/~su/math131/good-math-wr

Reload settings triggers error

2018-07-17 Thread Rob
I tried reloading all settings to bring in some newly created abbreviations. I got these errors (multiple times and wouldn't stop) and Leo and Python hard crashed; couldn't save my work: Internal Leo error in check_gnx getNewIndex: gnx clash largo84.20180614170746.212 v: v2: >> Called from

modal session error on Mac

2018-04-04 Thread Rob
r pyQt. Anyone else seeing this? Rob... -- 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 post to this group, s

Re: question re: file clones and paths

2018-04-13 Thread Rob
, Rob... On Friday, April 13, 2018 at 6:35:06 AM UTC-7, k-hen wrote: > > Hi All, > > I'm still having a problem with the @path directive when using using file > clones. Attaches is a simplified example. > In the attached, If I don't have file clones the path works fine, but a

Re: Nodetags plugin errors

2018-03-26 Thread Rob
I can't locate that commit. It doesn't show up in master. Could this be related to issue #526 <https://github.com/leo-editor/leo-editor/issues/526>? Rob... On Saturday, March 24, 2018 at 2:35:56 AM UTC-4, Edward K. Ream wrote: > > > > On Fri, Mar 23, 2018 at 2:13 PM, Largo84

Re: Log message re. UTF-8

2018-03-30 Thread Rob
I added that to the Windows system environment variables and restarted the OS. I still get the warning. Rob... > > On Friday, March 30, 2018 at 5:15:28 AM UTC-4, Edward K. Ream wrote: >> >> >> On Windows (and maybe other platforms), I recommend setting the >> PY

Re: Syntax colorizer change for html

2018-03-30 Thread Rob
Thanks, Edward! I would not have thought of that solution. This now works for me. Rob... On Friday, March 30, 2018 at 5:28:42 AM UTC-4, Edward K. Ream wrote: > > On Wed, Mar 28, 2018 at 2:08 PM, Rob <lar...@gmail.com > > wrote: > >> With all of the new work on themes, I

Re: Log message re. UTF-8

2018-03-30 Thread Rob
Sorry for perhaps a stupid question, but where would this be set? Somewhere in Leo or Python settings or in the Windows environment? On Friday, March 30, 2018 at 5:15:28 AM UTC-4, Edward K. Ream wrote: > > > On Windows (and maybe other platforms), I recommend setting the > PYTHONIOENCODING

Re: Log message re. UTF-8

2018-04-01 Thread Rob
Thanks for that. Turns out I entered the variable as UTF8 instead of UTF-8. That extra bit of information helped me to see that. Now, I don't see the error message. Rob... On Friday, March 30, 2018 at 1:03:58 PM UTC-4, Edward K. Ream wrote: > > ​Hmm. Rev 621898a will tell yo

Syntax colorizer change for html

2018-03-28 Thread Rob
are also black against either dark gray or black background making them essentially invisible. Unfortunately, in the process of trying the new themes, I deleted my old ones (they triggered some CSS errors, but otherwise worked fine). Now, I don't know how to get back there. Any ideas? Rob

Log message re. UTF-8

2018-03-29 Thread Rob
it. Is this a potential problem? Rob... -- 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 post to this group,

Re: Syntax colorizer change for html

2018-03-29 Thread Rob
which setting to change. I don't really like the dark themes, but would like to know which setting in the light theme will fix the html syntax coloring problem. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubs

Re: Syntax colorizer change for html

2018-03-29 Thread Rob
So, the mystery is why does it work with some themes and not with others? After much searching, I can't find the 'missing link'. Rob... On Thursday, March 29, 2018 at 3:48:03 PM UTC-4, Terry Brown wrote: > > > with @language html at top of node, and my personal old solarized dark &

Re: Syntax colorizer change for html

2018-03-29 Thread Rob
That doesn't work for me. I always have the @language html in the root node of these files, and it still doesn't work. Wonder what's different about my system from yours. This screenshot of an example with Breeze Dark theme loaded:

Re: Deleted replies

2018-03-25 Thread Rob
In at least one of my deleted replies, there were no URL links, just text. On Sunday, March 25, 2018 at 8:26:27 PM UTC-4, Offray Vladimir Luna Cárdenas wrote: > > In my case, the deleted mails where related with using url shorters in > them without prepending https (just http). So, I was being

Config files

2018-04-03 Thread Rob
are over 3 years old and they contain examples of the Qt stylesheet edited directly, which seems to now be considered a bad idea. Do these files have any real value now? If not, would it make sense to remove them (or at least archive them)? Rob... -- You received this message because you

Deleted replies

2018-03-25 Thread Rob
I tried three times to post replies to a topic and all three replies were deleted immediately after posting. Any idea why? I've never seen this before in Google Groups. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubs

Re: Deleted replies

2018-03-25 Thread Rob
Screenshot... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group

File changes outside of Leo

2018-10-19 Thread Rob
essage and the dialog? 2. Does anyone else use the S3 service to back up their Leo files and if so, what is your experience? Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emai

Re: File changes outside of Leo

2018-11-01 Thread Rob
Thanks, Edward. This has been really tricky to track down, but that helps narrow it down. This is *not* a Leo issue, but perhaps Leo's code can help me figure out what's going on. Rob... On Thursday, November 1, 2018 at 10:46:03 AM UTC-4, Edward K. Ream wrote: > > On Fri, Oct 19, 2018 a

Re: File changes outside of Leo

2018-11-18 Thread Rob
Thanks for the suggestions; will have a look later today when I can spend some time with it. Rob... On Sunday, November 18, 2018 at 6:35:57 AM UTC-5, vitalije wrote: > > Just to be clear. You can combine the two ideas from the above. First you > turn off checking external files, t

Re: File changes outside of Leo

2018-11-18 Thread Rob
file. Since this is an idle time process, I'm not sure how to replicate it with a script. Perhaps it's not a big deal. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails fro

Re: File changes outside of Leo

2018-11-18 Thread Rob
is a valid `old` checksum (g.app.externalFilesController.checksum_d.get(FNAME) returns None as the value). Any idea why? Thanks again, Vitalije, for taking the time to look at this. Rob... On Sunday, November 18, 2018 at 1:46:01 PM UTC-5, vitalije wrote: > > > > On Sunday, November 1

Re: File changes outside of Leo

2018-11-18 Thread Rob
by the checksum thing, but I'm going to leave that alone for now. Rob... On Sunday, November 18, 2018 at 3:39:01 PM UTC-5, vitalije wrote: > > And also look for other places where > > old_time==new_time > > # should be replaced with > > abs(old_time-new_time)<0.1 > &g

Re: File changes outside of Leo

2018-11-18 Thread Rob
Thanks for the suggested workaround. However, I don't want to bypass the warning, I need to explore why the warning is happening at all (it shouldn't). In order to do that, I need to simply get the file times (new and old) and the checksums (new and old) and write them to the log pane. So, as

Re: @wrap confusion

2019-01-15 Thread Rob
to use it in the same place as the description of the @wrap directive would be helpful. Thanks for the clarification. Regards, Rob... On Tuesday, January 15, 2019 at 4:40:50 AM UTC-5, Edward K. Ream wrote: > > On Friday, January 11, 2019 at 9:25:35 PM UTC-6, Rob wrote: > > The docs on this

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

2019-01-15 Thread Rob
> > Does anyone else actually use @shadow?? > > Edward > All new work uses @clean. However, I still have some legacy stuff that used @shadow, but as I find it, I convert it. Rob... -- You received this message because you are subscribed to the Google Groups &qu

Lines and columns

2019-01-15 Thread Rob
not change as I would expect. It changes when I go to the next line, but not within a line. 3. Is there some additional documentation on this that I'm missing? Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from

Re: re #525: nested @clean nodes

2019-01-17 Thread Rob
clones. However, I'm traveling and not sure I'll be able to verify and report specifics until I get back. It's possible I am mistaken (as I reminded my wife yesterday that I'm always right, except when I'm not). Rob... -- You received this message because you are subscribed to the Google Groups

Re: The LeoWapp prototype has succeeded!

2018-12-02 Thread Rob
Looking forward to checking it out. Congratulations and thanks for your hard work on this project! Rob... On Saturday, December 1, 2018 at 9:51:50 AM UTC-5, Edward K. Ream wrote: > > Rev c74341 demonstrates that Leo can keep the body pane in sync with Leo's > internal data s

Re: How important is LeoWapp to you?

2018-12-04 Thread Rob
t .leo files on a machine which does not have the standard Leo QT environment installed; just open a browser. > - How likely are you to use it? > Given my assumptions above, I would definitely use it. Of course, I may be making completely wrong assumptions about what LeoWapp can and will do.

Re: leoflexx.py progress report 3

2018-11-19 Thread Rob
Perhaps a stupid question, but in which branch is this work to be found? I stay current on the devel branch but don't see the leoflexx.py plugin in my local directory. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubs

Checksum mystery (was file changes outside of Leo)

2018-11-18 Thread Rob
here's no checksum assigned during idle time. Rob... -- 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 post to this g

Re: Checksum mystery (was file changes outside of Leo)

2018-11-19 Thread Rob
ll differences in modification time > reported by different file systems can be tolerated, and there is no way > that user can meaningfully change external file outside Leo within 1s. > This would definitely help me as I would be able to tweak the granularity time in settings to match what I'

Re: File changes outside of Leo

2018-11-17 Thread Rob
to easily display these values? On a related note, I see from the script that it evaluates the checksum for change if the mod time is different. Any idea why the checksum would change if the file contents haven't changed? Rob... On Thursday, November 1, 2018 at 10:46:03 AM UTC-4, Edward K. Ream

@wrap confusion

2019-01-11 Thread Rob
, but this isn't obvious to me at all. Regards, Rob... -- 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 post to this g

Re: Moving on from Leo

2018-12-28 Thread Rob
. Regards, Rob... On Friday, December 21, 2018 at 12:22:17 PM UTC-5, Terry Brown wrote: > > I'm sorry to say that I'm moving away from involvement in Leo. This is > due to no one reason but the combination of a number of factors, most > of which are external to Leo (different job, other p

Leo on Raspbian?

2018-12-28 Thread Rob
have been Windows and MacOS and practically zero experience with Linux. Just wondering if anyone here has any experience installing and running Leo on this particular Linux variant? Thanks in advance. Rob -- You received this message because you are subscribed to the Google Groups &quo

Re: I've stoped *saying* all tests pass in commit messages

2019-01-24 Thread Rob
info: branch = devel, commit = 197df868b46d Python 3.4.3, PyQt version 5.4.1 Windows 8 AMD64 (build 6.2.9200) isPython3: True Hope this helps to locate the culprit. Rob... On Sunday, July 2, 2017 at 2:58:52 PM UTC-4, Edward K. Ream wrote: > > > > On Sun, Jul 2, 2017 at 8:57 AM,

Re: Time for vacation and a break

2019-01-24 Thread Rob
Enjoy your break! Rob... -- 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 post to this group, send email to

Re: doc updates branch

2019-01-24 Thread Rob
Matt, if I see some small things to change (like spelling or other minor typos) in the online docs, where do you suggest I make the changes (which files)? Rob... On Thursday, January 24, 2019 at 8:19:14 PM UTC-5, Matt Wilkie wrote: > > I created a branch to group up small documentation

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
Which Python version did you test on? > > > Good old Python 3.4 sucks again. > > Anyway, thanks for this report. I'll have to treat 3.4 like python 2 for > this purpose. > > Edward > -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To

Re: Use LaTeX comment marker % for Leo sentinels in .tex files?

2019-03-31 Thread Rob
Perhaps I don't understand your post, but I use @file all the time with latex files and Leo *does* use the % comment marker in the external file without any additional instruction on my part. Rob... On Sunday, March 31, 2019 at 10:42:27 AM UTC-4, Arjan wrote: > > Would it be feasible t

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
Looked in my pygments>lexers folder and don't see one for tex (lots of other ones, though). Is it named something else? Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receivin

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
The docs indicate you created a `leonine.py` style for testing. Care to share it? It might help me better understand what's going on. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
For clarification, this happens when @language tex is in effect; other tested languages show the normal behavior. On Friday, March 29, 2019 at 5:16:09 PM UTC-4, Rob wrote: > > This is using the `leonine.py` style. Indenting a << Section >> reference > throws off the col

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
No errors this time after updating Leo. A few initial observations using the pygments colrs: 1. I don't see any difference between @language `tex` and `latex` (nor do I think I should see any difference). 2. I guess I got used to Leo's color choices and at first, I think I prefer

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
Never mind, found it... On Friday, March 29, 2019 at 4:52:49 PM UTC-4, Rob wrote: > > The docs indicate you created a `leonine.py` style for testing. Care to > share it? It might help me better understand what's going on. > > Rob... > -- You received this message because

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
This is using the `leonine.py` style. Indenting a << Section >> reference throws off the coloring, unlike the Leo colorizing. [image: 190329 LeoSections2.PNG] -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and

Re: What is the status of Tex/LaTex syntax handling

2019-03-29 Thread Rob
Environment: Leo 5.8.1-b2 devel, build 20190227233831, Wed Feb 27 23:38:31 PST 2019 Git repo info: branch = devel, commit = b5619a44b1fa Python 3.4.3, PyQt version 5.4.1 Windows 8 AMD64 (build 6.2.9200) isPython3: True Get the following errors after setting the @bool use-pygments = True

Re: What is the status of Tex/LaTex syntax handling

2019-03-28 Thread Rob
parameters *instead of* of the legacy Leo mode files? Is that all there is to it? Rob... On Thursday, March 28, 2019 at 6:35:06 AM UTC-4, Edward K. Ream wrote: > > I'd like to put #1088 > <https://github.com/leo-editor/leo-editor/issues/1088>to bed. Are there > real

Re: latex syntax coloring

2019-02-26 Thread Rob
Josef, wonder why my experience is different. I write LaTeX in Leo almost every day and have no difficulty with syntax coloring. See screenshot: [image: 190226 LaTeX Syntax.PNG] Rob... On Tuesday, February 26, 2019 at 10:27:16 AM UTC-5, Josef wrote: > > latex syntax coloring colors onl

Re: latex syntax coloring

2019-02-27 Thread Rob
the \EM/\pfn\ fragment; been around LaTeX for awhile and don't know what that does (not relevant to your original question, however). Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop

Re: latex syntax coloring

2019-02-27 Thread Rob
have different syntax coloring rules? Rob... -- 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 post to this g

Re: Leo on Android!

2019-02-27 Thread Rob
Wow, that's awesome! I've wanted that for a long time, but didn't think it could be easily done. Rob... -- 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 ema

Re: Is it time to require Python 3?

2019-02-20 Thread Rob
As I recall (dimly perhaps), that the default spell checker does not work w/ P3? Don't remember what I did, but spell checking works for me now (Python v3.4.3). Other than that, it seems like the way to go, especially as P2 will not be supported in the foreseeable future. Rob... -- You

LaTeX and html editing

2019-02-20 Thread Rob
to Edward, Terry, Matt, Vitalije and others for the tips, guidance, code snippets, enhancements and bug fixes over the years. Leo is a terrific piece of software and the community is even better. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor&q

Re: Not-clones that act like clones

2019-03-10 Thread Rob
t appears that in my use case, that cross-file clones are the simplest, easiest way to accomplish my goal. Clones rock! Rob... -- 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, se

Re: How Ed should be spending his time.

2019-03-08 Thread Rob
s I will better document my process and maybe it will help others. There's already something in the 'snippets' section on my workflow, but I think it's incomplete. More later; gotta get on a plane. Rob... -- You received this message because you are subscribed to the Google Groups "leo-edito

Re: Not-clones that act like clones

2019-03-09 Thread Rob
Hmm, unfamiliar with those tools, will check them out. Thanks! On Saturday, March 9, 2019 at 1:49:19 PM UTC-5, vitalije wrote: > > For HTML and CSS there are a lot of pre-processors for example: pug for > HTML and sass for css. Both of them have more than one way to define some > section once

Not-clones that act like clones

2019-03-09 Thread Rob
considered using the excellent leo-cloud plugin that Terry Brown wrote. However, I imagine that might not work as expected within the same xxx.leo file as each instance of the @leo-cloud node would be fighting against the others. Thoughts and ideas welcome. Rob... -- You received this message

Re: Not-clones that act like clones

2019-03-09 Thread Rob
Thanks for clarifying, Vitalije. Yes, I'm the only one who would edit them and I don't use external editors, so clones would certainly be the easiest way to do that. I use \include{file.tex} for LaTeX documents, but don't know about a similar mechanism for html or css documents. Any of the

Re: Not-clones that act like clones

2019-03-12 Thread Rob
ble blocks of text. Rob... -- 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 post to this group, send email to

  1   2   3   4   >