Home / tmp / IDLE / idlexlib / extensions
Name Modified Size InfoDownloads / Week
Parent folder
CodeBrowser.py 2014-03-15 12.5 kB
_rmenu.py 2014-03-15 231 Bytes
ClearWindow.py 2014-03-15 4.9 kB
CythonScript.py 2014-03-15 13.1 kB
DocViewer.py 2014-03-15 12.2 kB
EventLoop.py 2014-03-15 16.1 kB
Horizontal.py 2014-03-15 2.8 kB
IDLE2HTML.py 2014-03-15 6.7 kB
idlexManager.py 2014-03-15 14.0 kB
IPyIDLE.py 2014-03-15 70.3 kB
LineNumbers.py 2014-03-15 11.9 kB
MultiLineRun.py 2014-03-15 4.9 kB
PastePyShell.py 2014-03-15 8.3 kB
PersistentHistory.py 2014-03-15 3.3 kB
ReindentExtension.py 2014-03-15 13.2 kB
RightClickMenu.py 2014-03-15 3.6 kB
RunSelection.py 2014-03-15 21.7 kB
SearchBar.py 2014-03-15 35.0 kB
Squeezer.py 2014-03-15 13.0 kB
SubCode.py 2014-03-15 46.4 kB
SubCodeToolbar.py 2014-03-15 11.6 kB
TabExtension.py 2014-03-15 30.5 kB
TabHighlight.py 2014-03-15 5.8 kB
Terminal.py 2014-03-15 8.9 kB
ZoomFont.py 2014-03-15 6.3 kB
Totals: 25 Items   377.4 kB 0
IdleX - IDLE Extensions for Python
==================================

Version 1.11.2

developer:   Roger D. Serwy (RDS)
email:       serwy@illinois.edu
web:         http://idlex.sourceforge.net

IdleX works with Python 2.6, 2.7, and 3.x.


Installing IdleX
================

This is optional. You may run idlex.py directly without installing.

  python setup.py install --user


Running IdleX
=============

On Windows:
    1) Extract the contents of the idlex-x.x.zip file.
    2) Double-click "idlex.py" to launch IdleX.
    3) Run "scripts/EditWithIdleX.py" if you want 'Edit with IdleX'
       in the right-click context menu.

On Linux:
    1) Open a terminal.
    2) Change into the idlex directory.
    3) Run:
        $ python idlex.py


Demos
=====

The "demos" directory has several .py files that detail the 
functionality of some of these extensions.

Acknowledgements
================

Acknowledgements may be found in idlexlib/ACKS.txt


Adding Extensions to Standard IDLE
==================================

If you want to include an extension in the standard IDLE,
copy the extension to "idlelib" and then modify
idlelib/config-extensions.def to include the contents
of "config_extension_def" found in the extension source code.


Source: README.txt, updated 2014-03-15