[Gambas-devel-svn] SF.net SVN: gambas:[7097] gambas/trunk
Brought to you by:
gambas
|
From: <ga...@us...> - 2015-05-24 14:24:16
|
Revision: 7097
http://sourceforge.net/p/gambas/code/7097
Author: gambas
Date: 2015-05-24 14:24:14 +0000 (Sun, 24 May 2015)
Log Message:
-----------
[DEVELOPMENT ENVIRONMENT]
* BUG: Text editor: Fix text pasting.
[GB.FORM]
* BUG: Completion: The completion popup now can be clicked without being
closed, thanks to the new Window.Activate() method that gives the focus
back to the completed text box.
[GB.FORM.EDITOR]
* BUG: TextEditor: Fix braces highlighting.
* BUG: TextEditor: Correctly disable procedure folding when the ShowExpand
property is FALSE.
[GB.FORM.MDI]
* NEW: Workspace: Rename an internal method that was in conflict with the
new Window.Activate() method.
[GB.GTK]
* NEW: Window.Activate is a new method that activates a window.
[GB.GTK3]
* NEW: Window.Activate is a new method that activates a window.
[GB.QT4]
* NEW: Window.Activate is a new method that activates a window.
[GB.QT5]
* NEW: Window.Activate is a new method that activates a window.
* BUG: Window.TakeFocus should work now.
* NEW: Add a new X11 helper function that allows to set the
_NEW_WM_USER_TIME property of a window, so that Window.TakeFocus can be
implemented.
Modified Paths:
--------------
gambas/trunk/app/src/gambas3/.src/Editor/Code/FPasteSpecial.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FPasteSpecial.form
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class
gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.form
gambas/trunk/app/src/gambas3/.src/Project.module
gambas/trunk/app/src/gambas3/support.txt
gambas/trunk/comp/src/gb.form/.info
gambas/trunk/comp/src/gb.form/.project
gambas/trunk/comp/src/gb.form/.src/Completion.class
gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class
gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class
gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/FWorkspace.class
gambas/trunk/comp/src/gb.form.mdi/.src/Workspace/Workspace.class
gambas/trunk/gb.gtk/src/CWindow.cpp
gambas/trunk/gb.gtk/src/gmainwindow.cpp
gambas/trunk/gb.gtk/src/gmainwindow.h
gambas/trunk/gb.qt4/src/CWidget.cpp
gambas/trunk/gb.qt4/src/CWindow.cpp
gambas/trunk/gb.qt4/src/x11.c
gambas/trunk/gb.qt4/src/x11.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|