<newsletter:master> Initial ideas for Split Window changes.
Frank Lanitz
git-noreply at xxxxx
Fri Apr 1 19:39:01 UTC 2011
Updating branch refs/heads/master
to da0c5e91666c45d81683263849bcc62936b876de (commit)
from 2d3d29ae22d09e116f2cf7423b6917511583836c (commit)
commit da0c5e91666c45d81683263849bcc62936b876de
Author: Matthew Brush <matthewbrush at gmail.com>
Date: Fri Apr 1 21:33:39 2011 +0200
Initial ideas for Split Window changes.
vol_2/newsletter_2.rst | 31 +++++++++++++++++++++++++++++++
1 files changed, 31 insertions(+), 0 deletions(-)
diff --git a/vol_2/newsletter_2.rst b/vol_2/newsletter_2.rst
index f8601cb..62dbaef 100644
--- a/vol_2/newsletter_2.rst
+++ b/vol_2/newsletter_2.rst
@@ -55,6 +55,37 @@ Plugins
Significant updates on Split Window Plugin
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+There has been quite a few improvements and bug fixes done in the Split
+Window plugin that ships with Geany which allows viewing two documents at the
+same time.
+
+Code folding is now supported in the split editor as of revision 5626.
+
+Since revision 5633, the terminology used in the Split Window menu under the
+Tools menu has been improved to avoid ambiguity regarding the direction in
+which the split will take place. Rather than using the word Horizontal for
+when the editors are laid out horizontally (the splitter is vertical), the
+words "Side by Side" are now used. Likewise, when the editors are laid out
+vertically (the splitter is horizontal), the words "Top and Bottom" are now
+used.
+
+Previously, when the Split Window was active and the document currently being
+viewed in it was closed in the main documents notebook, the Split Window
+plugin would unsplit, even if there was other documents which could be viewed
+instead. As of revision 5634, when this happens, the Split Window plugin will
+switch to view the current document in the main documents notebook instead. If
+there are no more docouments open, the Split Window plugin will unsplit.
+
+Probably the most significant improvement to the Split Window plugin is that
+it will now work in Microsoft Windows. Previously, the plugin was using trick
+to work around a bug in the Scintilla widget Geany uses for its editor. A
+side effect of this workaround was that it caused serious issues in Windows and
+so the plugin was disabled for the Windows build. We fixed the bug in
+Scintilla and sent the fix to the Scintilla project where it was merged
+upstream. Geany is no longer required to use the previously mentioned trick,
+and so the plugin will be re-enabled for the Windows build, with equivalent
+functionality as it has on other platforms.
+
Geany Universe
==============
More information about the Newsletter-Commits
mailing list