IDE Studio 1.4
IDEStudio
is an enhanced version of the standard
Python
Idle
Integrated Development Environment,
using the Tix
extension widgets to Tkinter.
Features
- Embedded Idle Editor,
including:
- syntax highlighting,
- command and method syntax tips,
- integrated graphical class browser,
- integrated graphical debugger;
- Visual class and method inspector of editor files;
- Integrated PYDOC on-line help;
- Intrgrated productivity tools, such as find, grep and execute scripts.
Download
Download IDEStudio from
http://starship.python.net/crew/mike/Idle/.
Binaries are available for Linux and Windows.
Install
To install IDEStudio under Windows, double click on the downloaded
executable file (exe), and follow the instructions from the Install Wizard.
To install IDEStudio under Linux, switch to the directory
where you would like to install IDEStudio, and untar the archive with
tar xvfz idestudio-linux-x86.tar.gz
Then run the command IDEStudio
in the
idi-linux-x86/bin/linux-x86 directory
.
(You must change to the idi-linux-x86/bin/linux-x86 directory.)
To install IDEStudio under Solaris (not yet available), switch to the directory
where you would like to install IDEStudio, and untar the archive with
compress -dc idestudio-solaris-sparc.tar.Z | tar xvf -
Then run the command IDEStudio
in the
idi-solaris-sparc/bin/solaris-sparc
directory. (You must change to the
idi-solaris-sparc/bin/solaris-sparc directory.)
Documentation and Support
No documentation or support for IDEStudio is available at this time.
For help on Idle, consult the reference manual in the Python 2.2 documentation,
and try posting questions to the newsgroup comp.lang.python.
For bug reports or patches on IDEStudio, please consult the
Tixapps User's Forum
TIDE