[Gambas-devel-svn] SF.net SVN: gambas:[7129] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-06-11 23:53:55
|
Revision: 7129 http://sourceforge.net/p/gambas/code/7129 Author: gambas Date: 2015-06-11 23:53:52 +0000 (Thu, 11 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Current highlighting theme is now part of the configuration. * NEW: Use the new CloseButton property of the TabPanel control. [GB.FORM] * NEW: TabPanel.CloseButton is a new property that displays a global close button inside the tab bar. That button raises the CloseAll event. [GB.FORM.EDITOR] * NEW: The Margin event is now raised when the user clicks inside the margin, not when it clicks twice. [GB.FORM.MDI] * NEW: Workspace.CloseAll() is new method that closes all workspace windows. * NEW: Workspace has now a global close button. * BUG: Workspace: fix layout routine when the Border property is set. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/CStyle.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/MTheme.module gambas/trunk/app/src/gambas3/.src/Options/FOption.class gambas/trunk/app/src/gambas3/.src/Options/FOption.form gambas/trunk/app/src/gambas3/.src/Search/FSearch.form gambas/trunk/app/src/gambas3/theme/amber gambas/trunk/app/src/gambas3/theme/quick gambas/trunk/app/src/gambas3/theme/sapphire gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Main.module gambas/trunk/comp/src/gb.form/.src/Stock.class gambas/trunk/comp/src/gb.form/.src/TabPanel/TabPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.class gambas/trunk/comp/src/gb.form/.src/Test/FTabPanel.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.mdi/.info gambas/trunk/comp/src/gb.form.mdi/.project gambas/trunk/comp/src/gb.form.mdi/.src/FMain.form gambas/trunk/comp/src/gb.form.mdi/.src/Form1.form gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |