Re: Leo Command To Convert To Title Case

2024-02-04 Thread HaveF HaveF
Thanks, Thomas, I like these little scripts :-) It can study the api bit by bit, like, I didn't use undoer before On Sunday, February 4, 2024 at 4:50:15 AM UTC+8 tbp1...@gmail.com wrote: > Converting to Title Case means to make the first letter of every word in a > string capitalized, and all

Re: PR 3774 completes the 6.7.8 code base

2024-02-04 Thread Edward K. Ream
On Saturday, February 3, 2024 at 9:00:57 AM UTC-6 Thomas wrote: On Windows 10, Python 3.12 - warnings summary leo\plugins\leo_babel\tests\lib_test.py:118 C:\Tom\git\leo-editor\leo\plugins\leo_babel\tests\lib_test.py:118:

Re: PR 3774 completes the 6.7.8 code base

2024-02-04 Thread Thomas Passin
On Linux/Manjaro there is the same warning, but it only skipped 3 tests instead of 26. It too a few seconds longer than on XUbuntu. On Sunday, February 4, 2024 at 2:41:44 PM UTC-5 Thomas Passin wrote: > For the recent merge in devel, 08fcbac60bc296b2e636c3467daf29022b03231b, > there is still

Re: PR 3774 completes the 6.7.8 code base

2024-02-04 Thread Thomas Passin
For the recent merge in devel, 08fcbac60bc296b2e636c3467daf29022b03231b, there is still a warning from XUbuntu: === warnings summary === leo/plugins/leo_babel/tests/lib_test.py:118

Re: PR 3774 completes the 6.7.8 code base

2024-02-04 Thread Edward K. Ream
On Sat, Feb 3, 2024 at 9:01 AM Thomas Passin wrote: > On Windows 10, Python 3.12 - > > leo\plugins\leo_babel\tests\lib_test.py:118 > C:\Tom\git\leo-editor\leo\plugins\leo_babel\tests\lib_test.py:118: > PytestCollectionWarning: > cannot collect test class 'TestCmdr' because it has a __init__

Re: PR 3774 completes the 6.7.8 code base

2024-02-04 Thread Edward K. Ream
On Sat, Feb 3, 2024 at 5:05 AM Viktor Ransmayr wrote: > Running the unit tests reveals the following error: Thanks for your testing. See #3777 . Edward -- You received this message because you are subscribed to the Google Groups

Re: PR 3774 completes the 6.7.8 code base

2024-02-04 Thread Edward K. Ream
On Sat, Feb 3, 2024 at 11:04 AM Thomas Passin wrote: > Got some errors on XUbuntu/Python 3.11: Thanks for your testing: See #3777 . Edward -- You received this message because you are subscribed to the Google Groups "leo-editor" group.

Re: Leo Command To Convert To Title Case

2024-02-04 Thread Edward K. Ream
On Sat, Feb 3, 2024 at 2:50 PM Thomas Passin wrote: > Converting to Title Case means to make the first letter of every word in a > string capitalized, and all the other letters made lowercase. It can be > handy if you copy an all-capital string from somewhere else but you don't > like all-caps