Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7096] gambas/trunk/comp/src/gb.form.editor/.src
Brought to you by:
gambas
From: <ga...@us...> - 2015-05-23 13:39:42
|
Revision: 7096 http://sourceforge.net/p/gambas/code/7096 Author: gambas Date: 2015-05-23 13:39:40 +0000 (Sat, 23 May 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix layout routine when lines are inserted or removed. * OPT: TextEditor: Check that the font is monospaced, so that line widths can be computed faster. Modified Paths: -------------- 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/comp/src/gb.form.editor/.src/_TextEditor_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-06 15:39:53
|
Revision: 7116 http://sourceforge.net/p/gambas/code/7116 Author: gambas Date: 2015-06-06 15:39:51 +0000 (Sat, 06 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix row position cache poisoning. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-14 15:42:09
|
Revision: 7131 http://sourceforge.net/p/gambas/code/7131 Author: gambas Date: 2015-06-14 15:42:07 +0000 (Sun, 14 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: The Clear() method should not crash anymore. Modified Paths: -------------- 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-15 22:47:13
|
Revision: 7187 http://sourceforge.net/p/gambas/code/7187 Author: gambas Date: 2015-07-15 22:47:11 +0000 (Wed, 15 Jul 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Correctly update line heights in all cases when a line is inserted or removed. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-07-27 03:45:22
|
Revision: 7187 http://sourceforge.net/p/gambas/code/7187 Author: gambas Date: 2015-07-27 03:45:21 +0000 (Mon, 27 Jul 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Correctly update line heights in all cases when a line is inserted or removed. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-09-23 19:37:18
|
Revision: 7333 http://sourceforge.net/p/gambas/code/7333 Author: gambas Date: 2015-09-23 19:37:16 +0000 (Wed, 23 Sep 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Deleting one collapsed line correctly expands it and does not crash anymore. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-11-20 23:28:21
|
Revision: 7483 http://sourceforge.net/p/gambas/code/7483 Author: gambas Date: 2015-11-20 23:28:19 +0000 (Fri, 20 Nov 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Don't crash while deleting selection. Modified Paths: -------------- 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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-09-13 00:43:04
|
Revision: 7908 http://sourceforge.net/p/gambas/code/7908 Author: gambas Date: 2016-09-13 00:43:03 +0000 (Tue, 13 Sep 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Editor works correctly again when a procedure is collapsed. Modified Paths: -------------- 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/comp/src/gb.form.editor/.src/_TextEditor_Rows.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |