Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7087] gambas/trunk/comp/src/gb.form.editor
Brought to you by:
gambas
From: <ga...@us...> - 2015-05-17 17:27:04
|
Revision: 7087 http://sourceforge.net/p/gambas/code/7087 Author: gambas Date: 2015-05-17 17:27:02 +0000 (Sun, 17 May 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Work continue and bugs are fixed... * NEW: TextEditor: Saved modified lines are displayed with a green mark. * NEW: TextEditor: Overwrite mode implemented. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.list gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/CCommand.class gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class gambas/trunk/comp/src/gb.form.editor/.src/CLineInfo.class gambas/trunk/comp/src/gb.form.editor/.src/FTestEditor.form gambas/trunk/comp/src/gb.form.editor/.src/HighlighterHTML.class gambas/trunk/comp/src/gb.form.editor/.src/HighlighterJavascript.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class gambas/trunk/comp/src/gb.form.editor/.src/TextEditorStyle.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Line.class gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_Styles.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.editor/.src/_TextEditor_State.class This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-05-31 13:26:24
|
Revision: 7108 http://sourceforge.net/p/gambas/code/7108 Author: gambas Date: 2015-05-31 13:26:23 +0000 (Sun, 31 May 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Implement ALT+UP and ALT+DOWN shortcuts. * NEW: TextEditor: Draw line numbers with parent font, not with the editor font. * BUG: TextEditor: Fix interaction between highlighting and Undo/Redo process. * BUG: TextEditor: Undo/Redo should correctly restore selection now. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/CCommand.class 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.class gambas/trunk/comp/src/gb.form.editor/test.html This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2015-06-05 15:24:02
|
Revision: 7112 http://sourceforge.net/p/gambas/code/7112 Author: gambas Date: 2015-06-05 15:24:00 +0000 (Fri, 05 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Initial implementation of line wrap mode. * NEW: TextEditor.Wrap is a new property that enable wrap mode. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.project gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class 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-16 23:35:21
|
Revision: 7137 http://sourceforge.net/p/gambas/code/7137 Author: gambas Date: 2015-06-16 23:35:19 +0000 (Tue, 16 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Correctly draw the margin background when scrolling. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info 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-10-17 02:10:56
|
Revision: 7416 http://sourceforge.net/p/gambas/code/7416 Author: gambas Date: 2015-10-17 02:10:54 +0000 (Sat, 17 Oct 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: CTRL+ENTER does not crash anymore if there is nothing to fold or unfold. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.project 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-05 22:51:20
|
Revision: 7455 http://sourceforge.net/p/gambas/code/7455 Author: gambas Date: 2015-11-05 22:51:19 +0000 (Thu, 05 Nov 2015) Log Message: ----------- [GB.FORM.EDITOR] * OPT: Refresh only the concerned lines when the selection changes. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/CDocument.class 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...> - 2016-12-12 13:35:27
|
Revision: 8009 http://sourceforge.net/p/gambas/code/8009 Author: gambix Date: 2016-12-12 13:35:26 +0000 (Mon, 12 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * New: TextEditor: Add a new property ShowSideBar that display a preview style scrolling bar. This tool tries to make walking through the code more efficiently. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info 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-12-13 09:17:22
|
Revision: 8012 http://sourceforge.net/p/gambas/code/8012 Author: gambix Date: 2016-12-13 09:17:20 +0000 (Tue, 13 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Now text that not begin with a commented line can be opened. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.directory gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.editor/Text1 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2016-12-18 19:16:25
|
Revision: 8014 http://sourceforge.net/p/gambas/code/8014 Author: gambix Date: 2016-12-18 19:16:23 +0000 (Sun, 18 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: The ShowSideBar property is renamed ShowPreview. * NEW: Now editor preview is moved on the left or right depend to the System.RightToLeft property. * NEW: Some cosmetic changes, the preview taque all the height of the editor and the buttons are visible only on fly. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.directory gambas/trunk/comp/src/gb.form.editor/.icon.png 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.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...> - 2017-01-07 14:08:02
|
Revision: 8047 http://sourceforge.net/p/gambas/code/8047 Author: gambix Date: 2017-01-07 14:08:01 +0000 (Sat, 07 Jan 2017) Log Message: ----------- [GB.FORM.EDITOR] * New: Preview: Some arrows to make more visible separators * New: Preview: Take folded lines into account. * New: Preview: Right mouse button to got fast to a point, left to slide or page up/down, center to fix the magnifier on a point. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info gambas/trunk/comp/src/gb.form.editor/.src/TextEditor.class Added Paths: ----------- gambas/trunk/comp/src/gb.form.editor/smallarrow.png This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <ga...@us...> - 2017-01-28 20:59:37
|
Revision: 8068 http://sourceforge.net/p/gambas/code/8068 Author: gambas Date: 2017-01-28 20:59:35 +0000 (Sat, 28 Jan 2017) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix handling of folded procedures in sidebar editor preview. * BUG: TextEditor: Fully synchronize sidebar editor preview options and highlight. Modified Paths: -------------- gambas/trunk/comp/src/gb.form.editor/.info 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. |