Provided by: gambas3-ide_3.14.3-2ubuntu3.1_all bug

NAME

       gambas3 - GAMBAS Integrated Development Environment

SYNOPSIS

       gambas3 [--cleanup] <project directory> [<project file> ...]

       gambas3 [-V] [-L] [-h] [<any file>]

DESCRIPTION

       Gambas  is,  before  all, a Basic language with object extensions.  A program written with
       Gambas is a set of files.  Each file  describes  a  class,  in  terms  of  object-oriented
       programming.   The  class  files are compiled, then executed by an interpreter.  From this
       point of view, it is very inspired by Java.

       Gambas is made up of the following programs:

           * A compiler.
           * An interpreter.
           * An archiver.
           * A component system consisting of pure Gambas and native components,
             including graphical user interface components.
           * This integrated development environment.

       The integrated development environment is written with Gambas itself, so that it can  show
       the abilities of the language.  And it is very useful for debugging!

       gambas3 starts the Integrated Development Environment.

OPTIONS

       --cleanup
              Cleans  the  project  directory  up  (i.e. removes temporary, generated, and backup
              files).

       -V, --version
              Displays the program's version.

       -L, --license
              Displays the program's license.

       -h, --help
              Displays help information.

NOTES

       Updated  source  code  and   most   documentation   about   Gambas   can   be   found   at
       http://gambas.sf.net.   This  site  has a wiki with documentation about the language.  The
       IDE's options have a tool to download parts of the wiki and make them available offline.

BUGS

       Bugs are filed at http://gambaswiki.org/bugtracker.

SEE ALSO

       gba3(1), gbc3(1), gbh3(1), gbi3(1), gbr3(1), gbs3(1), gbw3(1), gbx3(1)