Re: Viewrendered3 Advice and Thoughts Sought

2020-03-04 Thread Thomas Passin
On Wednesday, March 4, 2020 at 6:12:51 AM UTC-5, Edward K. Ream wrote: > > On Tue, Mar 3, 2020 at 9:41 PM Thomas Passin > wrote: > > BTW, VR3 has its own commands, which begin with "vr3-" instead of "vr-". >> Edward, does Leo use "vr-" commands for docstring displays in viewrendered? >> > > I

A simple solution to a recurring Qt problem

2020-03-04 Thread Edward K. Ream
I have finally discovered how to force Qt to update changed widgets immediately. Just call QApplication.processEvents(), that is, g.app.gui.qtApp.processEvents(). This is *way *better than queuing up an idle-time callback, which is pretty much guaranteed to cause screen flash. Btw, calling

Re: Leo 6.2 will fix all bugs

2020-03-04 Thread Edward K. Ream
On Wed, Mar 4, 2020 at 10:42 AM jkn wrote: > Wow! (just at the topic title ;-) > Hehe. I meant, 6.2 will fix all bugs *in Leo* :-) Actually, 6.2 would hardly be worth doing without the bug fixes, just minor improvements to the beautify command, plus the new fstringify commands. That's not

Re: Leo 6.2 will fix all bugs

2020-03-04 Thread jkn
Wow! (just at the topic title ;-) -- 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 view this discussion on the web

Re: Zettelkasten - Notes Jim but not as we know them.

2020-03-04 Thread Edward K. Ream
On Wed, Mar 4, 2020 at 7:13 AM andyjim wrote: On Monday, March 2, 2020 at 3:43:08 PM UTC-5, Thomas Passin wrote: >> >> A zettel thought experiment. >> ... >> So in about five minutes we have wandered from a dinner recipe to paleo >> history to philosophical questions about the meaning and

Re: Zettelkasten - Notes Jim but not as we know them.

2020-03-04 Thread Thomas Passin
On Wednesday, March 4, 2020 at 8:13:09 AM UTC-5, andyjim wrote: > > On Monday, March 2, 2020 at 3:43:08 PM UTC-5, Thomas Passin wrote: >> >> A zettel thought experiment. >> ... >> So in about five minutes we have wandered from a dinner recipe to paleo >> history to philosophical questions about

Re: Zettelkasten - Notes Jim but not as we know them.

2020-03-04 Thread andyjim
On Monday, March 2, 2020 at 3:43:08 PM UTC-5, Thomas Passin wrote: > > A zettel thought experiment. > ... > So in about five minutes we have wandered from a dinner recipe to paleo > history to philosophical questions about the meaning and stability of > sensory perceptions. We've actually come

Leo 6.2 will fix all bugs

2020-03-04 Thread Edward K. Ream
I have been dithering about what to put into Leo 6.2. The new todo list is here . Yesterday I fixed several Qt-related bugs. I'll continue fixing such fit-and-finish issues (including

Re: Find & Navigate jump to wrong location

2020-03-04 Thread Edward K. Ream
On Tue, Mar 3, 2020 at 11:03 PM gar wrote: Using @killcolor made the search function to work as expected - [now] it > jumps exactly to the line where the search string is. > Good. > Thanks for that advise. > You're welcome. Edward -- You received this message because you are subscribed to

Re: Viewrendered3 Advice and Thoughts Sought

2020-03-04 Thread Edward K. Ream
On Tue, Mar 3, 2020 at 9:41 PM Thomas Passin wrote: BTW, VR3 has its own commands, which begin with "vr3-" instead of "vr-". > Edward, does Leo use "vr-" commands for docstring displays in viewrendered? > I don't remember. The answer should be apparent in the vr plugin. See if you can discover