Thread: [Gambas-devel-svn] SF.net SVN: gambas:[7121] gambas/trunk/comp/src/gb.form.editor/.src/ TextEditor.
Brought to you by:
gambas
From: <ga...@us...> - 2015-06-07 11:42:59
|
Revision: 7121 http://sourceforge.net/p/gambas/code/7121 Author: gambas Date: 2015-06-07 11:42:57 +0000 (Sun, 07 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Don't use bold fonts, the text width computation routine does not handle them. Modified Paths: -------------- 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 17:41:51
|
Revision: 7133 http://sourceforge.net/p/gambas/code/7133 Author: gambas Date: 2015-06-14 17:41:49 +0000 (Sun, 14 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: CTRL+BACKSPACE deletes the word on the left of the cursor. Modified Paths: -------------- 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-16 11:58:43
|
Revision: 7136 http://sourceforge.net/p/gambas/code/7136 Author: gambas Date: 2015-06-16 11:58:42 +0000 (Tue, 16 Jun 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Fix a crash when moving or clicking on a void line. Modified Paths: -------------- 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-05 13:52:49
|
Revision: 7173 http://sourceforge.net/p/gambas/code/7173 Author: gambix Date: 2015-07-05 13:52:48 +0000 (Sun, 05 Jul 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Do not toggle to overwrite mode when inserting a line. Modified Paths: -------------- 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: <pr...@us...> - 2015-08-13 10:35:32
|
Revision: 7220 http://sourceforge.net/p/gambas/code/7220 Author: prokopy Date: 2015-08-13 10:35:31 +0000 (Thu, 13 Aug 2015) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix tab ('\t') character printing. Modified Paths: -------------- 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-09 23:40:49
|
Revision: 7460 http://sourceforge.net/p/gambas/code/7460 Author: gambas Date: 2015-11-09 23:40:47 +0000 (Mon, 09 Nov 2015) Log Message: ----------- [GB.FORM.EDITOR] * OPT: TextEditor: Try to detect if the desktop is remote, and disable all optimizations based on image caches in that case. Modified Paths: -------------- 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-03-16 03:00:37
|
Revision: 7639 http://sourceforge.net/p/gambas/code/7639 Author: gambas Date: 2016-03-16 03:00:35 +0000 (Wed, 16 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: TextEditor: Nicer indent vertical lines. Modified Paths: -------------- 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-03-17 02:14:21
|
Revision: 7641 http://sourceforge.net/p/gambas/code/7641 Author: gambas Date: 2016-03-17 02:14:20 +0000 (Thu, 17 Mar 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Never jump to the beginning of the line when clicking on the text. Modified Paths: -------------- 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 14:18:29
|
Revision: 8011 http://sourceforge.net/p/gambas/code/8011 Author: gambix Date: 2016-12-12 14:18:27 +0000 (Mon, 12 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Limit the "magnifying" editor refresh. Modified Paths: -------------- 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-18 20:45:22
|
Revision: 8016 http://sourceforge.net/p/gambas/code/8016 Author: gambix Date: 2016-12-18 20:45:20 +0000 (Sun, 18 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Solve some problems on RTL Modified Paths: -------------- 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-19 13:28:13
|
Revision: 8017 http://sourceforge.net/p/gambas/code/8017 Author: gambas Date: 2016-12-19 13:28:11 +0000 (Mon, 19 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * NEW: Some little cosmetic changes in the preview bar. Modified Paths: -------------- 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-23 20:14:02
|
Revision: 8020 http://sourceforge.net/p/gambas/code/8020 Author: gambix Date: 2016-12-23 20:14:00 +0000 (Fri, 23 Dec 2016) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Refresh the Preview when needed. Modified Paths: -------------- 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-16 17:30:06
|
Revision: 8058 http://sourceforge.net/p/gambas/code/8058 Author: gambix Date: 2017-01-16 17:30:04 +0000 (Mon, 16 Jan 2017) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Never call the refresh timer when the side bar is hidden. Modified Paths: -------------- 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-18 20:38:39
|
Revision: 8059 http://sourceforge.net/p/gambas/code/8059 Author: gambix Date: 2017-01-18 20:38:37 +0000 (Wed, 18 Jan 2017) Log Message: ----------- [GB.FORM.EDITOR] * BUG: Now magnifier don't show any blank line when mouse is on the top of the preview bar. * NEW: New simplified mouse handling. Left button to move to a place, middle one to lock the magnifier on the current location. Modified Paths: -------------- 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-28 17:31:37
|
Revision: 8066 http://sourceforge.net/p/gambas/code/8066 Author: gambix Date: 2017-01-28 17:31:35 +0000 (Sat, 28 Jan 2017) Log Message: ----------- [GB.FORM.EDITOR] * NEW: Now use the Editor.View Poperty to share the CDocument content with the Bar bubble. Modified Paths: -------------- 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-28 21:08:57
|
Revision: 8069 http://sourceforge.net/p/gambas/code/8069 Author: gambas Date: 2017-01-28 21:08:55 +0000 (Sat, 28 Jan 2017) Log Message: ----------- [GB.FORM.EDITOR] * BUG: TextEditor: Fix sidebar editor preview style synchronization. * NEW: TextEditor: Reduce sidebar refresh timers delays. Modified Paths: -------------- 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. |