-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
58 lines (36 loc) · 1.27 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
IdleX - IDLE Extensions for Python
==================================
Version 1.13
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.