[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-cvs
Subject:    [ jEdit-commits ] SF.net SVN: jedit:[23815] plugins/CommonControls/trunk
From:       ezust () users ! sourceforge ! net
Date:       2014-12-29 1:49:31
Message-ID: E1Y5PT2-0003OF-Lv () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 23815
          http://sourceforge.net/p/jedit/svn/23815
Author:   ezust
Date:     2014-12-29 01:49:31 +0000 (Mon, 29 Dec 2014)
Log Message:
-----------
Fix plugin bug# 1809 BlamePane: Close Button moves after switching buffers. 

Modified Paths:
--------------
    plugins/CommonControls/trunk/common/gui/blame/BlamePane.java
    plugins/CommonControls/trunk/docs/users-guide.xml

Modified: plugins/CommonControls/trunk/common/gui/blame/BlamePane.java
===================================================================
--- plugins/CommonControls/trunk/common/gui/blame/BlamePane.java	2014-12-24 14:01:24 \
                UTC (rev 23814)
+++ plugins/CommonControls/trunk/common/gui/blame/BlamePane.java	2014-12-29 01:49:31 \
UTC (rev 23815) @@ -234,7 +234,7 @@
                 Object old_closer = buffer.getProperty( "_old_closer_" );
                 if ( old_blame != null && old_closer != null ) {
                     textArea.addLeftOfScrollBar( ( JComponent ) old_blame );
-                    textArea.addTopComponent( ( JComponent ) old_closer );
+                    textArea.addTopRightComponent( ( JComponent ) old_closer );
                     epu.getEditPane().getView().invalidate();
                     epu.getEditPane().getView().validate();
                 }

Modified: plugins/CommonControls/trunk/docs/users-guide.xml
===================================================================
--- plugins/CommonControls/trunk/docs/users-guide.xml	2014-12-24 14:01:24 UTC (rev \
                23814)
+++ plugins/CommonControls/trunk/docs/users-guide.xml	2014-12-29 01:49:31 UTC (rev \
23815) @@ -1,9 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!-- CommonControls users' guide -->
-<!-- jEdit buffer-local properties: -->
 <!-- :indentSize=2:noTabs=true: -->
 <article xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:noNamespaceSchemaLocation='http://www.docbook.org/xsd/4.4/docbook.xsd' >
+  xsi:noNamespaceSchemaLocation='http://www.docbook.org/xsd/4.4/docbook.xsd'>
   <articleinfo>
     <title>Common Controls user's guide</title>
     <author>

This was sent by the SourceForge.net collaborative development platform, the world's \
largest Open Source development site.


------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
jEdit-CVS mailing list
jEdit-CVS@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-cvs


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic