Leo Command To Convert To Title Case

2024-02-03 Thread Thomas Passin
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 and want to convert it to title case. I couldn't find a

Re: PR 3774 completes the 6.7.8 code base

2024-02-03 Thread Thomas Passin
Got some errors on XUbuntu/Python 3.11: === FAILURES === TestTokenBasedOrange.test_blank_lines_after_function_3 self = def test_blank_lines_after_function_3(self): # From leoAtFile.py.

Re: PR 3774 completes the 6.7.8 code base

2024-02-03 Thread Thomas Passin
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: PytestCollectionWarning: cannot collect test class 'TestCmdr' because it has a

Re: PR 3774 completes the 6.7.8 code base

2024-02-03 Thread Viktor Ransmayr
Hello Edward, Edward K. Ream schrieb am Freitag, 2. Februar 2024 um 11:15:08 UTC+1: PR #3774 is now in devel. This PR cleans up Leo's unit tests and fixes a crasher in Leo's new beautifier. The only remaining issue is #3767