[issue46665] IDLE Windows shortcuts by default

2022-02-06 Thread primexx
New submission from primexx : In IDLE on Windows, there are certain keyboard shortcut idiosycracies in the default configuration. For example, redo is ctrl+shift+z (standard elsewhere) rather than ctrl+y (Microsoft's standard) de-indenting is ctrl+[ rather than shift+tab (also af

[issue46666] IDLE indent guide

2022-02-06 Thread primexx
New submission from primexx : Request: support indent guide for IDLE in editor window (i.e. not interactive shell) there appears to not be currently support for indent guides in idle one take is that idle is meant for small scripts and one should seek out a more complex IDE if it gets to

[issue46665] IDLE Windows shortcuts by default

2022-02-06 Thread primexx
primexx added the comment: > I wish it were otherwise, but configuration defaults cannot be changed as > some people would not like it and it would badly interact with custom > configurations. that is a good point. perhaps just adding alternate keysets. this is clearly not a high

[issue46666] IDLE Add indent guide

2022-02-06 Thread primexx
primexx added the comment: > Please just select the current development version. Others can be marked if > and when backported oh sorry about that! > Please explain exactly what you want these dotted lines in the attached screenshot > What you see in the editor is w

[issue46666] IDLE Add indent guide

2022-02-11 Thread primexx
primexx added the comment: very informative discussion. i'll just say that if it's not possible to do purely visually, and it can only be done by modifying the textual content, then it probably should not be done at all. preserving the code (and copy+paste integrity) is more

[issue45451] IDLE Shell GUI - remove window border

2021-10-12 Thread primexx
New submission from primexx : Python 3.10 bundled IDLE with a small change in the interactive interpreter shell. Previously, the line indicators ">>>" were in-line with the command line, and a long/multi line command would have the same indentation as the indicator w

[issue45451] IDLE Shell GUI - remove window border

2021-10-14 Thread primexx
primexx added the comment: of course that's fair, colour schemes are a very preferential thing. the main issue really is the border that creates a visual separation between the line indicators and the lines that they should be visually associated with. t

[issue40452] Tkinter/IDLE: preserve clipboard on closure

2021-10-28 Thread primexx
Change by primexx : -- nosy: +primexx ___ Python tracker <https://bugs.python.org/issue40452> ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue45451] IDLE - modify text frame and widget borders

2021-12-01 Thread primexx
primexx added the comment: for what it's worth, Notepad++ is highly configurable. Here's what mine looks like with borders set to 0 and some sidebar items disabled. Even though it is the same classic theme, it looks a lot better than default. There's the more substantial poi