Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
4b73676c
Kaydet (Commit)
4b73676c
authored
Eyl 12, 2016
tarafından
Terry Jan Reedy
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Issue #15308: Add 'interrupt execution' (^C) to Shell menu.
Patch by Roger Serwy, updated by Bayard Randel.
üst
ed6224ee
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
52 additions
and
26 deletions
+52
-26
idle.rst
Doc/library/idle.rst
+3
-0
Bindings.py
Lib/idlelib/Bindings.py
+2
-0
README.txt
Lib/idlelib/README.txt
+6
-5
help.html
Lib/idlelib/help.html
+41
-21
No files found.
Doc/library/idle.rst
Dosyayı görüntüle @
4b73676c
...
@@ -226,6 +226,9 @@ View Last Restart
...
@@ -226,6 +226,9 @@ View Last Restart
Restart Shell
Restart Shell
Restart the shell to clean the environment.
Restart the shell to clean the environment.
Interrupt Execution
Stop a running program.
Debug menu (Shell window only)
Debug menu (Shell window only)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...
...
Lib/idlelib/Bindings.py
Dosyayı görüntüle @
4b73676c
...
@@ -69,6 +69,8 @@ menudefs = [
...
@@ -69,6 +69,8 @@ menudefs = [
(
'shell'
,
[
(
'shell'
,
[
(
'_View Last Restart'
,
'<<view-restart>>'
),
(
'_View Last Restart'
,
'<<view-restart>>'
),
(
'_Restart Shell'
,
'<<restart-shell>>'
),
(
'_Restart Shell'
,
'<<restart-shell>>'
),
None
,
(
'_Interrupt Execution'
,
'<<interrupt-execution>>'
),
]),
]),
(
'debug'
,
[
(
'debug'
,
[
(
'_Go to File/Line'
,
'<<goto-file-line>>'
),
(
'_Go to File/Line'
,
'<<goto-file-line>>'
),
...
...
Lib/idlelib/README.txt
Dosyayı görüntüle @
4b73676c
...
@@ -161,14 +161,15 @@ Edit
...
@@ -161,14 +161,15 @@ Edit
Show surrounding parens # ParenMatch (& Hyperparser)
Show surrounding parens # ParenMatch (& Hyperparser)
Shell # PyShell
Shell # PyShell
View Last Restart # PyShell.?
View Last Restart # PyShell.PyShell.view_restart_mark
Restart Shell # PyShell.?
Restart Shell # PyShell.PyShell.restart_shell
Interrupt Execution # pyshell.PyShell.cancel_callback
Debug (Shell only)
Debug (Shell only)
Go to File/Line
Go to File/Line
Debugger
# Debugger, RemoteDebug
ger
Debugger
# Debugger, RemoteDebugger, PyShell.toggle_debu
ger
Stack Viewer
# StackV
iewer
Stack Viewer
# StackViewer, PyShell.open_stack_v
iewer
Auto-open Stack Viewer
# StackViewer
Auto-open Stack Viewer # StackViewer
Format (Editor only)
Format (Editor only)
Indent Region
Indent Region
...
...
Lib/idlelib/help.html
Dosyayı görüntüle @
4b73676c
...
@@ -65,6 +65,21 @@
...
@@ -65,6 +65,21 @@
<li
class=
"nav-item nav-item-1"
><a
href=
"index.html"
>
The Python Standard Library
</a>
»
</li>
<li
class=
"nav-item nav-item-1"
><a
href=
"index.html"
>
The Python Standard Library
</a>
»
</li>
<li
class=
"nav-item nav-item-2"
><a
href=
"tk.html"
accesskey=
"U"
>
25. Graphical User Interfaces with Tk
</a>
»
</li>
<li
class=
"nav-item nav-item-2"
><a
href=
"tk.html"
accesskey=
"U"
>
25. Graphical User Interfaces with Tk
</a>
»
</li>
<li
class=
"right"
>
<div
class=
"inline-search"
style=
"display: none"
role=
"search"
>
<form
class=
"inline-search"
action=
"../search.html"
method=
"get"
>
<input
placeholder=
"Quick search"
type=
"text"
name=
"q"
/>
<input
type=
"submit"
value=
"Go"
/>
<input
type=
"hidden"
name=
"check_keywords"
value=
"yes"
/>
<input
type=
"hidden"
name=
"area"
value=
"default"
/>
</form>
</div>
<script
type=
"text/javascript"
>
$
(
'.inline-search'
).
show
(
0
);
</script>
|
</li>
</ul>
</ul>
</div>
</div>
...
@@ -240,6 +255,8 @@ line.</dd>
...
@@ -240,6 +255,8 @@ line.</dd>
<dd>
Scroll the shell window to the last Shell restart.
</dd>
<dd>
Scroll the shell window to the last Shell restart.
</dd>
<dt>
Restart Shell
</dt>
<dt>
Restart Shell
</dt>
<dd>
Restart the shell to clean the environment.
</dd>
<dd>
Restart the shell to clean the environment.
</dd>
<dt>
Interrupt Execution
</dt>
<dd>
Stop a running program.
</dd>
</dl>
</dl>
</div>
</div>
<div
class=
"section"
id=
"debug-menu-shell-window-only"
>
<div
class=
"section"
id=
"debug-menu-shell-window-only"
>
...
@@ -649,26 +666,14 @@ are currently:</p>
...
@@ -649,26 +666,14 @@ are currently:</p>
<h4>
Next topic
</h4>
<h4>
Next topic
</h4>
<p
class=
"topless"
><a
href=
"othergui.html"
<p
class=
"topless"
><a
href=
"othergui.html"
title=
"next chapter"
>
25.6. Other Graphical User Interface Packages
</a></p>
title=
"next chapter"
>
25.6. Other Graphical User Interface Packages
</a></p>
<h3>
This Page
</h3>
<div
role=
"note"
aria-label=
"source link"
>
<ul
class=
"this-page-menu"
>
<h3>
This Page
</h3>
<li><a
href=
"../bugs.html"
>
Report a Bug
</a></li>
<ul
class=
"this-page-menu"
>
<li><a
href=
"../_sources/library/idle.txt"
<li><a
href=
"../bugs.html"
>
Report a Bug
</a></li>
rel=
"nofollow"
>
Show Source
</a></li>
<li><a
href=
"../_sources/library/idle.txt"
</ul>
rel=
"nofollow"
>
Show Source
</a></li>
</ul>
<div
id=
"searchbox"
style=
"display: none"
role=
"search"
>
</div>
<h3>
Quick search
</h3>
<form
class=
"search"
action=
"../search.html"
method=
"get"
>
<input
type=
"text"
name=
"q"
/>
<input
type=
"submit"
value=
"Go"
/>
<input
type=
"hidden"
name=
"check_keywords"
value=
"yes"
/>
<input
type=
"hidden"
name=
"area"
value=
"default"
/>
</form>
<p
class=
"searchtip"
style=
"font-size: 90%"
>
Enter search terms or a module, class or function name.
</p>
</div>
<script
type=
"text/javascript"
>
$
(
'#searchbox'
).
show
(
0
);
</script>
</div>
</div>
</div>
</div>
<div
class=
"clearer"
></div>
<div
class=
"clearer"
></div>
...
@@ -697,6 +702,21 @@ are currently:</p>
...
@@ -697,6 +702,21 @@ are currently:</p>
<li
class=
"nav-item nav-item-1"
><a
href=
"index.html"
>
The Python Standard Library
</a>
»
</li>
<li
class=
"nav-item nav-item-1"
><a
href=
"index.html"
>
The Python Standard Library
</a>
»
</li>
<li
class=
"nav-item nav-item-2"
><a
href=
"tk.html"
>
25. Graphical User Interfaces with Tk
</a>
»
</li>
<li
class=
"nav-item nav-item-2"
><a
href=
"tk.html"
>
25. Graphical User Interfaces with Tk
</a>
»
</li>
<li
class=
"right"
>
<div
class=
"inline-search"
style=
"display: none"
role=
"search"
>
<form
class=
"inline-search"
action=
"../search.html"
method=
"get"
>
<input
placeholder=
"Quick search"
type=
"text"
name=
"q"
/>
<input
type=
"submit"
value=
"Go"
/>
<input
type=
"hidden"
name=
"check_keywords"
value=
"yes"
/>
<input
type=
"hidden"
name=
"area"
value=
"default"
/>
</form>
</div>
<script
type=
"text/javascript"
>
$
(
'.inline-search'
).
show
(
0
);
</script>
|
</li>
</ul>
</ul>
</div>
</div>
<div
class=
"footer"
>
<div
class=
"footer"
>
...
@@ -705,7 +725,7 @@ are currently:</p>
...
@@ -705,7 +725,7 @@ are currently:</p>
The Python Software Foundation is a non-profit corporation.
The Python Software Foundation is a non-profit corporation.
<a
href=
"https://www.python.org/psf/donations/"
>
Please donate.
</a>
<a
href=
"https://www.python.org/psf/donations/"
>
Please donate.
</a>
<br
/>
<br
/>
Last updated on
Aug 30
, 2016.
Last updated on
Sep 12
, 2016.
<a
href=
"../bugs.html"
>
Found a bug
</a>
?
<a
href=
"../bugs.html"
>
Found a bug
</a>
?
<br
/>
<br
/>
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.3.6.
Created using
<a
href=
"http://sphinx.pocoo.org/"
>
Sphinx
</a>
1.3.6.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment