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.

The document is not fully linked and is a bit broken.

-Lee

AIE Help

  1. Introduction
  2. Feature List
  3. Using AIE
    1. Menu Commands
    2. Configuring AIE
    3. Using Core Plugins
      1. Differ
      2. TimePilot Lite
  4. Advanced Tweaking
    1. Writing AIE Macros
    2. Writing AIE Plugins
  5. To-Do List

Introduction

AIE (Attack Integrated Envoronment) is a development envoronment for software engineers, although people in other fields may find this tool useful. It mainly provides advanced capabilities for editing text files, namely source code. It provides syntax highlighting for the major programming languages.

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

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)