Re: Modified headline query

2024-05-24 Thread Thomas Passin
I think you need to mark the node as dirty - p.setDirty() - and also c.setChanged(). I'm not sure why the first doesn't also set the second, but it doesn't. You might also want to save undo data. Here's an example where I write text into the body and make it undoable. The outline asks if I

Re: Expect Leo 6.8.0 b1 on Friday, May 31

2024-05-24 Thread Félix
May 31 is fine with me, I'll just need 2-3 days to finish the modifications to leoserver. (So that leoInteg can have 'detached body panes') I should be making the pull request just after the weekend :) Félix On Thursday, May 23, 2024 at 11:28:32 AM UTC-4 Edward K. Ream wrote: > On Thursday,

Modified headline query

2024-05-24 Thread lewis
I wrote a script to add a datestamp to the top node of a file. It modifies the headline and the headline icon changes to show it has changed. However when I close the leo file there is no prompt to save the file and the update is lost. I'm obviously missing some important detail and look

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread Thomas Passin
I looked at this a bit. It swaps in an instance of the CKEditor for the Leo body editor. CKEditor is a commercial product whose most basic level is under the GPL2 license, and so can be used at no charge. It's written in javascript and runs in a browser. It's a WYSIWYG )(rich text) editor.

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread Edward K. Ream
On Friday, May 24, 2024 at 10:49:59 AM UTC-5 Edward K. Ream wrote: > I shall reinstate plugin, but I am not willing to fix it. Rev 0d2a7c4 in devel reinstates the plugin itself. #3931

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread Edward K. Ream
On Friday, May 24, 2024 at 6:29:43 AM UTC-5 Edward K. Ream wrote: On Fri, May 24, 2024 at 5:59 AM jkn wrote: jkn@tower:~/leo-editor$ find . -iname "*rich*" ./leo/plugins/richtext.py How strange. Please send me the file. Mystery partly solved. gitk reports that I deleted that file at rev

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread jkn
sent via email On Friday, May 24, 2024 at 12:29:43 PM UTC+1 Edward K. Ream wrote: > On Fri, May 24, 2024 at 5:59 AM jkn wrote: > >> jkn@tower:~/leo-editor$ find . -iname "*rich*" >> ./leo/plugins/richtext.py >> > > How strange. Please send me the file. > > Edward > -- You received this

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread Edward K. Ream
On Fri, May 24, 2024 at 5:59 AM jkn wrote: > jkn@tower:~/leo-editor$ find . -iname "*rich*" > ./leo/plugins/richtext.py > How strange. Please send me the file. Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread jkn
jkn@tower:~/leo-editor$ find . -iname "*rich*" ./leo/plugins/richtext.py on my system... On Friday, May 24, 2024 at 11:42:49 AM UTC+1 Edward K. Ream wrote: > On Thursday, May 23, 2024 at 2:16:00 PM UTC-5 Edward K. Ream wrote: > > On Thu, May 23, 2024 at 10:39 AM Thomas wrote: > > [The

Re: Last call before deprecating the nested_splitter plugin

2024-05-24 Thread Edward K. Ream
On Thursday, May 23, 2024 at 2:16:00 PM UTC-5 Edward K. Ream wrote: On Thu, May 23, 2024 at 10:39 AM Thomas wrote: [The free_layout.get_top_splitter] method is used by the *richtext* plugin as well as the flc itself. Good catch. I'll convert the richtext plugin. Where is this plugin? An