taleinat / IDLE-Spoon
IDLE-spoon is a fork (spoon) of mainstream IDLE, which improves on existing features and adds new features. This is done while keeping in sync with mainstream IDLE, maintaining backwards compatibility with Python version since 2.3, and remaining simple and clean. See the Wiki for further info.
Clone this repository (size: 348.3 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/taleinat/idle-spoon/
| commit 92: | a23c047d1a1b |
| parent 91: | 72a534e3e284 |
| child 93: | d874ea81fad7 |
SearchBar - added a workaround for a Tkinter bug which has been fixed but still exists in widely used older versions of Python (such as 2.6.0).
NB: This is not the latest revision. For the latest view, go to tip.
| filename | size | last modified | ||
|---|---|---|---|---|
| Icons | ||||
| AutoComplete.py | 9.7 KB | 12 months ago | CPython Issue #5341: Fix a variety of spelling errors. | |
| AutoCompleteWindow.py | 17.0 KB | 22 months ago | More refactoring of AutoComplete.py and AutoCompleteWindow.p | |
| AutoExpand.py | 2.5 KB | 2 years ago | Tweak AutoExpand to always make the inserted text in view. | |
| Bindings.py | 3.6 KB | 12 months ago | Some OSX specific fixes from CPython. | |
| CREDITS.txt | 1.8 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| CallTipWindow.py | 8.0 KB | 2 years ago | Update CallTips including following changes: | |
| CallTips.py | 9.2 KB | 12 months ago | CPython Issue #5341: Fix a variety of spelling errors. | |
| ClassBrowser.py | 6.4 KB | 2 years ago | Use idleConf.CurrentTheme() wherever applicable | |
| CodeContext.py | 8.1 KB | 2 years ago | CodeContext - Improved text indentation. SourceForge patch… | |
| ColorDelegator.py | 10.2 KB | 2 years ago | Use idleConf.CurrentTheme() wherever applicable | |
| Debugger.py | 15.9 KB | 2 years ago | Remove use of deprecated functions from the string module | |
| Delegator.py | 1.0 KB | 2 years ago | Part of Percolator update: forgot to commit Delegator.py in… | |
| EditorWindow.py | 62.2 KB | 9 months ago | Merge from CPython trunk: | |
| FileList.py | 3.7 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| FormatParagraph.py | 5.7 KB | 2 years ago | The format_paragraph_event method was not returning… | |
| GrepDialog.py | 4.1 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| HyperParser.py | 10.3 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| IOBinding.py | 20.4 KB | 22 months ago | ||
| IdleHistory.py | 3.1 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| MultiCall.py | 17.3 KB | 12 months ago | Some OSX specific fixes from CPython. | |
| MultiStatusBar.py | 821 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| NEWS.txt | 27.0 KB | 9 months ago | Avoid crashing IDLE when trying to print configuration… | |
| ObjectBrowser.py | 4.2 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| OutputWindow.py | 4.3 KB | 9 months ago | ||
| ParenMatch.py | 6.6 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| PathBrowser.py | 2.6 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| Percolator.py | 4.5 KB | 2 years ago | Reworked Percolators: | |
| PyParse.py | 19.6 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| PyShell.py | 51.2 KB | 9 months ago | Merge from CPython trunk: | |
| README.txt | 2.6 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| RemoteDebugger.py | 11.7 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| RemoteObjectBrowser.py | 965 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| ReplaceDialog.py | 5.2 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| RstripExtension.py | 824 B | 9 months ago | Merge from CPython trunk. | |
| ScriptBinding.py | 7.8 KB | 16 months ago | minor update to dialog boxes standardization to match patch… | |
| ScrolledList.py | 4.0 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| SearchBar.py | 24.8 KB | 9 months ago | Added the SearchBar extension. | |
| SearchDialog.py | 2.0 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| SearchDialogBase.py | 4.4 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| SearchEngine.py | 6.8 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| Squeezer.py | 11.3 KB | 2 years ago | Fix silly typo in Squeezer.py - missing tab before… | |
| StackViewer.py | 3.9 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| TODO.txt | 8.5 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| ToolTip.py | 2.8 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| TreeWidget.py | 15.3 KB | 2 years ago | Use idleConf.CurrentTheme() wherever applicable | |
| UndoDelegator.py | 10.4 KB | 2 years ago | Reworked Percolators: | |
| WidgetRedirector.py | 4.4 KB | 2 years ago | Fixed CPython Issue #1649: IDLE error: dictionary changed… | |
| WindowList.py | 2.5 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| WindowSearchEngine.py | 14.1 KB | 9 months ago | SearchBar - added a workaround for a Tkinter bug which has… | |
| ZoomHeight.py | 1.3 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| __init__.py | 38 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| aboutDialog.py | 6.8 KB | 2 years ago | Major textView code cleanup | |
| config-extensions.def | 3.3 KB | 9 months ago | Added the SearchBar extension. | |
| config-highlight.def | 1.7 KB | 2 years ago | Remove "IDLE New" highlighting scheme (was identical to "IDL… | |
| config-keys.def | 7.7 KB | 2 years ago | Added "Paste Code" menu option | |
| config-main.def | 2.5 KB | 2 years ago | Remove the FormatParagraph extension from the main config… | |
| configDialog.py | 54.9 KB | 12 months ago | Some OSX specific fixes from CPython. | |
| configExtensionsDialog.py | 9.6 KB | 22 months ago | Add extension config dialog | |
| configHandler.py | 29.0 KB | 9 months ago | Avoid crashing IDLE when trying to print configuration… | |
| configHelpSourceEdit.py | 6.8 KB | 2 years ago | Use sys.platform.lower().startswith('win') instead of… | |
| configSectionNameDialog.py | 3.7 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| dynOptionMenuWidget.py | 1.3 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| extend.txt | 3.6 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| help.txt | 11.0 KB | 9 months ago | ||
| idle.bat | 130 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| idle.py | 411 B | 9 months ago | Merge from CPython trunk: | |
| idle.pyw | 685 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| idlever.py | 24 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| keybindingDialog.py | 12.4 KB | 12 months ago | Some OSX specific fixes from CPython. | |
| macosxSupport.py | 4.7 KB | 9 months ago | Merge from CPython trunk: | |
| rpc.py | 20.4 KB | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| run.py | 11.2 KB | 2 years ago | Don't throw an exception if sys.exitfunc isn't found. | |
| tabbedpages.py | 18.3 KB | 22 months ago | just whitespace | |
| testcode.py | 264 B | 2 years ago | Created IDLE-spoon project page at Google Code, initialized… | |
| textView.py | 3.3 KB | 2 years ago | Major textView code cleanup |
