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

List:       jedit-cvs
Subject:    [ jEdit-commits ] [ DirtyGutter plugin ] DirtyGutter jEdit plugin branch master updated. 5479f30bf8c
From:       "Alan Ezust" <ezust () users ! sourceforge ! net>
Date:       2013-07-31 20:39:41
Message-ID: E1V4dBT-0004pe-5m () sfs-ml-3 ! v29 ! ch3 ! sourceforge ! com
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "DirtyGutter jEdit plugin".

The branch, master has been updated
       via  5479f30bf8c6d40bd125811f27da9a12f8cb88a0 (commit)
       via  37f90fc58893115aa03ec33c15a11488fc0d0b38 (commit)
      from  4c9817496f3c63974ccd9195a3f804ffa57644c8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/DirtyGutter;a=commit;h=5479f30bf8c6d40bd125811f27da9a12f8cb88a0
                
commitdiff: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/DirtyGutter;a=commitdiff;h=5479f30bf8c6d40bd125811f27da9a12f8cb88a0
                
tree: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/DirtyGutter;a=tree;h=547 \
9f30bf8c6d40bd125811f27da9a12f8cb88a0;hb=5479f30bf8c6d40bd125811f27da9a12f8cb88a0

commit 5479f30bf8c6d40bd125811f27da9a12f8cb88a0
Author: Alan Ezust <alan.ezust@gmail.com>
Date:   Wed Jul 31 13:39:16 2013 -0700

    updates for 5.0 api.

diff --git a/LineChangeMarker.props b/LineChangeMarker.props
index e926194..78e9b50 100644
--- a/LineChangeMarker.props
+++ b/LineChangeMarker.props
@@ -3,11 +3,11 @@ plugin.lcm.LCMPlugin.activate=startup
 # general plugin information
 plugin.lcm.LCMPlugin.name=DirtyGutter
 plugin.lcm.LCMPlugin.author=Shlomy Reinstein
-plugin.lcm.LCMPlugin.version=0.3
+plugin.lcm.LCMPlugin.version=0.3a
 plugin.lcm.LCMPlugin.description=Marks changed lines (since last save) in gutter.
 
 plugin.lcm.LCMPlugin.depend.0=jdk 1.6
-plugin.lcm.LCMPlugin.depend.1=jedit 04.05.99.00
+plugin.lcm.LCMPlugin.depend.1=jedit 05.00.99.00
 
 # action labels
 dirty-gutter-toggle.label=Enable
diff --git a/src/lcm/LCMPlugin.java b/src/lcm/LCMPlugin.java
index d6150ee..7977754 100644
--- a/src/lcm/LCMPlugin.java
+++ b/src/lcm/LCMPlugin.java
@@ -21,6 +21,7 @@
 package lcm;
 
 import java.io.BufferedReader;
+import java.io.Closeable;
 import java.io.IOException;
 import java.io.InputStreamReader;
 import java.util.HashMap;
@@ -289,7 +290,7 @@ public class LCMPlugin extends EditPlugin
 		{
 			try
 			{
-				IOUtilities.closeQuietly(reader);
+				IOUtilities.closeQuietly((Closeable)reader);
 				vfs._endVFSSession(session, jEdit.getActiveView());
 			}
 			catch (IOException e)

commit: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/DirtyGutter;a=commit;h=37f90fc58893115aa03ec33c15a11488fc0d0b38
                
commitdiff: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/DirtyGutter;a=commitdiff;h=37f90fc58893115aa03ec33c15a11488fc0d0b38
                
tree: http://jedit.git.sourceforge.net/git/gitweb.cgi?p=jedit/DirtyGutter;a=tree;h=37f \
90fc58893115aa03ec33c15a11488fc0d0b38;hb=37f90fc58893115aa03ec33c15a11488fc0d0b38

commit 37f90fc58893115aa03ec33c15a11488fc0d0b38
Author: Alan Ezust <alan.ezust@gmail.com>
Date:   Mon Mar 5 22:09:45 2012 -0800

    Bumped jEdit depend.

diff --git a/LineChangeMarker.props b/LineChangeMarker.props
index 95f7af4..e926194 100644
--- a/LineChangeMarker.props
+++ b/LineChangeMarker.props
@@ -7,7 +7,7 @@ plugin.lcm.LCMPlugin.version=0.3
 plugin.lcm.LCMPlugin.description=Marks changed lines (since last save) in gutter.
 
 plugin.lcm.LCMPlugin.depend.0=jdk 1.6
-plugin.lcm.LCMPlugin.depend.1=jedit 04.03.18.00
+plugin.lcm.LCMPlugin.depend.1=jedit 04.05.99.00
 
 # action labels
 dirty-gutter-toggle.label=Enable

-----------------------------------------------------------------------

Summary of changes:
 LineChangeMarker.props |    4 ++--
 src/lcm/LCMPlugin.java |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
DirtyGutter jEdit plugin

------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
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