You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bpo-39852: IDLE 'Go to line' deletes selection, updates status (pythonGH-18801)
It appears standard that moving the text insert cursor away from a selection clears the
selection. Clearing prevents accidental deletion of a possibly off-screen bit of text.
The update is for Ln and Col on the status bar.
clash, or cannot or does not want to run as admin, it might be easiest to
636
638
completely remove Python and start over.</p>
637
639
<p>A zombie pythonw.exe process could be a problem. On Windows, use Task
638
-
Manager to detect and stop one. Sometimes a restart initiated by a program
639
-
crash or Keyboard Interrupt (control-C) may fail to connect. Dismissing
640
-
the error box or Restart Shell on the Shell menu may fix a temporary problem.</p>
640
+
Manager to check for one and stop it if there is. Sometimes a restart
641
+
initiated by a program crash or Keyboard Interrupt (control-C) may fail
642
+
to connect. Dismissing the error box or using Restart Shell on the Shell
643
+
menu may fix a temporary problem.</p>
641
644
<p>When IDLE first starts, it attempts to read user configuration files in
642
645
<codeclass="docutils literal notranslate"><spanclass="pre">~/.idlerc/</span></code> (~ is one’s home directory). If there is a problem, an error
643
646
message should be displayed. Leaving aside random disk glitches, this can
644
-
be prevented by never editing the files by hand, using the configuration
645
-
dialog, under Options, instead Options. Once it happens, the solution may
646
-
be to delete one or more of the configuration files.</p>
647
+
be prevented by never editing the files by hand. Instead, use the
648
+
configuration dialog, under Options. Once there is an error in a user
649
+
configuration file, the best solution may be to delete it and start over
650
+
with the settings dialog.</p>
647
651
<p>If IDLE quits with no message, and it was not started from a console, try
648
-
starting from a console (<codeclass="docutils literal notranslate"><spanclass="pre">python</span><spanclass="pre">-m</span><spanclass="pre">idlelib</span></code>) and see if a message appears.</p>
652
+
starting it from a console or terminal (<codeclass="docutils literal notranslate"><spanclass="pre">python</span><spanclass="pre">-m</span><spanclass="pre">idlelib</span></code>) and see if
653
+
this results in an error message.</p>
649
654
</div>
650
655
<divclass="section" id="running-user-code">
651
656
<h3>Running user code<aclass="headerlink" href="#running-user-code" title="Permalink to this headline">¶</a></h3>
0 commit comments