[Gambas-devel-svn] SF.net SVN: gambas:[6875] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-01-30 01:53:27
|
Revision: 6875 http://sourceforge.net/p/gambas/code/6875 Author: gambas Date: 2015-01-30 01:53:19 +0000 (Fri, 30 Jan 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * NEW: Implement the new wiki component description and class list for the offline help. * BUG: Several fixes in the editor position history. * BUG: Workaround some spurious Qt4 webkit warnings. * NEW: The argument editor of the project property dialog now has an automatic file completion. [GB.FORM] * NEW: The Completion class has been redesigned to allow completion on a part of the edited string. * NEW: FileCompletion is a new class that implements automatic file name completion. * BUG: FileView: Fix a possible crash when the current item disappears before begin made visible. [GB.QT4] * NEW: A newly created control becomes visible the first time it is resized now, and not immediately. The goal is having almost the same behaviour as gb.gtk, even if it not 100% backward-compatible in a few cases. [GB.QT4.WEBKIT] * BUG: WebView: Don't raise the Error event if the webview has been explicitly stopped by the Stop() method. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.lang/fr.po gambas/trunk/app/src/gambas3/.src/Component/CClassInfo.class gambas/trunk/app/src/gambas3/.src/Component/CComponent.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FCompletion.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/FMain.class gambas/trunk/app/src/gambas3/.src/Help/FHelpBrowser.class gambas/trunk/app/src/gambas3/.src/Help/Wiki/WikiMarkdown.class gambas/trunk/app/src/gambas3/.src/Project/Component/FComponentChooser.class gambas/trunk/app/src/gambas3/.src/Project/Component/FSelectComponent.form gambas/trunk/app/src/gambas3/.src/Project/FProjectProperty.class gambas/trunk/app/src/gambas3/.src/Project/Farm/Publish/CTagCompletion.class gambas/trunk/app/src/gambas3/.src/Project.module gambas/trunk/app/src/gambas3/.src/Welcome/CWelcome.class gambas/trunk/app/src/gambas3/.src/Welcome/FWelcome.form gambas/trunk/comp/src/gb.form/.info gambas/trunk/comp/src/gb.form/.list gambas/trunk/comp/src/gb.form/.project gambas/trunk/comp/src/gb.form/.src/Completion.class gambas/trunk/comp/src/gb.form/.src/File/FileView.class gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.class gambas/trunk/comp/src/gb.form/.src/Test/FTestCompletion.form gambas/trunk/comp/src/gb.report2/.settings gambas/trunk/gb.qt4/src/CWidget.cpp gambas/trunk/gb.qt4/src/CWidget.h gambas/trunk/gb.qt4/src/CWindow.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.cpp gambas/trunk/gb.qt4/src/webkit/cwebview.h Added Paths: ----------- gambas/trunk/comp/src/gb.form/.src/FileCompletion.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |