summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configDialog.py
Commit message (Collapse)AuthorAgeFilesLines
* Issue #17642: add larger font sizes for classroom projection.Terry Jan Reedy2016-08-311-1/+2
|
* Issue #27245: IDLE: Cleanly delete custom themes and key bindings.Terry Jan Reedy2016-06-141-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 Reedy2016-05-171-0/+10
|
* Issue #26778: Fixed "a/an/and" typos in code comment and documentation.Serhiy Storchaka2016-04-171-1/+1
|
* Issue #25313: Change the handling of new built-in text color themes to betterTerry Jan Reedy2015-11-121-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 Reedy2015-10-221-1/+1
|
* Issue #24782: Don't try to run now-removed extension dialog test.Terry Jan Reedy2015-10-201-1/+1
|
* Issue #24782: whitespaceTerry Jan Reedy2015-10-141-1/+1
|
* Issue #24782: Finish converting the Configure Extension dialog into a newTerry Jan Reedy2015-10-141-169/+131
| | | | tab in the IDLE Preferences dialog. Code patch by Mark Roseman.
* Issue #22726: Re-activate config dialog help button with some content aboutTerry Jan Reedy2015-10-121-19/+32
| | | | the other buttons and the new IDLE Dark theme.
* Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.Terry Jan Reedy2015-10-041-0/+14
|
* Issue #24820: Users can now set breakpoint colors in Settings ->Terry Jan Reedy2015-10-031-14/+16
| | | | Custom Highlighting. Original patch by Mark Roseman.
* Issue #24782: In Idle extension config dialog, replace tabs with sorted list.Terry Jan Reedy2015-08-271-35/+50
| | | | Patch by Mark Roseman.
* Issue 24745: Switch from Courier to platform-sensitive TkFixedFont as defaultTerry Jan Reedy2015-08-011-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 Reedy2015-05-141-1/+0
|
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-19/+0
| | | | configuration dialog. Patch by Tal Einat.
* Issue #3068: Add Idle extension configuration dialog to Options menu.Terry Jan Reedy2014-10-231-15/+258
| | | | Original patch by Tal Einat.
* Issue #22629: Revise idle_test.htest, mostly docstring. Start revision ofTerry Jan Reedy2014-10-171-2/+2
| | | | htests to add # htest # marker for coveragepy and stop tcl errors.
* Issue 3068: Move idlelib.configDialog action button creation into a separateTerry Jan Reedy2014-10-091-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 Reedy2014-08-041-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 Reedy2014-07-301-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 Reedy2014-07-271-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 Reedy2014-07-151-3/+9
|
* Issue #21477: Add htests for GrepDialog, UndoDelegator, and configDialog.Terry Jan Reedy2014-05-291-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 forNed Deily2014-03-281-1/+1
| | | | non-framework builds and for all variants of Tk.
* Issue #17721: Remove non-functional configuration dialog help button until weTerry Jan Reedy2014-01-271-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 Svetlov2012-12-241-4/+7
| | | | Patch Serhiy Storchaka.
* Issue #15853: Prevent IDLE crash on OS X when opening Preferences menuNed Deily2012-10-221-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 Reedy2012-05-261-2/+4
| | | | Patch by Roger Serwy.
* #7092: Drop the cmp argument.Florent Xicluna2010-04-021-6/+1
|
* #7092: Fix additional "-3" warnings in the idlelib package, and convert to ↵Florent Xicluna2010-04-021-7/+7
| | | | absolute imports.
* replace has_key with 'in' operatorBenjamin Peterson2009-10-091-5/+5
|
* #6076 Add a title to the IDLE Preferences window.Amaury Forgeot d'Arc2009-07-151-0/+1
|
* Fixes issues 3883 and 5194Ronald Oussoren2009-03-041-4/+12
|
* Tkinter rename reversal: remove tkinter package, adapt imports and docs.Georg Brandl2008-05-201-4/+2
|
* Tkinter rename, step 2: fix imports and add stub modules.Georg Brandl2008-05-161-2/+4
|
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+1
|
* Configured selection highlighting colors were ignored; updating highlightingKurt B. Kaiser2008-02-151-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. Kaiser2007-12-281-20/+22
|
* check in Tal Einat's update to tabpage.pyKurt B. Kaiser2007-10-301-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. Kaiser2007-10-101-0/+3
|
* configDialog cleanup. Patch 1730217 Tal Einat.Kurt B. Kaiser2007-10-041-40/+42
|
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-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 Brandl2005-07-221-1/+1
|
* Removed ability to configure tabs indent from Options dialog. This 'feature'Kurt B. Kaiser2005-01-311-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. Kaiser2004-11-161-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 configurableRaymond Hettinger2004-06-041-0/+18
|
* M EditorWindow.pyKurt B. Kaiser2004-04-111-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 RoweKurt B. Kaiser2004-03-081-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örwald2004-02-121-2/+2
| | | | From SF patch #852334.