ABOUT THIS DOCUMENT:
This is the incomplete user's guide for an old code editor application I made in Python many years ago.
I have posted it to share information on what it looked like and some of the things that it could do.
-Lee |
AIE provides strong support for Python code development. In fact, you can write plugins for AIE in Python!
AIE is one componement in Attack. Attack is a set of software development applications and libraries.
Feature List
import
statement will attempt to open the documentation for that module if it is registered in the database. (Python Code only).
Using AIE
Menu Commands
Configuring AIE
Advanced Tweaking
Writing AIE Macros
The best way to start is by going to File -> New from Template...
and creating a new AIE.Macro
. This will generate most of the skeleton
code that you need to start working on. You will then want to save the Python code
file in the AIE's macros
directory.
Writing AIE Plugins
The best way to start is by going to File -> New from Template...
and creating a new AIE.Plugin
. This will generate most of the skeleton
code that you need to start working on. You will then want to save the Python code
file in the AIE's plugins
directory.
To-Do List
(REMOVED FROM THIS DOCUMENT VERSION)