Shell   02-09-2021, 16:24
#1
Buenas!.

¿ No os parece muy breve las opciones que tiene ?. Habría que saber cual se quiere ampliar.
Ya que realmente todos tienen opciones.

gambas3:
Cita:$ gambas3 [<project directory> [<project file> ...]]
       
  Open the IDE with the specific project, optionally opening the specified project files.
  If no argument is specified, open the IDE with a nice welcome dialog.

$ gambas3 <any file>

  Open the IDE for editing the specified file if the IDE has an editor for it.

$ gambas3 --cleanup <project directory>

  Clean the project directory up (i.e. remove temporary, generated, and backup files).

$ gambas3 --version | -V

  Display Gambas version.

$ gambas3 --license | -L

  Display Gambas license.

$ gambas3 --help

  Display this help.

gbc3: El compilador
 
Cita:Compile Gambas projects into architecture-independent bytecode.

Usage: gbc3 [options] [<project directory>]

Options:
  -a  --all                  compile all
  -e  --translate-errors     display translatable error messages
  -g  --debug                add debugging information
  -h  --help                 display this help
  -L  --license              display license
  -m  --public-module        module symbols are public by default
  -p  --public-control       form controls are public
  -r  --root <directory>     gives the gambas installation directory
  -s  --swap                 swap endianness
  -t  --translate            output translation files and compile them if needed
  -v  --verbose              verbose output
  -V  --version              display version
  -w  --warnings             display warnings
  -x  --exec                 executable mode (define the 'Exec' preprocessor constant and remove assertions)

gba3. Archivador, algo raro el nombre. Debe ser algo como el "linkeador". Rolleyes
 
Cita:Create a standalone one-file executable from a Gambas project.
Or extract a specific file from a Gambas executable (-x option).

Usage: gba3 [options] [<project directory>]
       gba3 -x <archive path> <file>

Options:
  -h  --help                 display this help
  -L  --license              display license
  -o  --output=ARCHIVE       archive path [<project directory>/<project name>.gambas]
  -s  --swap                 swap endianness
  -v  --verbose              verbose output
  -V  --version              display version
  -x  --extract=ARCHIVE      archive path

Etc,etc..

Supongamos que el entorno de desarrollo no funciona por algún motivo y quieras probar opciones desde línea de comandos.
Por decir algo, elegir si quieres gnome o qt al iniciar el editor desde línea de comandos. No se contemplará.

Supongo que las aplicaciones de formulario se les acorta esa posibilidad. Por un lado facilitando al desarrollador no tener
que hacer ciertas funciones. Por otro lado...haciendo más tonto al desarrollador... Big Grin ...ups,  había olvidado que los
desarrolladores suelen ser cada vez más cómodos. Wink

Saludos

"El conocimiento es la mejor inversión que se puede hacer" - Abraham Lincoln
  
Usuarios navegando en este tema: 1 invitado(s)
Powered By MyBB, © 2002-2025 MyBB Group.
Made with by Curves UI.