gambas-source-code/app/examples/Networking/WebBrowser/.project
Benoît Minisini cb679e9505 [GB.FORM.EDITOR]
* NEW: TextEditor: Disable highlighting between Begin() and End(), and do 
  it later, just after the last End() has been called. That makes the IDE 
  "replace all" tool work correctly!


git-svn-id: svn://localhost/gambas/trunk@7177 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-07-10 22:38:35 +00:00

26 lines
643 B
XML

# Gambas Project File 3.0
# Compiled with Gambas 3.7.90
Title=Light browser based on WebKit component
Startup=FBrowser
Icon=icon.png
Version=1.0.3
Component=gb.image
Component=gb.qt4
Component=gb.form
Component=gb.desktop.x11
Component=gb.desktop
Component=gb.form.dialog
Component=gb.qt4.webkit
Description="Light browser based on the QT4 or QT5 Webkit component"
TabSize=2
Translate=1
Language=fr
Maintainer=benoit
Vendor=Example
Address=benoit@desnouettes
License=General Public Licence
Packager=1
Systems=mandriva
Menus=mandriva:"More Applications/Development/Other"
Groups=mandriva:"Development/Other"
Tags=Network,Web,WebBrowser,Example