[Gambas-devel-svn] SF.net SVN: gambas:[6324] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2014-06-17 11:44:25
|
Revision: 6324 http://sourceforge.net/p/gambas/code/6324 Author: gambas Date: 2014-06-17 11:44:20 +0000 (Tue, 17 Jun 2014) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Opening a SQLite database file automatically creates a new connection and open it in the database editor. * NEW: Redesign the form menu editor. * BUG: Fix copy & paste in the form menu editor. * NEW: The IDE now can open a single extern file without any project. This is done internally by creating a temporary fake project. The GUI tries to adapt to that new mode, but this is not yet perfect. [INTERPRETER] * NEW: Args.Max is a new property that returns Args.Count - 1. [GB.QT4] * NEW: When several menus have the same shortcut, one is triggered instead of displaying a warning message and doing nothing. [GB.QT.EXT] * NEW: Editor: CTRL+X now cut the current line if nothing is selected. If you stay on the same line, cutted lines accumulate. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.mo gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.project gambas/trunk/app/src/gambas3/.src/Connection/MConnection.module gambas/trunk/app/src/gambas3/.src/Debug/FDebugInfo.class gambas/trunk/app/src/gambas3/.src/Debug/FOutput.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.class gambas/trunk/app/src/gambas3/.src/Editor/Form/FMenu.form gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/FMain.form gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/FAbout.form gambas/trunk/app/src/gambas3/usage gambas/trunk/gb.qt4/src/CMenu.cpp gambas/trunk/gb.qt4/src/CMenu.h gambas/trunk/gb.qt4/src/ext/gdocument.h gambas/trunk/gb.qt4/src/ext/gstring.h gambas/trunk/gb.qt4/src/ext/gview.cpp gambas/trunk/gb.qt4/src/ext/gview.h gambas/trunk/main/gbx/gbx_c_application.c Added Paths: ----------- gambas/trunk/app/src/gambas3/template/_fake_project This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |