mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
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/
|