summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/textView.py
Commit message (Collapse)AuthorAgeFilesLines
* fix idle about dialog #27365Benjamin Peterson2016-06-221-0/+4
|
* Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-121-1/+1
| | | | the other buttons and the new IDLE Dark theme.
* Issue #18910: Add unittest for textView. Patch by Phil Webster.Terry Jan Reedy2014-06-051-2/+7
|
* Issue #21477: Idle htest: merge and modify run and runall; add many tests.Terry Jan Reedy2014-05-241-21/+7
| | | | Patch by Saimadhav Heblikar
* Issue 964437 Make IDLE help window non-modal.Terry Jan Reedy2012-02-051-9/+15
| | | | Patch by Guilherme Polo and Roger Serwy.
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-3/+3
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-3/+3
|
* textView cleanup. Patch 1718043 Tal Einat.Kurt B. Kaiser2007-10-041-21/+36
| | | | | | | M idlelib/EditorWindow.py M idlelib/aboutDialog.py M idlelib/textView.py M idlelib/NEWS.txt
* Replace backticks with repr() or "%r"Walter Dörwald2004-02-121-1/+1
| | | | From SF patch #852334.
* aboutDialog.py:Kurt B. Kaiser2003-06-121-23/+24
| | | | | | | | | | | | | | | | | | 1. Add additional buttons for Python Copyright and Credits 2. Use the Python LICENSE file instead of the old IDLE LICENSE.txt 3. Add additional buttons for IDLE's README and NEWS 4. Implement a method to read text from a _Printer object 5. Rename the Ok button to Close 6. Clean up to conform to Python code formatting standards textView.py: 1. Change background to white on all platforms 2. Increase height of frame 3. Add an optional parameter to textViewer to allow inserting text into the viewer instead of reading a file. 4. Rename the Ok button to Close Modified Files: aboutDialog.py textView.py
* Whitespace NormalizationKurt B. Kaiser2002-12-311-6/+6
|
* indentation style changed to match existing sourceSteven M. Gava2001-07-311-60/+60
|
* some new dialogs and support files for new about and configuration ↵Steven M. Gava2001-07-311-0/+77
implementations