Difference between revisions of "Gambas"
Jump to navigation
Jump to search
(→Pages: two more subpages) |
(extracted "questions" and "flaws" to subpages) |
||
Line 14: | Line 14: | ||
==Pages== | ==Pages== | ||
* [[/class authoring]] | * [[/class authoring]] | ||
+ | * [[/flaws]] | ||
+ | * [[/questions]] answered and unanswered | ||
* [[/reference]] | * [[/reference]] | ||
** [[/inheritance]] | ** [[/inheritance]] | ||
* [[/virtual class]] | * [[/virtual class]] | ||
− | + | ==How To== | |
+ | * '''Responding to right-clicks''': the standard Click event also responds to right-clicks | ||
+ | * '''Showing a pop-up menu''': ''still looking into this...'' | ||
==Reference== | ==Reference== | ||
* [http://gambas.sourceforge.net/ Gambas homepage] | * [http://gambas.sourceforge.net/ Gambas homepage] | ||
Line 27: | Line 31: | ||
===resources=== | ===resources=== | ||
* [irc://irc.freenode.net/#gambas Gambas] IRC channel | * [irc://irc.freenode.net/#gambas Gambas] IRC channel | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
==Notes== | ==Notes== | ||
* The Help system appears to be wiki-based, possibly feeding directly off the Gambas wiki -- so any errors found can be corrected by anyone, in theory. Not sure how easy this is in practice. (Edit buttons do not appear in the Help app, so you would have to find the correct page on the wiki, and get editing permission from the webmaster.) | * The Help system appears to be wiki-based, possibly feeding directly off the Gambas wiki -- so any errors found can be corrected by anyone, in theory. Not sure how easy this is in practice. (Edit buttons do not appear in the Help app, so you would have to find the correct page on the wiki, and get editing permission from the webmaster.) |
Revision as of 16:08, 1 July 2013
About
Gambas is a programming language and IDE.
It is:
- intended to fill the same niche as VB, though not intended to be code-compatible
- currently only available for Linux and other Unix-derivatives (there is a partially-functioning Windows version)
- open-source
Pages
- /class authoring
- /flaws
- /questions answered and unanswered
- /reference
- /virtual class
How To
- Responding to right-clicks: the standard Click event also responds to right-clicks
- Showing a pop-up menu: still looking into this...
Reference
- Gambas homepage
- official documentation (on the Gambas wiki): version 2; version 3
- Wikipedia
- Wikibooks
- tutorials (English, Spanish)
- Linux Basic forum: ostensibly for "the new breed of Basics coming out for the Linux operating system", but the focus seems to be mostly (or entirely) on Gambas
resources
- Gambas IRC channel
Notes
- The Help system appears to be wiki-based, possibly feeding directly off the Gambas wiki -- so any errors found can be corrected by anyone, in theory. Not sure how easy this is in practice. (Edit buttons do not appear in the Help app, so you would have to find the correct page on the wiki, and get editing permission from the webmaster.)