Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Issue #17642: add larger font sizes for classroom projection. | Terry Jan Reedy | 2016-08-31 | 1 | -1/+2 |
| | |||||
* | Issue #27245: IDLE: Cleanly delete custom themes and key bindings. | Terry Jan Reedy | 2016-06-14 | 1 | -2/+6 |
| | | | | | Previously, when IDLE was started from a console or by import, a cascade of warnings was emitted. Patch by Serhiy Storchaka. | ||||
* | Backports: #25747: remove bad test. #27044: stop test_idle from leaking. | Terry Jan Reedy | 2016-05-17 | 1 | -0/+10 |
| | |||||
* | Issue #26778: Fixed "a/an/and" typos in code comment and documentation. | Serhiy Storchaka | 2016-04-17 | 1 | -1/+1 |
| | |||||
* | Issue #25313: Change the handling of new built-in text color themes to better | Terry Jan Reedy | 2015-11-12 | 1 | -16/+13 |
| | | | | | address the compatibility problem introduced by the addition of IDLE Dark. Consistently use the revised idleConf.CurrentTheme everywhere in idlelib. | ||||
* | Issue #24782: Limit width of canvas and hence IDLE settings dialog. | Terry Jan Reedy | 2015-10-22 | 1 | -1/+1 |
| | |||||
* | Issue #24782: Don't try to run now-removed extension dialog test. | Terry Jan Reedy | 2015-10-20 | 1 | -1/+1 |
| | |||||
* | Issue #24782: whitespace | Terry Jan Reedy | 2015-10-14 | 1 | -1/+1 |
| | |||||
* | Issue #24782: Finish converting the Configure Extension dialog into a new | Terry Jan Reedy | 2015-10-14 | 1 | -169/+131 |
| | | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman. | ||||
* | Issue #22726: Re-activate config dialog help button with some content about | Terry Jan Reedy | 2015-10-12 | 1 | -19/+32 |
| | | | | the other buttons and the new IDLE Dark theme. | ||||
* | Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution. | Terry Jan Reedy | 2015-10-04 | 1 | -0/+14 |
| | |||||
* | Issue #24820: Users can now set breakpoint colors in Settings -> | Terry Jan Reedy | 2015-10-03 | 1 | -14/+16 |
| | | | | Custom Highlighting. Original patch by Mark Roseman. | ||||
* | Issue #24782: In Idle extension config dialog, replace tabs with sorted list. | Terry Jan Reedy | 2015-08-27 | 1 | -35/+50 |
| | | | | Patch by Mark Roseman. | ||||
* | Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as default | Terry Jan Reedy | 2015-08-01 | 1 | -20/+20 |
| | | | | | editor font. This should not affect current customized font selections. Patch by Mark Roseman. | ||||
* | idlelib: remove unused names and imports (one is a duplicate import). | Terry Jan Reedy | 2015-05-14 | 1 | -1/+0 |
| | |||||
* | Issue #20577: move configuration of FormatParagraph extension to new extension | Terry Jan Reedy | 2014-12-16 | 1 | -19/+0 |
| | | | | configuration dialog. Patch by Tal Einat. | ||||
* | Issue #3068: Add Idle extension configuration dialog to Options menu. | Terry Jan Reedy | 2014-10-23 | 1 | -15/+258 |
| | | | | Original patch by Tal Einat. | ||||
* | Issue #22629: Revise idle_test.htest, mostly docstring. Start revision of | Terry Jan Reedy | 2014-10-17 | 1 | -2/+2 |
| | | | | htests to add # htest # marker for coveragepy and stop tcl errors. | ||||
* | Issue 3068: Move idlelib.configDialog action button creation into a separate | Terry Jan Reedy | 2014-10-09 | 1 | -19/+21 |
| | | | | method so it can be reused by the new extension dialog. | ||||
* | PEP 8 spacing in idlelib.configDialog: mostly a = b in assignments, | Terry Jan Reedy | 2014-08-04 | 1 | -565/+603 |
| | | | | a, b in arg lists, and hanging indents for long arg lists. | ||||
* | Issue #22068: Don't create self reference cycles in idlelib.ConfigDialog. | Terry Jan Reedy | 2014-07-30 | 1 | -29/+38 |
| | | | | In 2.7, these become leaks and cause test_gc to fail. | ||||
* | Reduce unnecessary 2.7 versus 3.4+ differences in idlelib/configDialog.py. | Terry Jan Reedy | 2014-07-27 | 1 | -29/+28 |
| | | | | | | | Only change 2.7 version. Remove ".keys()" from "x in y.keys()" (leave .keys() elsewhere alone). Change "string.join" to "' '.join" (and string.join(s, ';') to ';'.join(s)). Change spacing to match 3.4 (will later make spacing changes to both). | ||||
* | Issue #21982: Add minimal unittest for configDialog with 46% coverage. | Terry Jan Reedy | 2014-07-15 | 1 | -3/+9 |
| | |||||
* | Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog. | Terry Jan Reedy | 2014-05-29 | 1 | -8/+9 |
| | | | | Put instructions in a fixed size scrollable Text. Patch by Saimadhav Heblikar. | ||||
* | Issue #17654: Ensure IDLE menus are customized properly on OS X for | Ned Deily | 2014-03-28 | 1 | -1/+1 |
| | | | | non-framework builds and for all variants of Tk. | ||||
* | Issue #17721: Remove non-functional configuration dialog help button until we | Terry Jan Reedy | 2014-01-27 | 1 | -4/+5 |
| | | | | make it actually gives some help when clicked. Patch by Guilherme Simões. | ||||
* | Issue #16511: Use default IDLE width and height if config param is not valid. | Andrew Svetlov | 2012-12-24 | 1 | -4/+7 |
| | | | | Patch Serhiy Storchaka. | ||||
* | Issue #15853: Prevent IDLE crash on OS X when opening Preferences menu | Ned Deily | 2012-10-22 | 1 | -4/+3 |
| | | | | with certain versions of Tk 8.5. Initial patch by Kevin Walzer. | ||||
* | Issue #14876: Use user-selected font for highlight configuration. | Terry Jan Reedy | 2012-05-26 | 1 | -2/+4 |
| | | | | Patch by Roger Serwy. | ||||
* | #7092: Drop the cmp argument. | Florent Xicluna | 2010-04-02 | 1 | -6/+1 |
| | |||||
* | #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵ | Florent Xicluna | 2010-04-02 | 1 | -7/+7 |
| | | | | absolute imports. | ||||
* | replace has_key with 'in' operator | Benjamin Peterson | 2009-10-09 | 1 | -5/+5 |
| | |||||
* | #6076 Add a title to the IDLE Preferences window. | Amaury Forgeot d'Arc | 2009-07-15 | 1 | -0/+1 |
| | |||||
* | Fixes issues 3883 and 5194 | Ronald Oussoren | 2009-03-04 | 1 | -4/+12 |
| | |||||
* | Tkinter rename reversal: remove tkinter package, adapt imports and docs. | Georg Brandl | 2008-05-20 | 1 | -4/+2 |
| | |||||
* | Tkinter rename, step 2: fix imports and add stub modules. | Georg Brandl | 2008-05-16 | 1 | -2/+4 |
| | |||||
* | Patch #2167 from calvin: Remove unused imports | Christian Heimes | 2008-02-23 | 1 | -1/+1 |
| | |||||
* | Configured selection highlighting colors were ignored; updating highlighting | Kurt B. Kaiser | 2008-02-15 | 1 | -3/+0 |
| | | | | | in the config dialog would cause non-Python files to be colored as if they were Python source; improve use of ColorDelagator. Patch 1334. Tal Einat. | ||||
* | Configure Dialog: improved layout for keybinding. Patch 1457 Tal Einat. | Kurt B. Kaiser | 2007-12-28 | 1 | -20/+22 |
| | |||||
* | check in Tal Einat's update to tabpage.py | Kurt B. Kaiser | 2007-10-30 | 1 | -9/+8 |
| | | | | | | | | Patch 1612746 M configDialog.py M NEWS.txt AM tabbedpages.py | ||||
* | Allow cursor color change w/o restart. Patch 1725576 Tal Einat. | Kurt B. Kaiser | 2007-10-10 | 1 | -0/+3 |
| | |||||
* | configDialog cleanup. Patch 1730217 Tal Einat. | Kurt B. Kaiser | 2007-10-04 | 1 | -40/+42 |
| | |||||
* | Merge IDLE-syntax-branch r39668:41449 into trunk | Kurt B. Kaiser | 2005-11-18 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | A idlelib/AutoCompleteWindow.py A idlelib/AutoComplete.py A idlelib/HyperParser.py M idlelib/PyShell.py M idlelib/ParenMatch.py M idlelib/configDialog.py M idlelib/EditorWindow.py M idlelib/PyParse.py M idlelib/CallTips.py M idlelib/CallTipWindow.py M idlelib/run.py M idlelib/config-extensions.def A idlelib/MultiCall.py | ||||
* | Fix all wrong instances of "it's". | Georg Brandl | 2005-07-22 | 1 | -1/+1 |
| | |||||
* | Removed ability to configure tabs indent from Options dialog. This 'feature' | Kurt B. Kaiser | 2005-01-31 | 1 | -78/+9 |
| | | | | | | | | | | | | | | | | | has never worked and no one has complained. It is still possible to set a default tabs (v. spaces) indent 'manually' via config-main.def (or to turn on tabs for the current EditorWindow via the Format menu) but IDLE will encourage indentation via spaces. Enable setting the indentation width using the Options dialog. Bug # 783877 Remove some commented out old code from configDialog.py (related to old methods for invoking the HelpBrowser). M EditorWindow.py M NEWS.txt M configHandler.py | ||||
* | Saving a Keyset w/o making changes (by using the "Save as New Custom Key Set" | Kurt B. Kaiser | 2004-11-16 | 1 | -0/+3 |
| | | | | | | | button) caused IDLE to fail on restart (no new keyset was created in config-keys.cfg). Also true for Theme/highlights. Python Bug 1064535. M configDialog.py | ||||
* | SF patch #961387: Make IDLE's paragraph reformatting width configurable | Raymond Hettinger | 2004-06-04 | 1 | -0/+18 |
| | |||||
* | M EditorWindow.py | Kurt B. Kaiser | 2004-04-11 | 1 | -2/+2 |
| | | | | | | | | | M IOBinding.py M NEWS.txt M configDialog.py - If nulls somehow got into the strings in recent-files.lst EditorWindow.update_recent_files_list() was failing. Python Bug 931336. | ||||
* | Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe | Kurt B. Kaiser | 2004-03-08 | 1 | -10/+14 |
| | | | | | | | | | | | | M ClassBrowser.py M ColorDelegator.py M EditorWindow.py M NEWS.txt M PyShell.py M TreeWidget.py M config-highlight.def M configDialog.py M configHandler.py | ||||
* | Replace backticks with repr() or "%r" | Walter Dörwald | 2004-02-12 | 1 | -2/+2 |
| | | | | From SF patch #852334. |