summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-extensions.def
Commit message (Collapse)AuthorAgeFilesLines
* bpo-33642: IDLE: Use variable number of lines in CodeContext. (GH-7106)Cheryl Sabella2018-06-011-4/+1
| | | | | | | | | | Instead of displaying a fixed number of lines, some blank, Code Context now displays the variable number of actual context lines. When there are no context lines, it shows a single blank line to indicate that the feature is turned on. The Code Context configuration option is changed from 'numlines' (default 3) to 'maxlines' (default 15) to avoid possible interference between user settings for the old and new versions of Code Context.
* bpo-31480: IDLE - fix tests to pass with zzdummy extension disabled. (#3590)Terry Jan Reedy2017-09-141-1/+1
| | | Enabled by default was a temporary expedient. The fix is to add a user override to enable.
* bpo-27099: IDLE - Convert built-in extensions to regular features (#2494)wohlganger2017-09-101-66/+32
| | | | | | | | | | | | | | | | | | | | | About 10 IDLE features were implemented as supposedly optional extensions. Their different behavior could be confusing or worse for users and not good for maintenance. Hence the conversion. The main difference for users is that user configurable key bindings for builtin features are now handled uniformly. Now, editing a binding in a keyset only affects its value in the keyset. All bindings are defined together in the system-specific default keysets in config- extensions.def. All custom keysets are saved as a whole in config- extension.cfg. All take effect as soon as one clicks Apply or Ok. The affected events are '<<force-open-completions>>', '<<expand-word>>', '<<force-open-calltip>>', '<<flash-paren>>', '<<format-paragraph>>', '<<run-module>>', '<<check-module>>', and '<<zoom-height>>'. Any (global) customizations made before 3.6.3 will not affect their keyset- specific customization after 3.6.3. and vice versa. Inital patch by Charles Wohlganger, revised by Terry Jan Reedy.
* Issue #20577: move configuration of FormatParagraph extension to new extensionTerry Jan Reedy2014-12-161-0/+1
| | | | configuration dialog. Patch by Tal Einat.
* Issue #3068: Change 0/1 to False/True so that extension configure dialog canTerry Jan Reedy2014-10-141-58/+60
| | | | | easily recognize and display boolean values as such and recognize changes. Also reformat comments and alphabetize extensions included with Idle.
* Issue #14997: disable <F5> in idle shell window.Andrew Svetlov2012-10-041-0/+2
| | | | Thanks to Roger Serwy for patch.
* Issue 5150: Add rstrip() menu option to IDLE.Raymond Hettinger2009-05-291-0/+6
|
* Default two second delay on attribute pop-up, less noisy interface.Kurt B. Kaiser2005-11-221-1/+1
| | | | (Opens immediately if TAB is typed after '.')
* Merge IDLE-syntax-branch r39668:41449 into trunkKurt B. Kaiser2005-11-181-9/+17
| | | | | | | | | | | | | | | | 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
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-061-12/+19
| | | | | | | | | | | | The visibility state of the code context pane is now persistent between sessions and the pane does not appear in the shell window. M CodeContext.py M EditorWindow.py M NEWS.txt M PyShell.py M config-extensions.def M configHandler.py
* 1. Add an Options menu entry: Code ContextKurt B. Kaiser2004-04-241-7/+11
| | | | | | | | | | 2. Add a <<toggle-code-context>> envent to the [CodeContext] section of config-extensions.def and also a default-on variable, set to 0. 3. Update the help file to include Code Context. M CodeContext.py M config-extensions.def M help.txt
* - New Extension: CodeContext. Provides block structuring hints for codeKurt B. Kaiser2004-04-211-3/+14
| | | | | | | | which has scrolled above an edit window. Patch 936169 Noam Raphael. A CodeContext.py M NEWS.txt M config-extensions.def
* Update to reflect the current status of the configuration system.Kurt B. Kaiser2003-07-161-1/+5
| | | | | | | | | | | | | | | Extensions must still be configured manually and there is currently one set of extension key bindings for all platforms. Bring NEWS.txt up to date. Update CREDITS.txt and idlever.py for release. M NEWS.txt M config-extensions.def M extend.txt M help.txt M idlever.py
* Whitespace NormalizationKurt B. Kaiser2003-05-181-2/+2
| | | | | | Modified Files: config-extensions.def config-highlight.def config-keys.def config-main.def
* M ScriptBinding.pyKurt B. Kaiser2003-01-261-1/+1
| | | | | | | | M config-extensions.def M help.txt 1. Run Script --> Run Module 2. Update IDLE Help file and do more work on format.
* Alt-H was conflicting with the Help menu on Windows.Kurt B. Kaiser2002-12-231-1/+1
| | | | Let's try Alt-2....
* Don't use Alt-Fn or Ctrl-Fn keys, reserved for desktop changes in Unix.Kurt B. Kaiser2002-12-031-17/+11
| | | | | Zoom becomes Alt-H "height" Check Module becomes Alt-X "syntax"
* MERGE DS_RPC_BRANCH into MAIN:Kurt B. Kaiser2002-09-141-15/+0
| | | | | config-extensions.def AutoIndent merged 21Jul
* Rework the code to have only the GvR RPC. Output from execution of userKurt B. Kaiser2002-06-121-10/+10
| | | | code is directed to the Shell.
* improvement to keybinding re-use checkSteven M. Gava2002-02-111-0/+1
|
* changeover to new keybinding configuration implementationSteven M. Gava2002-01-191-3/+46
|
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-3/+3
| | | | further devel of highlight handling
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-3/+0
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* start of new config handling stuffSteven M. Gava2001-09-241-0/+34