d1873301d0
* BUG: Fix the display of arrangement icons. * OPT: Keep a reference on the root control is the form editor. * BUG: Loading recent files should never crash anymore now. * BUG: Start fixing project creation. [INTERPRETER] * BUG: Don't load a component if its name is the same as the main project. [GB.QT4] * BUG: Mouse buttons properties work again during a MouseRelease event. git-svn-id: svn://localhost/gambas/trunk@2924 867c0c6c-44f3-4631-809d-bfa615b0a4ec
22 lines
305 B
Text
22 lines
305 B
Text
_project
|
|
@IF CONSOLE OR GAME OR WEB
|
|
@IF COMPONENT
|
|
CClass.class
|
|
MTest.module
|
|
@ELSE
|
|
MMain.module
|
|
@ENDIF
|
|
@ENDIF
|
|
@IF GRAPHIC
|
|
@IF COMPONENT
|
|
CControl.class
|
|
CContainer.class
|
|
FTest.class
|
|
FTest.form
|
|
.hidden/control/ccontrol.png
|
|
.hidden/control/ccontainer.png
|
|
@ELSE
|
|
FMain.class
|
|
FMain.form
|
|
@ENDIF
|
|
@ENDIF
|