blob: 0e4fbf6c26b33d1b8ff18e48b7941bbd4466a376 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
The A-A-P GUI IDE is a framework in which separate tools can work
together. Like any other Integrated Development Environment it
supports:
* Creating a project
* Building and executing a program
* Browsing files
* Debugging a program while displaying source code
Instead of forming a monolithic application Agide provides
interfaces to plugin existing tools. Currently plugins for Vim
and gdb are operational. You can add your own plugins.
WWW: http://www.agide.org/
|