0b928f80ef
* NEW: Use terminal emulator control from gb.form.terminal as console output. * NEW: You cannot search into the terminal output directly anymore. * NEW: A button that opens the terminal output content inside a new IDE editor tab, so that you can search inside, or do anything you want. [WIKI] * NEW: A command-line option to generate offline help. [GB.FORM.TERMINAL] * NEW: TerminalView: ShowScrollBar is a new property that makes the vertical scrollbar always visible. * NEW: TerminalView: Exec() and Shell() methods now take the environment as an optional argument. * NEW: TerminalView: Text is a new read-only property that returns the terminal contents. [GB.WEB.FORM] * BUG: WebButton: Take the Width and Height properties into account correctly. * BUG: WebComboBox: The List property now can take a null value without crashing. * OPT: WebControl: Setting most of properties without changing their value now does nothing. * BUG: WebLabel: The Alignment property is correctly declared now. * NEW: WebProgressBar: A new control that displays a progress bar. * NEW: WebTable: Select is a new event that is raised when the WebTable selection changes. * NEW: WebUploadArea: A new container that selects a local file when the user clicks on it, and that allows to upload it to the server. git-svn-id: svn://localhost/gambas/trunk@7750 867c0c6c-44f3-4631-809d-bfa615b0a4ec
13 lines
287 B
XML
13 lines
287 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.8.90
|
|
Title=Pong
|
|
Startup=MMain
|
|
Icon=pong.png
|
|
Version=3.6.2
|
|
Component=gb.ncurses
|
|
Description="The Pong game as a gb.ncurses example."
|
|
Authors="(C) 2013 Tobias Boege <tobias@gambas-buch.de>"
|
|
TabSize=2
|
|
Translate=1
|
|
Language=en_GB
|
|
Packager=1
|