summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/config-highlight.def
Commit message (Collapse)AuthorAgeFilesLines
* bpo-17535: IDLE editor line numbers (GH-14030)Tal Einat2019-07-231-4/+10
|
* bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)Cheryl Sabella2018-06-021-0/+6
| | | | | | | | | | | | | The difference from before is that the settings are now on the Highlights tab instead of the Extensions tab and only change one theme at a time instead of all themes. The default for light themes is black on light gray, as before. The default for the IDLE Dark theme is white on dark gray, which better fits the dark theme. 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. To stop the warning, go to Options => Configure IDLE => Highlights, select the custom theme if not selected already, select 'Code Context', and select foreground and background colors.
* Issue #24820: Add 'IDLE Dark' text color theme, warning, and solution.Terry Jan Reedy2015-10-041-0/+29
|
* 1. Make builtin foreground Royal Purple instead of Barney Purple.Kurt B. Kaiser2004-03-161-4/+4
| | | | | | | 2. Touch up help.txt M config-highlight.def M help.txt
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-0/+4
| | | | | | | | | | | | 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
* Whitespace NormalizationKurt B. Kaiser2003-05-181-4/+4
| | | | | | Modified Files: config-extensions.def config-highlight.def config-keys.def config-main.def
* 1. Debugger Breakpoints, finish implementationKurt B. Kaiser2002-06-201-4/+4
| | | | | 2. Debugger Clear Breakpoints, implement 3. Nice yellow breakpoints for Chui :)
* further work on config savingSteven M. Gava2002-02-111-4/+4
|
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-22/+0
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-031-17/+43
| | | | plus misc fixes cleanups for new config system
* further config system workSteven M. Gava2001-11-041-2/+2
|
* start of new config handling stuffSteven M. Gava2001-09-241-0/+56