cf2d76daca
* NEW: WARNING! The bytecode has changed, so every project needs to be recompiled. [DEVELOPMENT ENVIRONMENT] * NEW: A new project option to use the terminal emulator of the current desktop instead of the built-in output window. * BUG: "svn update" is now run non-interactive. [WIKI CGI SCRIPT] * NEW: {html ... } is a new section to put verbatim HTML inside a page. [INTERPRETER] * BUG: Fix a possible bug in the FreeBSD way of opening a pseudo-terminal when running an external process. * NEW: External process can have a custom environment. * BUG: Some forgotten FreeBSD patch. * NEW: The hidden "-f" option now takes as argument the name of the debug fifo file without the extension. This is needed as now the IDE can put a terminal emulator between the debugged process and itself. [COMPILER] * NEW: New syntax for the EXEC and SHELL instruction. Now the WITH keyword can introduce an array of string, each of one being an environment variable "NAME=VALUE". [GB.DEBUG] * NEW: Debug.Start() now returns the name of the debug fifo, without the extension. git-svn-id: svn://localhost/gambas/trunk@1971 867c0c6c-44f3-4631-809d-bfa615b0a4ec
33 lines
898 B
XML
33 lines
898 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 2.99.0 (r1964)
|
|
Title=Gambas 3
|
|
Startup=Project
|
|
StackTrace=1
|
|
Icon=img/logo/new-logo.png
|
|
Version=2.99.0
|
|
VersionProgram=gbx3 -V
|
|
Component=gb.image
|
|
Component=gb.qt
|
|
Component=gb.form
|
|
Component=gb.debug
|
|
Component=gb.desktop
|
|
Component=gb.eval
|
|
Component=gb.form.dialog
|
|
Component=gb.settings
|
|
Component=gb.form.mdi
|
|
Component=gb.qt.ext
|
|
Description="Integrated Development Environment for Gambas"
|
|
Authors="Benoît Minisini\nFabien Bodard\nCharlie Reinl\nJosé Luis Redrejo\nRobert Rowe"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en
|
|
KeepDebugInfo=1
|
|
Maintainer=gambas
|
|
Address=gambas@users.sourceforge.net
|
|
License=General Public Licence
|
|
Systems=mandriva,slackware,autotools
|
|
Menus=Office/Accessories,Audio Video/Audio Video Editing,
|
|
Categories=Office;Utility,AudioVideo;AudioVideoEditing,
|
|
Groups=Accessibility,Applications,
|
|
ExtraDependencies=,,
|
|
ExtraAutoconfTest="## coucou\n"
|