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
b1f69029
Unverified
Kaydet (Commit)
b1f69029
authored
Haz 08, 2018
tarafından
Terry Jan Reedy
Kaydeden (comit)
GitHub
Haz 08, 2018
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Update idlelib/NEWS.txt to 2018 Jun 8 am. (GH-7517)
üst
041272b6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
NEWS.txt
Lib/idlelib/NEWS.txt
+27
-0
No files found.
Lib/idlelib/NEWS.txt
Dosyayı görüntüle @
b1f69029
...
@@ -3,6 +3,33 @@ Released on 2018-06-18?
...
@@ -3,6 +3,33 @@ Released on 2018-06-18?
======================================
======================================
bpo-33768: Clicking on a context line moves that line to the top
of the editor window.
bpo-33763: Replace the code context label widget with a text widget.
bpo-33664: Scroll IDLE editor text by lines.
(Previously, the mouse wheel and scrollbar slider moved text by a fixed
number of pixels, resulting in partial lines at the top of the editor
box.) This change also applies to the shell and grep output windows,
but currently not to read-only text views.
bpo-33679: Enable theme-specific color configuration for Code Context.
(Previously, there was one code context foreground and background font
color setting, default or custom, on the extensions tab, that applied
to all themes.) For built-in themes, the foreground is the same as
normal text and the background is a contrasting gray. Context colors for
custom themes are set on the Hightlights tab along with other colors.
When one starts IDLE from a console and loads a custom theme without
definitions for 'context', one will see a warning message on the
console.
bpo-33642: Display up to maxlines non-blank lines for Code Context.
If there is no current context, show a single blank line. (Previously,
the Code Contex had numlines lines, usually with some blank.) The use
of a new option, 'maxlines' (default 15), avoids possible interference
with user settings of the old option, 'numlines' (default 3).
bpo-33628: Cleanup codecontext.py and its test.
bpo-33628: Cleanup codecontext.py and its test.
bpo-32831: Add docstrings and tests for codecontext.py.
bpo-32831: Add docstrings and tests for codecontext.py.
...
...
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