gambas-source-code/app/other/MakeWebSite/.project
Benoît Minisini 1937a67353 [DEVELOPMENT ENVIRONMENT]
* NEW: Pressing SHIFT with the RETURN key prevents automatic variable 
  declaration.
* BUG: Automatic variable declaration takes TRY into account.
* BUG: Automatic variable declaration now understands more expressions.
* NEW: Add a filter to the example tab of the open project dialog.

[INTERPRETER]
* NEW: String.UCaseFirst() is a new method that capitalize the first letter
  of an UTF-8 string.

[COMPILER]
* NEW: If a function argument is enclosed with braces, then no warning is
  emitted if it overrides a global symbol.

[GB.FORM]
* BUG: Transparent SidePanel controls do not eat one pixel of their 
  contents anymore.
* NEW: TabPanel draws its focus highlight differently.
* NEW: ScrollArea now draws a shadow only if the corresponding scrollbar is
  visible.


git-svn-id: svn://localhost/gambas/trunk@5128 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2012-09-05 18:36:59 +00:00

22 lines
575 B
XML

# Gambas Project File 3.0
# Compiled with Gambas 3.2.90
Title=Gambas web site generator
Startup=MMain
Icon=html.png
Version=3.2.90
VersionFile=1
Component=gb.image
Component=gb.gui
Description="Generates Gambas web site from html templates and ChangeLog files."
TabSize=2
Translate=1
Language=en
Maintainer=Benoit Minisini
Address=gambas@users.sourceforge.net
License=General Public Licence
CreateEachDirectory=1
Packager=1
Systems=slackware
Menus=slackware:"Development/Web Development"
Categories=slackware:"Development;WebDevelopment"
Groups=slackware:"Development/Tools"