[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2019-03-25 Thread Terry J. Reedy
Change by Terry J. Reedy : -- assignee: -> terry.reedy components: +IDLE ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2013-08-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: The 'fix', including the test, is included with the patch for #18226. It shares with normal text the problem that selections of partial lines do not work well. I think this might be fixed in #18583 by only re-wrapping complete lines. --

[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2013-08-10 Thread Roundup Robot
Roundup Robot added the comment: New changeset 841984e96df6 by Terry Jan Reedy in branch '2.7': Issue #18429: Add user-oriented News entry about Format / Format Paragraph http://hg.python.org/cpython/rev/841984e96df6 New changeset 9eea6401b892 by Terry Jan Reedy in branch '3.3': Issue #18429: Ad

[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2013-07-12 Thread Todd Rovito
Todd Rovito added the comment: Terry, I was suffering from the classic chicken and egg problem so I was not sure if the test case in http://bugs.python.org/issue18226 should include the small code change. I will work with Phil Webster to get this small change added to issue 18226 along wit

[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2013-07-12 Thread Terry J. Reedy
Terry J. Reedy added the comment: I expect to find things like this while writing tests. A small fix can be part of the test file commit, like I did with configSectionNameDialog and its test. In any case, where is the test that fails without the patch and passes with it? It should be part of t

[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2013-07-11 Thread Todd Rovito
Changes by Todd Rovito : -- keywords: +patch nosy: +JayKrish, philwebster, roger.serwy, terry.reedy Added file: http://bugs.python.org/file30891/18429FormatParagraphFor3.4.patch ___ Python tracker _

[issue18429] IDLE: Format Paragraph doesn't function with comment blocks

2013-07-11 Thread Todd Rovito
New submission from Todd Rovito: While working on a test case for Format Paragraph (http://bugs.python.org/issue18226) I noted that format paragraph doesn't work with comment blocks when a comment block is selected. The fix is very simple by changing one line: if first and last: data = te