Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread lewis
I added *@bool **use-mouse-expand-gestures** - True* to myLeoSetttings.leo but the mouse-over expand/contract is still disabled. Does the setting need to be changed in qt_tree.py ? -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe

Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread Edward K. Ream
On Mon, Mar 27, 2023 at 2:00 AM lewis wrote: > I added *@bool **use-mouse-expand-gestures** - True* to > myLeoSetttings.leo but the mouse-over expand/contract is still disabled. > Does the setting need to be changed in qt_tree.py ? > I assume you use '=' instead of '-' in the setting -) It loo

Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread Edward K. Ream
On Sunday, March 26, 2023 at 12:37:52 PM UTC-5 mys...@gmail.com wrote: The 'autosave' script caused UI redrawing every single time it ran, which I had run every few seconds. Issue #3223 suggests that the mod_scripting plugin not affect th

Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread lewis
Yes I did use '*=' *in the setting. The mouse-over is working fine*.* I haven't had any crashes using the gesture on Win10. -- 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 a

Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread Edward K. Ream
On Mon, Mar 27, 2023 at 4:24 AM lewis wrote: > Yes I did use '*=' *in the setting. > The mouse-over is working fine*.* I haven't had any crashes using the > gesture on Win10. > Thanks for the update. Edward -- You received this message because you are subscribed to the Google Groups "leo-ed

PR #3224: mod_autosave is ready for review

2023-03-27 Thread Edward K. Ream
PR #3224 contains proposed changed to the mod_autosave plugin. See the PR for a summary of the improvements. Please try the code and report your experiences. Thanks. Edward -- You received this message because you are subscribed to the Goo

Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread Thomas Passin
I did forget to uncomment the line, but I *thought* I had caught that with a later PR. Sorry! On Monday, March 27, 2023 at 4:40:47 AM UTC-4 Edward K. Ream wrote: On Mon, Mar 27, 2023 at 2:00 AM lewis wrote: I added *@bool **use-mouse-expand-gestures** - True* to myLeoSetttings.leo but the

Re: PR #3224: mod_autosave is ready for review

2023-03-27 Thread Edward K. Ream
On Monday, March 27, 2023 at 6:33:12 AM UTC-5 Edward K. Ream wrote: PR #3224 contains proposed changed to the mod_autosave plugin. The new code has been merged into devel. This PR amounts to a complete rewrite of the plugin: - The plugin sa

Re: New Way To Expand/Contract Leo Trees

2023-03-27 Thread Edward K. Ream
On Sunday, March 26, 2023 at 12:37:52 PM UTC-5 mys...@gmail.com wrote: On Sun, Mar 26, 2023 at 6:11 AM Edward K. Ream wrote: I just lost 30+ minutes of work due to a hard crash. I think this is a problem with the internal design of Leo not consistently saving a state to disk that can be reco

Re: PR #3224: mod_autosave is ready for review

2023-03-27 Thread Edward K. Ream
On Monday, March 27, 2023 at 6:12:51 PM UTC-5 Edward K. Ream wrote: > [The mod_autosave] plugin is useful enough that I have enabled it (for the first time). I'll let you know if I find any problems. Recent commits fixed a crash involving queued messages in verbose mode and then suppressed all