4faa9876bf
* BUG: Fix initial focus of welcome dialog. [INTERPRETER] * BUG: Release standard i/o File objects before cleaning up the classes, to avoid an incorrect "circular reference" message. [GB.GTK] * NEW: Link to the pthread library explicitly. * NEW: WAIT inside a keybord handler does not raise an error anymore. It just print a warning message and does nothing. [GB.GTK3] * NEW: Link to the pthread library explicitly. * NEW: WAIT inside a keybord handler does not raise an error anymore. It just print a warning message and does nothing. [GB.UTIL] * NEW: Date.EasterDay returns the Easter day of a specific year. [GB.QT4] * NEW: Link to the pthread library explicitly. * NEW: WAIT inside a keybord handler does not raise an error anymore. It just print a warning message and does nothing. [GB.QT4.EXT] * NEW: Editor.Font property now can take any font in the IDE. git-svn-id: svn://localhost/gambas/trunk@6754 867c0c6c-44f3-4631-809d-bfa615b0a4ec
19 lines
487 B
XML
19 lines
487 B
XML
# Gambas Project File 3.0
|
|
# Compiled with Gambas 3.6.90
|
|
Title=HTML highlighting with the editor control
|
|
Startup=FEditor
|
|
Icon=editor.png
|
|
Version=1.0.0
|
|
Component=gb.image
|
|
Component=gb.qt4
|
|
Component=gb.qt4.ext
|
|
Description="Syntax highlighting example\n\nThis example shows how to use the Editor control with custom highlighting."
|
|
TabSize=2
|
|
Translate=1
|
|
Language=fr
|
|
Maintainer=benoit
|
|
Vendor=Example
|
|
Address=benoit@localhost
|
|
License=General Public Licence
|
|
Packager=1
|
|
Screenshot=2014-12-17.png
|