Getting the basic "general" Leo color syntaxing was not that hard once I finally understood the 'textMate' standard for specifying tokenization rules!
live on branch #37 as of now, and soon to be on the dev and master branch in a couple of hours. :) on the other hand, doing language specific color syntaxing will take another day at least to finish figuring out the 'injection' rules. (injecting languages specific grammars when encountering @languages directives while keeping leo's own grammar to take precedence) but I think I'll finish "close, save-as and new" before completing total color-syntaxing for each languages ! Félix On Sunday, June 14, 2020 at 2:39:08 PM UTC-4, Félix wrote: > > Thanks! > > All right : so Leo's 'devel' branch is the equivalent of my 'dev' > branch... ! :) I'll keep my local Leo in its latest 'devel' branch to test > everything from now on. > > Also I hope you have pulled the body edition bug fix I did last night and > saw that complete outline and body edition is now implemented (with more > obscure functions still lacking as per the list in the readme) > > About hte 'leobridge' options of leointeg: Yes the leoInteg 'welcome and > settings' screen has all the leoInteg options in one easy-to-find place :) > > Leaving empty gave you the 'default' launch command for windows : "Py" as > shown in the helper text below that field. See the screenshot below with > the red arrow. > > > (Currently making some quick syntax coloring tests) - Ill posts some other > youtube movies soon! > > Félix > > > > On Sunday, June 14, 2020 at 7:13:55 AM UTC-4, Edward K. Ream wrote: >> >> >> >> On Sat, Jun 13, 2020 at 3:33 PM Félix <[email protected]> wrote: >> >>> Also, may I suggest, since you start the server with 'python' instead of >>> "py -3" to change that launch command in leoInteg's setting webview,. (as >>> shown in the readme) so that you could now start it automatically from >>> leoInteg. >>> >> >> Thanks. That worked. >> >> In more detail, I changed the "Python Command" option (in the leoBridge >> section) to "python". It was empty previously. >> >> 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/8298e171-8973-430c-b57e-550a70facc97o%40googlegroups.com.
