Revision: 22532
http://jedit.svn.sourceforge.net/jedit/?rev=22532&view=rev
Author: nicarran
Date: 2012-12-03 16:57:12 +0000 (Mon, 03 Dec 2012)
Log Message:
-----------
preparing 1.2.1 release tag
Added Paths:
-----------
plugins/CandyFolds/tags/release-1.2.1/CandyFolds-copyright.txt
plugins/CandyFolds/tags/release-1.2.1/CandyFolds-properties/
plugins/CandyFolds/tags/release-1.2.1/CandyFolds.props
plugins/CandyFolds/tags/release-1.2.1/build.xml
plugins/CandyFolds/tags/release-1.2.1/candyfolds/
plugins/CandyFolds/tags/release-1.2.1/description.html
plugins/CandyFolds/tags/release-1.2.1/docs/
plugins/CandyFolds/tags/release-1.2.1/lang_fr.properties
Copied: plugins/CandyFolds/tags/release-1.2.1/CandyFolds-copyright.txt (from rev 22523, plugins/CandyFolds/trunk/CandyFolds-copyright.txt)
===================================================================
--- plugins/CandyFolds/tags/release-1.2.1/CandyFolds-copyright.txt (rev 0)
+++ plugins/CandyFolds/tags/release-1.2.1/CandyFolds-copyright.txt 2012-12-03 16:57:12 UTC (rev 22532)
@@ -0,0 +1,11 @@
+CandyFolds is Copyright 2008 Nicolas Carranza and individual contributors,
+and is licensed under the GNU GPL.
+
+You should have received a copy of the GNU General Public License
+along with CandyFolds. If not, see <http://www.gnu.org/licenses/>.
+
+A summary of the individual contributors is given below.
+Any omission should be sent to <nicarran at users.sourceforge.net>.
+-------------------------------------------------------------------------------
+ Jojaba [http://jojaba.free.fr] contributed fr translation (lang_fr.properties)
+-------------------------------------------------------------------------------
\ No newline at end of file
Copied: plugins/CandyFolds/tags/release-1.2.1/CandyFolds.props (from rev 22523, plugins/CandyFolds/trunk/CandyFolds.props)
===================================================================
--- plugins/CandyFolds/tags/release-1.2.1/CandyFolds.props (rev 0)
+++ plugins/CandyFolds/tags/release-1.2.1/CandyFolds.props 2012-12-03 16:57:12 UTC (rev 22532)
@@ -0,0 +1,16 @@
+plugin.candyfolds.CandyFoldsPlugin.activate=startup
+plugin.candyfolds.CandyFoldsPlugin.name=CandyFolds
+plugin.candyfolds.CandyFoldsPlugin.author=Nicol\xE1s Carranza
+# inspired and based on work by Andr\xE9 Kaplan & Nathan Jones (WhiteSpace plugin)
+plugin.candyfolds.CandyFoldsPlugin.version=1.2.0
+plugin.candyfolds.CandyFoldsPlugin.description=CandyFolds draws colored indentation-guides on the text area to improve code readability.
+plugin.candyfolds.CandyFoldsPlugin.docs=index.html
+
+#v Dependencies
+plugin.candyfolds.CandyFoldsPlugin.depend.0=jdk 1.6
+plugin.candyfolds.CandyFoldsPlugin.depend.1=jedit 04.03.12.00
+
+#v Plugin Option Pane:
+plugin.candyfolds.CandyFoldsPlugin.option-pane=CandyFolds
+options.CandyFolds.label=CandyFolds
+options.CandyFolds.code=candyfolds.config.gui.CandyFoldsOptionPane.getInstance()
Copied: plugins/CandyFolds/tags/release-1.2.1/build.xml (from rev 22523, plugins/CandyFolds/trunk/build.xml)
===================================================================
--- plugins/CandyFolds/tags/release-1.2.1/build.xml (rev 0)
+++ plugins/CandyFolds/tags/release-1.2.1/build.xml 2012-12-03 16:57:12 UTC (rev 22532)
@@ -0,0 +1,23 @@
+
+<project name="CandyFolds" default="build">
+ <description>
+ This is an ant build.xml file for building the CandyFolds plugin for jEdit.
+ </description>
+ <property file="../build.properties" />
+ <property file="build.properties" />
+
+ <property name="compiler.target" value="1.6" />
+ <property name="compiler.source" value="1.6" />
+
+ <import file="${build.support}/plugin-build.xml" />
+
+ <selector id="packageFiles">
+ <or>
+ <filename name="*.txt" />
+ <filename name="CandyFolds-properties/*.properties" />
+ <filename name="description.html" />
+ </or>
+ </selector>
+
+</project>
+
Copied: plugins/CandyFolds/tags/release-1.2.1/description.html (from rev 22523, plugins/CandyFolds/trunk/description.html)
===================================================================
--- plugins/CandyFolds/tags/release-1.2.1/description.html (rev 0)
+++ plugins/CandyFolds/tags/release-1.2.1/description.html 2012-12-03 16:57:12 UTC (rev 22532)
@@ -0,0 +1,3 @@
+CandyFolds draws colored indentation-guides on the text-area to improve code readability. An indentation-guide is a vertical line drawn following the text indentation. The color used by each indentation-guide can be configured using regular expressions: the regular expression tests the line of text on the starting point of the indentation, if it matches then the specified color is used to draw the indentation-guide.
+<p> CandyFolds was based on the WhiteSpace (by Nathan Jones and Andre Kaplan) plugin's fold-guides.
+<p>Visit the <a href="http://candyfolds.sf.net">CandyFold's home page</a> to report bugs or post comments.
Copied: plugins/CandyFolds/tags/release-1.2.1/lang_fr.properties (from rev 22523, plugins/CandyFolds/trunk/lang_fr.properties)
===================================================================
--- plugins/CandyFolds/tags/release-1.2.1/lang_fr.properties (rev 0)
+++ plugins/CandyFolds/tags/release-1.2.1/lang_fr.properties 2012-12-03 16:57:12 UTC (rev 22532)
@@ -0,0 +1,9 @@
+# CandyFolds FR Translation
+# Encoding: UTF-8
+# Translator: Jojaba [http://jojaba.free.fr]
+
+plugin.candyfolds.CandyFoldsPlugin.description=CandyFolds trace des guides de tabulation colorés dans la zone de texte afin d'améliorer la lisibilité du code.
+
+#v Plugin Option Pane:
+plugin.candyfolds.CandyFoldsPlugin.option-pane=CandyFolds
+options.CandyFolds.label=CandyFolds
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|