[Gambas-devel-svn] SF.net SVN: gambas: [1254] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2008-03-25 17:20:32
|
Revision: 1254 http://gambas.svn.sourceforge.net/gambas/?rev=1254&view=rev Author: gambas Date: 2008-03-25 10:19:59 -0700 (Tue, 25 Mar 2008) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Procedure folding is usable now. Use CTRL+ENTER and CTRL+SHIT+ENTER to expand or collapse a procedure in the IDE editor. [GB.GTK] * BUG: Fix the Key.Enter keyboard constant value. * BUG: The AutoResize property of containers now takes the Padding property into account in all cases. [GB.QT] * BUG: The AutoResize property of containers now takes the Padding property into account in all cases. [GB.QT.EXT] * NEW: Procedure folding fixes and enhancements in Editor. * NEW: Editor interface has changed. * NEW: Editor highlight styles got a new Background property for defining the background color of a token. It can be Color.Transparent: then no background is drawn in that case. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/CComponent.class gambas/trunk/app/src/gambas3/Design.module gambas/trunk/app/src/gambas3/FCompletion.class gambas/trunk/app/src/gambas3/FEditor.class gambas/trunk/app/src/gambas3/FFind.class gambas/trunk/app/src/gambas3/FOutput.class gambas/trunk/app/src/gambas3/Project.module gambas/trunk/app/src/gambas3/authors.txt gambas/trunk/gb.gtk/src/CKey.cpp gambas/trunk/gb.qt/share/gb.form.arrangement.h gambas/trunk/gb.qt/src/ext/CEditor.cpp gambas/trunk/gb.qt/src/ext/CEditor.h gambas/trunk/gb.qt/src/ext/gdocument.cpp gambas/trunk/gb.qt/src/ext/gdocument.h gambas/trunk/gb.qt/src/ext/gview.cpp gambas/trunk/gb.qt/src/ext/gview.h gambas/trunk/gb.qt/src/ext/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |