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). default0.8.1
taleinat
9 months ago

 NB: This is not the latest revision. For the latest view, go to tip.

View at rev
IDLE-Spoon /
filename size last modified message
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

README

IDLE is Python's Tkinter-based Integrated DeveLopment Environment.

IDLE emphasizes a lightweight, clean design with a simple user interface.
Although it is suitable for beginners, even advanced users will find that
IDLE has everything they really need to develop pure Python code.

IDLE features a multi-window text editor with multiple undo, Python colorizing,
and many other capabilities, e.g. smart indent, call tips, and autocompletion.

The editor has comprehensive search functions, including searching through
multiple files.  Class browsers and path browsers provide fast access to
code objects from a top level viewpoint without dealing with code folding.

There is a Python Shell window which features colorizing and command recall.

IDLE executes Python code in a separate process, which is restarted for each
Run (F5) initiated from an editor window.  The environment can also be 
restarted from the Shell window without restarting IDLE.

This enhancement has often been requested, and is now finally available.  The
magic "reload/import *" incantations are no longer required when editing and
testing a module two or three steps down the import chain.

(Personal firewall software may warn about the connection IDLE makes to its
subprocess using this computer's internal loopback interface.  This connection
is not visible on any external interface and no data is sent to or received
from the Internet.)

It is possible to interrupt tightly looping user code, even on Windows.

Applications which cannot support subprocesses and/or sockets can still run
IDLE in a single process.

IDLE has an integrated debugger with stepping, persistent breakpoints, and call
stack visibility.

There is a GUI configuration manager which makes it easy to select fonts,
colors, keybindings, and startup options.  This facility includes a feature
which allows the user to specify additional help sources, either locally or on
the web.

IDLE is coded in 100% pure Python, using the Tkinter GUI toolkit (Tk/Tcl)
and is cross-platform, working on Unix, Mac, and Windows.

IDLE accepts command line arguments.  Try idle -h to see the options.


If you find bugs or have suggestions, let us know about them by using the
Python Bug Tracker:

http://sourceforge.net/projects/python

Patches are always appreciated at the Python Patch Tracker, and change
requests should be posted to the RFE Tracker.

For further details and links, read the Help files and check the IDLE home
page at

http://www.python.org/idle/

There is a mail list for IDLE: idle-dev@python.org.  You can join at

http://mail.python.org/mailman/listinfo/idle-dev