.\" ES - Example Start - indents and turns off line fill .de ES .RS .nf .. .\" EE - Example End - ends intend and turns line fill back on .de EE .RE .fi .. .TH Agide 1 "2003 Mar 4" .SH NAME agide, the A-A-P GUI IDE .SH SYNOPSIS .na .br .B agide [--help|--version|activity] .ad .SH DESCRIPTION .B Agide is an Integrated Development Environment that is made out of separate tools. .B Agide provides the framework for the tools to work together. .PP For recent info see the A\-A\-P web site: .br http://www.A\-A\-P.org/ .SH OPTIONS .B Agide can be started without an argument. This will open the main window, in which you can open an activity to work on. .PP .ES agide activity .EE .PP This will start .B Agide and open the specified activity. This can be an A-A-P recipe, a source file, an executable, or anything else for which a tool exists. .PP .ES agide --version .EE .PP This will print version information and exit. .PP .ES agide --help .EE .PP This will show the possible arguments and exit. .SH FILES .TP 15 ~/.aap/agide.cnf The .B Agide configuration file. Contains the list of recently opened activities. Additional lines can be used to specify commands to be used, using an escape character (hex 0x1b) to separate the key from the value: .br GvimTool/program - the program to run for GvimTool, default is "gvim". .br DebutTool/program - the program to run for DebugTool, default is "gdb". .SH AUTHOR Project leader for A\-A\-P is Bram Moolenaar . .SH BUGS Probably. Not everything has been properly tested.