-
-
Notifications
You must be signed in to change notification settings - Fork 33.9k
gh-143774 - Improve IDLE Format Paragraph doc #143775
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Define 'paragraph' better and mention indent preservation, selection expansion, and length setting.
|
CC @adorilson |
Thank you for the CC. I think it resolves the problem. On the other hand, it seems too long. |
|
I was more interested in defining the scope of the function but agree too long. I moved the new explanation to a new subsection with other explanatory notes. |
|
Thanks @terryjreedy for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13, 3.14. |
Add a reminder to not rewrap code line to the Menu => Format => Reformat Paragraph entry. In Editing and Nagivagion, add a new 'Format block' subsection that defines 'paragraph' to better match what is dependably handled as more or less expected. In particular, specify equal indents and that the resulting indent equals original indent. Also mention that selections are expanded to complete lines and how to modify max length. (Also fix a couple case errors in cross references.) (cherry picked from commit fa3abf5a51d42b2d62e1bc89e9465b398a567e94) Co-authored-by: Terry Jan Reedy <[email protected]>
Add a reminder to not rewrap code line to the Menu => Format => Reformat Paragraph entry. In Editing and Nagivagion, add a new 'Format block' subsection that defines 'paragraph' to better match what is dependably handled as more or less expected. In particular, specify equal indents and that the resulting indent equals original indent. Also mention that selections are expanded to complete lines and how to modify max length. (Also fix a couple case errors in cross references.) (cherry picked from commit fa3abf5) Co-authored-by: Terry Jan Reedy <[email protected]>
|
GH-144062 is a backport of this pull request to the 3.14 branch. |
|
GH-144063 is a backport of this pull request to the 3.13 branch. |
…4063) gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) Add a reminder to not rewrap code line to the Menu => Format => Reformat Paragraph entry. In Editing and Nagivagion, add a new 'Format block' subsection that defines 'paragraph' to better match what is dependably handled as more or less expected. In particular, specify equal indents and that the resulting indent equals original indent. Also mention that selections are expanded to complete lines and how to modify max length. (Also fix a couple case errors in cross references.) (cherry picked from commit fa3abf5) Co-authored-by: Terry Jan Reedy <[email protected]>
…4062) gh-143774 - Improve IDLE Format Paragraph doc (GH-143775) Add a reminder to not rewrap code line to the Menu => Format => Reformat Paragraph entry. In Editing and Nagivagion, add a new 'Format block' subsection that defines 'paragraph' to better match what is dependably handled as more or less expected. In particular, specify equal indents and that the resulting indent equals original indent. Also mention that selections are expanded to complete lines and how to modify max length. (Also fix a couple case errors in cross references.) (cherry picked from commit fa3abf5) Co-authored-by: Terry Jan Reedy <[email protected]>
Add a reminder to not rewrap code line to the Menu => Format => Reformat Paragraph entry.
In Editing and Nagivagion, add a new 'Format block' subsection that defines 'paragraph'
to better match what is dependably handled as more or less expected.
In particular, specify equal indents and that the resulting indent equals original indent.
Also mention that selections are expanded to complete lines and how to modify max length.
(Also fix a couple case errors in cross references.)
📚 Documentation preview 📚: https://cpython-previews--143775.org.readthedocs.build/