Gambas 2.10.0 (2.x branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News Gambas 2.10.0 (2.x branch)
# 1  
Old 12-29-2008
Gambas 2.10.0 (2.x branch)

ImageGambas is a graphical development environment based on a Basic interpreter, like Visual Basic. It uses the Qt toolkit, but is able to use any other toolkit that a module is written for. License: GNU General Public License (GPL)Changes:
Crashes in the IDE property sheet, in the debugger, and in form save were fixed. Automatic completion now works correctly on lines having non-ASCII characters. Dir() and RDir() now work correctly on relative paths. SUPER now works inside overridden static methods. String and BLOB quoting in the PostgreSQL component are fixed. Sockets will not take 100% CPU anymore. Startup forms hidden at design time are not shown automatically anymore. The XSLT component works again. Many bugs were fixed in the GTK+ component.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GSF(1)								       GNOME								    GSF(1)

NAME
gsf-vba-dump - extract Visual Basic for Applications macros SYNOPSIS
gsf-vba-dump [FILE]... DESCRIPTION
This manual page briefly documents the gsf-vba-dump command. Various Microsoft binary data formats, including Excel (.xls), Word (.doc) and PowerPoint (.ppt) can embed macro code streams. These macro streams are in P-code (intermediate language) compiled from Visual Basic for Applications (VBA). The gsf-vba-dump utility extracts these macro streams. BUGS
Macro extraction from Powerpoint (.ppt) files has not been implemented yet. LICENSE
gsf-vba-dump is licensed under the terms of version 2.1 of the GNU Lesser General Public License (LGPL) as published by the Free Software Foundation. For information on this license look at the source code that came with the software or see the GNU project page <http:// www.gnu.org>. AUTHORS
gsf-vba-dump's primary author is Jody Goldberg <jody@gnome.org>. The initial version of this manpage was written by J.H.M. Dassen (Ray) <jdassen@debian.org>. SEE ALSO
gnumeric(1) The Gnumeric homepage <http://www.gnome.org/projects/gnumeric/>. The GNOME project page <http://www.gnome.org/>. Wikipedia, Visual Basic for Applications <http://en.wikipedia.org/wiki/Visual_Basic_for_Applications>. gsf March 16, 2008 GSF(1)