summaryrefslogtreecommitdiffstats
path: root/Lib/idlelib/configHandler.py
Commit message (Collapse)AuthorAgeFilesLines
* Whitespace normalization.Tim Peters2005-01-131-1/+1
|
* Improve error handling when .idlerc can't be created.Kurt B. Kaiser2005-01-111-14/+16
|
* Noam Raphel: Further developemt of CodeContext feature.Kurt B. Kaiser2004-06-061-16/+36
| | | | | | | | | | | | 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
* Add a highlight theme for builtin keywords. Python Patch 805830 Nigel RoweKurt B. Kaiser2004-03-081-0/+2
| | | | | | | | | | | | 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-12/+15
| | | | From SF patch #852334.
* Keybindings with the Shift modifier now work correctly. So do bindingsKurt B. Kaiser2003-11-241-1/+1
| | | | | | | | | | | | | | | | which use the Space key. Limit unmodified user keybindings to the function keys. Python Bug 775353, IDLEfork Bugs 755647, 761557 Improve error handling during startup if there's no Tkinter. M NEWS.txt M PyShell.py M config-keys.def M configHandler.py M keybindingDialog.py Backport candidate.
* Whitespace normalization.Kurt B. Kaiser2003-01-271-2/+2
| | | | | Modified Files: Bindings.py configHandler.py configHelpSourceEdit.py
* M Bindings.pyKurt B. Kaiser2003-01-221-0/+1
| | | | | | | | | | | | | M PyShell.py M config-keys.def M configHandler.py 1. Clear any un-entered characters from input line before printing the restart boundary. 2. Restore the Debug menu: There are now both Shell and Debug menus. 3. Add Control-F6 keybinding to Restart Shell. 4. Clarify PyShell.cancel_check() comment. 5. Update doc string for Bindings.py and re-format the file slightly.
* M Bindings.pyKurt B. Kaiser2003-01-141-18/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | M EditorWindow.py M NEWS.txt M config-main.def M configDialog.py M configHandler.py M configHelpSourceEdit.py M configSectionNameDialog.py - Change default: IDLE now starts with Python Shell. - Removed the File Path from the Additional Help Sources scrolled list. - Add capability to access Additional Help Sources on the web if the Help File Path begins with //http or www. (Otherwise local path is validated, as before.) - Additional Help Sources were not being posted on the Help menu in the order entered. Implement sorting the list by [HelpFiles] 'option' number. - Add Browse button to New Help Source dialog. Arrange to start in Python/Doc if platform is Windows, otherwise start in current directory. - Put the Additional Help Sources directly on the Help menu instead of in an Extra Help cascade menu. Rearrange the Help menu so the Additional Help Sources come last. Update help.txt appropriately. - Fix Tk root pop-ups in configSectionNameDialog.py and configDialog.py
* M AutoExpand.pyKurt B. Kaiser2003-01-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | M Bindings.py M EditorWindow.py M PyShell.py M config-keys.def M configHandler.py M help.txt 1. Annotate the shell window with last restart boundary upon restart. 2. Provide a shell menu entry and hot key (F6) to jump to the last restart boundary. 3. Add a new shell menu feature to restart the shell. 4. Update the help menu to add these features. 5. Update the help menu to put text in same order as the menus. 6. Correct a capitalization inconsistency on the Edit menu: Expand Word 7. Rename the "Debug" menu to be "Shell": it's doing more now. 8. Rearrange the "Shell" menu to make the StackViewer entries adjacent. 9. Add a get_geometry method to EditorWindow, which may be of use in making window positions persisent. 10. Make <ctrl-v> the "Classic Windows" paste key. 11. Restore decorum on the Help menu by removing "Advice". As Guido said, things will never be the same. Thanks, David!
* Whitespace NormalizationKurt B. Kaiser2002-12-311-89/+89
|
* Convert string exceptions to classes, string exceptions are deprecatedNeal Norwitz2002-11-301-5/+10
|
* Fix Bug 612886 copy/paste menu items failKurt B. Kaiser2002-09-261-0/+1
| | | | | | | | | | (cut vs. Cut etc.) Fix Bug 613006 Ctrl-x Unix Binding Clears Selection (do-nothing does something :) Leave some debugging prints behind, commented out M EditorWindow.py M config-keys.def M configHandler.py
* MERGE DS_RPC_BRANCH into MAINKurt B. Kaiser2002-09-141-1/+13
| | | | | configHandler.py AutoIndent merged 21Jul
* add a version of GvR's q&d python idle printing patch,Steven M. Gava2002-06-111-0/+1
| | | | slightly tweaked and modified for the idlefork config system
* First work on making config changes dynamic,Steven M. Gava2002-03-021-2/+8
| | | | dynamic theme changes
* handle user theme and key set deletionSteven M. Gava2002-02-181-2/+8
|
* base GetHighlight on GetThemeDict for better defaultsSteven M. Gava2002-02-111-18/+9
|
* further work on config savingSteven M. Gava2002-02-111-3/+12
|
* further work on config system and config savingSteven M. Gava2002-02-051-6/+40
|
* improve user config dir handlingSteven M. Gava2002-02-011-13/+31
|
* more work on configuration savingSteven M. Gava2002-02-011-4/+28
|
* further work on config savingSteven M. Gava2002-01-291-4/+61
|
* further work on saving configsSteven M. Gava2002-01-241-23/+68
|
* extension config reading by configDialog andSteven M. Gava2002-01-211-4/+5
| | | | beginning of configuration saving
* further work on keybinding configurationSteven M. Gava2002-01-191-6/+95
|
* keybinding configurationSteven M. Gava2002-01-191-1/+0
|
* loading core keybindings via new config system plusSteven M. Gava2002-01-041-7/+27
| | | | further devel of highlight handling
* move core functionality of SearchBindings.py into EditorWindow.py properSteven M. Gava2002-01-041-15/+7
| | | | | adjust configuration sources accordingly move SearchBindings.py into the attic now
* further development of highlighting and editor preference handling,Steven M. Gava2002-01-031-21/+85
| | | | plus misc fixes cleanups for new config system
* further work on new configuration system, specifically,Steven M. Gava2001-12-031-7/+42
| | | | on keybinding configuration
* further config system workSteven M. Gava2001-11-041-1/+10
|
* more work to support new config systemSteven M. Gava2001-11-031-9/+6
|
* more of config dialog reading from filesSteven M. Gava2001-10-291-5/+6
|
* further work supporting reading config dialog values form config files.Steven M. Gava2001-10-261-20/+40
|
* font/tabs config dialog page now reads its data from the config fileSteven M. Gava2001-10-231-15/+34
|
* start of new config handling stuffSteven M. Gava2001-09-241-0/+173