[Gambas-devel-svn] SF.net SVN: gambas:[7124] gambas/trunk
Brought to you by:
gambas
From: <ga...@us...> - 2015-06-09 11:27:15
|
Revision: 7124 http://sourceforge.net/p/gambas/code/7124 Author: gambas Date: 2015-06-09 11:27:13 +0000 (Tue, 09 Jun 2015) Log Message: ----------- [DEVELOPMENT ENVIRONMENT] * BUG: Fix initial cursor position at file loading. [GB.FORM.EDITOR] * BUG: Wrapping is correctly updated now when the margin width changes. * NEW: The line indent is used for drawing all the wrapped lines of a text line. * NEW: The HOME and END keys take the wrapping into accoutn now. [GB.GTK] * BUG: Drawing text on an image now has the same result as drawing text on the screen. They use the same hinting options. [GB.GTK3] * BUG: Drawing text on an image now has the same result as drawing text on the screen. They use the same hinting options. Modified Paths: -------------- gambas/trunk/app/src/gambas3/.src/Editor/Code/FEditor.class gambas/trunk/app/src/gambas3/.src/Editor/Code/FTextEditor.class gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/gb.gtk/src/cpaint_impl.cpp gambas/trunk/gb.gtk/src/gtools.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |