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
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
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
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
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
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
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
Change by primexx :
--
nosy: +primexx
___
Python tracker
<https://bugs.python.org/issue40452>
___
___
Python-bugs-list mailing list
Unsubscribe:
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