<?xml version="1.0" encoding="ISO-8859-1" ?>
<plugins>
	<plugin name="AntHelper For JavaCore" updated="2008-05-30 09:05:29">
		<author>Robert Fletcher</author>
		<description><![CDATA[An implementation of the JavaCore ClasspathSource service using the Ant Helper plugin. This means JavaCore gets classpaths and sourcepaths directly from the build.xml file relative to the buffer. Please note this requires JavaCore 0.7+ (available from jEdit CVS). 0.4 improves behaviour for buffers without build.xml files.]]></description>
		<download hits="856">https://community.jedit.org/?q=filestore/download/1159</download>
	</plugin>
	<plugin name="AntHelper for JavaCore" updated="2004-04-27 12:04:03">
		<author>Robert Fletcher</author>
		<description><![CDATA[A JavaCore service that gets classpath/sourcepath from AntHelper. Requires JavaCore 0.7+ and AntHelper 0.8.4+. This version improves behaviour when dealing with files that do not have a build.xml.]]></description>
		<download hits="1910">https://community.jedit.org/?q=filestore/download/1283</download>
	</plugin>
	<plugin name="BufferLocal 1.2.4 update" updated="2005-12-14 03:12:46">
		<author>Dale Anson</author>
		<description><![CDATA[A minor update to the BufferLocal plugin that will restore the encoding of a file as well as other buffer local properties.]]></description>
		<download hits="1632">https://community.jedit.org/?q=filestore/download/2542</download>
	</plugin>
	<plugin name="BufferLocal update, version 1.2.1" updated="2008-05-30 09:05:43">
		<author>Dale Anson</author>
		<description><![CDATA[An update to the recently posted 1.2 version. Fixes a null pointer exception.]]></description>
		<download hits="747">https://community.jedit.org/?q=filestore/download/1547</download>
	</plugin>
	<plugin name="ClearCase Plugin 0.28 updated for jEdit 4.4, Console 4.4, etc" updated="2011-11-30 03:11:18">
		<author></author>
		<description><![CDATA[This is a beta of the ClearCase plugin. It compiles against the current versions of jEdit but I have not tested it with ClearCase since I don't have it.
If someone else can try it and tell me if it works, I will release it on plugin central.
]]></description>
		<download hits="1056">https://community.jedit.org/?q=filestore/download/5007</download>
	</plugin>
	<plugin name="CodeBrowser with function highlight" updated="2006-07-18 11:07:08">
		<author>Manil</author>
		<description><![CDATA[If someone wants to use this version of CodeBrowser it is based on version 1.4.3 of CodeBrowser but it will highlight the current Tag (depending on the Caret position). If you find any bug please notify me. I included the jar file and the source code, if someone can make it available for the next release of CodeBrowser it will be great, i don't have access to CVS, and i am not an official developeur for jEdit. I'll be happy to participate to this great text editor....

Comments are wellcome...

Manil]]></description>
		<download hits="1460">https://community.jedit.org/?q=filestore/download/2922</download>
	</plugin>
	<plugin name="ConfigurableFoldHandler - fixed mode-specific fold configuration" updated="2009-08-23 06:08:14">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[Fixed the mode-specific fold configuration (fold start / fold end / use-regexp). Previously it did not work because the mode was incorrectly retrieved from the buffer.]]></description>
		<download hits="1108">https://community.jedit.org/?q=filestore/download/4253</download>
	</plugin>
	<plugin name="ConfigurableFoldHandler - performance fix" updated="2009-08-23 03:08:43">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[Fixed a performance bug that was seen when collapsing many folds in a large file.]]></description>
		<download hits="1080">https://community.jedit.org/?q=filestore/download/4252</download>
	</plugin>
	<plugin name="DocSynch" updated="2004-02-09 02:02:45">
		<author></author>
		<description><![CDATA[DocSynch is a collaborative editing system on top of IRC. By transforming single-user editors into multi-user editors, it allows to remotely edit text documents together. This plugin for jEdit is the first and the reference implementation.

You will need the IRC Plugin 2.0 and an IRC Server for communication. Currently you cannot edit in real-time, but you have to acquire a lock for a document before you can edit it. Improvements and new features concerning locking and real-time editing are planned for the next releases.

UPLOADING DOES NOT WORK FOR SOME REASON. PLEASE DOWNLOAD at the sourceforge project for DocSynch: http://docsynch.sourceforge.net]]></description>
		<download hits="">https://community.jedit.org/?q=filestore/download/</download>
	</plugin>
	<plugin name="Editmodes for SwitchBuffer" updated="2005-09-26 10:09:07">
		<author>Jeroen Budts (TeRanEX)</author>
		<description><![CDATA[<p>A dataprovider for the new SwitchBuffer, which is currently in beta and can be found <a href="http://community.jedit.org/?q=node/view/2027">here</a>, to make it possible to change the editmode of a buffer, by using SwitchBuffer.</p>

<p>You can get the source by using <a href="http://darcs.net">DARCS</a>:<br />
$ darcs get http://dev.budts.be/darcs/jedit/EditmodesForSwitchBuffer</p>

<p>Also available from <a href="http://dev.budts.be/releases/jedit/EditmodesForSwitchBuffer/">http://dev.budts.be/releases/jedit/EditmodesForSwitchBuffer/</a></p>]]></description>
		<download hits="5058">https://community.jedit.org/?q=filestore/download/2413</download>
	</plugin>
	<plugin name="Enhanced Tags plugin" updated="2007-10-14 12:10:09">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This version of the Tags plugin has a few enhancements and fixes:<br>
<ol>
<li>In case of tag collisions, the tags found can be displayed in a dockable window instead of a popup. The 'Tag List' dockable can be opened from the plugin menu and docked in one of the 4 docking positions (or float) like any other jEdit dockable. When the dockable is open, tag collisions will be displayed in the dockable instead of the popup.</li>
<li>The Tag List dockable allows quick filtering by tag attributes (when present in the tag files). This allows you to quick reach the tag you're interested in when there are many tags with the same name, which is common in object oriented languages. The "Filter" menu at the top left of the dockable lets you filter by attribute values.</li>
<li>A new option pane - Actions - was added, allowing you to create custom "follow tag" actions which resolve tag collisions by apply a list of filters, each keeping only those tags having a specific attribute value. This way, you can create an action like "Follow function definition" (which would follow tags whose "kind" attribute is "function" or "method") and another action like "Follow function declaration" (which would follow tags whose "kind" attribute is "prototype", or "function" if there are no tags with a "prototype" kind).</li>
<li>A new option is available in the General option pane, to use line numbers for following tags (when specified in the tag files). This is useful for object oriented languages, where the same tag can be defined multiple times in the same file, each time under a different class, with the exact same signature. It is also useful for differentiating between function declarations and definitions.</li>
<li>Fixed the display of function signatures (when specified in the tag files) in the tag collision list.</li>
</ol>]]></description>
		<download hits="1270">https://community.jedit.org/?q=filestore/download/3717</download>
	</plugin>
	<plugin name="FoldViewer - updated for recent jEdit versions (e.g. 4.3pre17)" updated="2009-08-28 07:08:47">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[Updated FoldViewer to work with the latest jEdit - 4.3pre17. It broke due to a change in the Buffer's constructor: The Hashtable parameter was replaced by a Map one.]]></description>
		<download hits="1035">https://community.jedit.org/?q=filestore/download/4258</download>
	</plugin>
	<plugin name="HDL Parser" updated="2008-05-30 09:05:09">
		<author>Igor Lesik</author>
		<description><![CDATA[HDL Parser finds syntactic errors in HDL code.
Currently only Verilog is supported.
Based on ANTLR.
Requires antlr.jar from http://www.antlr.org/download/antlr-2.7.3.tar.gz]]></description>
		<download hits="760">https://community.jedit.org/?q=filestore/download/1617</download>
	</plugin>
	<plugin name="HDL Parser" updated="2005-08-02 10:08:15">
		<author>Igor Lesik</author>
		<description><![CDATA[Now supports VHDL]]></description>
		<download hits="1609">https://community.jedit.org/?q=filestore/download/2337</download>
	</plugin>
	<plugin name="HtmlSideKick initial community release" updated="2008-05-30 09:05:46">
		<author>Dale Anson</author>
		<description><![CDATA[Initial release of HtmlSideKick.  Mostly featureless at the moment, suggestions for improvements/enhancements should be sent to the jedit-devel mailing list.]]></description>
		<download hits="479">https://community.jedit.org/?q=filestore/download/2740</download>
	</plugin>
	<plugin name="JavaCore-aware JCompiler Plugin" updated="2004-06-01 03:06:35">
		<author>Doug Breaux</author>
		<description><![CDATA[I created a JavaCore-aware version of JCompiler.  First, I created a 4.2 version of JCompiler and called it 1.6.0 in its .props file.  (The Plugin Central version is 1.5.0).  I did put this version into CVS, but I forgot to ask the current maintainer's permission, so I may need to back that out.
<p>
In the meantime, I created a local version I called 1.6.1 that added basic interaction with JavaCore.  It requires JavaCore and obtains its classpath and sourcepath from that plugin.  However, I also provided and registered a simple JavaCore JCompilerClasspathSource implementation that simply uses the existing JCompiler OptionPane HistoryTextFields as the source.
<p>
If "JCompiler" is selected in JavaCore's option pane, JCompiler behaves exactly as it does today, except that I've rearranged the option pane to put classpath and sourcepath at the bottom.
<p>
If something other than "JCompiler" is selected in JavaCore, the JCompiler classpath and sourcepath fields on its option pane are disabled and a JLabel is added explaining that fact.
<p>
NOTE: Either way, the other JCompiler "classpath" options will still be added to what JavaCore returns: Required Library Path, Output Directory, and package of current source file.
<p>
I can see that this behaviour, as well as some others, are things some people might like to see done differently, and that's fine.  Hopefully this is at least a good starting point and maybe even immediately beneficial to people wanting to use the Ant ClasspathSource implementation.
<p>
I'm uploading a zip with both the source and the compiled jar.]]></description>
		<download hits="1656">https://community.jedit.org/?q=filestore/download/1362</download>
	</plugin>
	<plugin name="JavaCore-aware JCompiler Plugin again" updated="2004-07-09 02:07:10">
		<author>Doug Breaux</author>
		<description><![CDATA[I updated JCompiler to work with the latest (0.7.1) JavaCore.  The AbstractClasspathSource constructor changes had broken the previous version.]]></description>
		<download hits="1923">https://community.jedit.org/?q=filestore/download/1464</download>
	</plugin>
	<plugin name="JavaSideKick 2.0" updated="2006-04-14 04:04:41">
		<author>Dale Anson</author>
		<description><![CDATA[This is a pre-built binary of JavaSideKick 2.0.  The parser was built with JavaCC 4.0.  There have been some issues with the parser when it was built with JavaCC 3.2 where the parser would hang and consume all CPU cycles.  JavaCC 4.0 has made some changes in stream handling, and so far, I've been unable to reproduce the "hang" with this version of the parser.  I'd appreciate any feedback be posted to either the jEdit user or development mailing lists.  

<ul>
<li>14 Feb 2006: updated jar file, should fix the problem mentioned about the beanshell/gotodockable error.
<li>17 Feb 2006: apparently I compiled the previous file with Java 1.5. I've recompiled with Java 1.4 and updated the jar.
<li>24 Feb 2006: removed the menu item to show the structure browser, use the SideKick menu item instead.  Updated code completion, it's better, but it's still not complete.
<li>30 Mar 2006: JavaSideKick 2.0.2 is out, the attached is 2.1.0.  More updates to code completion, and added ability to show javacc files in the tree.
<li>13 Apr 2006: Attached JavaSideKick 2.1.1, as usual, more minor updates to code completion, some clean up of the javacc browser.
</ul>]]></description>
		<download hits="1601">https://community.jedit.org/?q=filestore/download/2576</download>
	</plugin>
	<plugin name="JDiff Plugin for Jedit 4.2 pre xx" updated="2003-12-23 09:12:58">
		<author>Andre Kaplan/Mark Wickens</author>
		<description><![CDATA[This is the JDiff plugin for Jedit 4.2 as I could not find it anywhere on the site. Appologies if you can get it elsewhere.]]></description>
		<download hits="8281">https://community.jedit.org/?q=filestore/download/79</download>
	</plugin>
	<plugin name="jEdit Actions for SwitchBuffer" updated="2005-01-11 11:01:23">
		<author>Lee Turner</author>
		<description><![CDATA[This plugin provides the ability to execute any jEdit action pretty much like the jEdit action bar.]]></description>
		<download hits="1278">https://community.jedit.org/?q=filestore/download/2032</download>
	</plugin>
	<plugin name="jEdit EditPanes for SwitchBuffer" updated="2005-01-11 11:01:52">
		<author>Lee Turner</author>
		<description><![CDATA[This is a bit of a silly example that provides SwitchBuffer with a list of files in different jEdit EditPanes (ie when the user has their view split).  If all splits are displaying the same file then nothing will be displayed in the SwitchBuffer dialog, otherwise selecting a file from the list will give focus to that editpane.]]></description>
		<download hits="1331">https://community.jedit.org/?q=filestore/download/2033</download>
	</plugin>
	<plugin name="jEdit Remote Control application for Android" updated="2011-09-19 11:09:24">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This is a jEdit remote control application for Android. This application can connect to jEdit using the RemoteControl plugin (courtesy of Matthieu Casanova), and then you can use it to select and close buffers.<br>
To install it, open the attached zip file. It contains:<ol>
<li>The RemoteControl plugin for jEdit - RemoteControl.jar - which you should copy to ~/.jedit/jars (or %HOMEDRIVE%%HOMEPATH%\.jedit\jars on Windows).
<li>The Android application - AndroidRemoteControl.apk - which you should install on your Android device (adb install ...).
</ol>
To use it:<ol>
<li>Configure the ip, tcp port and pincode (from the RemoteControl plugin option pane), then click Connect.
<li>You can now use the following gestures: drag right => next buffer, drag left => prev buffer, draw an 'x' (without lifting the finger) => close buffer.
<li>You can click any of the buffer names to make it the current buffer.
</ol>
Please ignore the 2nd line of components, showing two combo-boxes. They are currently not implemented.<br>
Any ideas for extending this app? Feel free to suggest.]]></description>
		<download hits="851">https://community.jedit.org/?q=filestore/download/4883</download>
	</plugin>
	<plugin name="LaTeXTools Urgent Bug Fix." updated="2004-02-23 01:02:21">
		<author>Anthony Roy</author>
		<description><![CDATA[Version 0.5 of the plugin replaced the General Options pane in jEdit's Global Options with its own General Options. This release fixes that bug.]]></description>
		<download hits="1301">https://community.jedit.org/?q=filestore/download/1068</download>
	</plugin>
	<plugin name="LazyFolds plugin" updated="2004-03-19 12:03:44">
		<author>Robert Fletcher</author>
		<description><![CDATA[A plugin that can automatically add explicit folds around certain constructs in a jEdit buffer. Rules for finding where to place folds and defining what text to include with the fold marker are defined in an XML file for each edit mode. The user can add XML rules files to their ~/.jedit/lazyfolds/ directory. The plugin has default rules for Java and JavaScript which can be used as a guide for how to build new rules files. Now supports Java 1.5 syntax]]></description>
		<download hits="1337">https://community.jedit.org/?q=filestore/download/13</download>
	</plugin>
	<plugin name="LogViewer 0.6 beta" updated="2005-11-03 08:11:50">
		<author>Dale Anson</author>
		<description><![CDATA[I've made a bunch of changes to LogViewer to better support parsing of log files so irrelevant entries can be skipped, and only relevant portions of the log file displayed.  I'm still working on the documentation, but the example xml configuration file in the help for the plugin has fairly detailed explanations. Please post feedback on the jEdit users list.]]></description>
		<download hits="1335">https://community.jedit.org/?q=filestore/download/2496</download>
	</plugin>
	<plugin name="Markers for SwitchBuffer" updated="2005-01-11 10:01:00">
		<author>Lee Turner</author>
		<description><![CDATA[This plugin provides the SwitchBuffer core with the ability to markers across all open buffers.  This functionality was previously in the pre1 release of SwitchBuffer 2.0 but has now been taken out.  This plugin has a few options available in the plugin options dialog.
<br><br>
This plugin requires SwitchBuffer 2.0pre2]]></description>
		<download hits="1268">https://community.jedit.org/?q=filestore/download/2029</download>
	</plugin>
	<plugin name="MarkerSets - using SAX to write XML" updated="2010-01-05 06:01:46">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This version of MarkerSets simply uses SAX to write the XML file instead of DOM with DocumentBuilder, which happens to fail if XQuery is installed and saxon7 is loaded.]]></description>
		<download hits="871">https://community.jedit.org/?q=filestore/download/4353</download>
	</plugin>
	<plugin name="Menu Editor for jEdit" updated="2010-08-14 08:08:10">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This plugin enables you to customize the jEdit menus (File / Edit / Search ...).
After customizing the menus, the changes are saved as a "diff" and applied on each jEdit startup, so that changes to the menus by future versions of jEdit are not masked out. For this, the plugin depends on JDiffPlugin. As the currently released version of JDiffPlugin contains a few bugs, the zip file attached here contains also a fixed version of JDiffPlugin.
(14 Aug) Added a button for adding separators to the menu. Replaced the plugin's submenu with a single menu item.]]></description>
		<download hits="843">https://community.jedit.org/?q=filestore/download/4513</download>
	</plugin>
	<plugin name="MenuEditor 0.5" updated="2010-11-27 12:11:13">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[Replaced the separator button with an item in the action set list on the right.]]></description>
		<download hits="909">https://community.jedit.org/?q=filestore/download/4577</download>
	</plugin>
	<plugin name="Minimap plugin: Initial version" updated="2009-01-17 10:01:28">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This is the first version of the minimap plugin, hopefully to be released soon.
Developed by me, with help from Matthieu Casanova.
By default, you won't see any minimaps, you will need to add minimaps using the plugin menu, or use the option to automatically add minimaps in the plugin options.]]></description>
		<download hits="1032">https://community.jedit.org/?q=filestore/download/4105</download>
	</plugin>
	<plugin name="MyDoggyPlugin - fix for deadlock on project change" updated="2011-12-04 08:12:37">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[Fix for: http://sourceforge.net/tracker/?func=detail&atid=565475&aid=3449521&group_id=588

Please extract all the files in this .tar.gz under ~/.jedit/jars. They include both the plugin and the updated jars of MyDoggy itself.]]></description>
		<download hits="1198">https://community.jedit.org/?q=filestore/download/5011</download>
	</plugin>
	<plugin name="OpenIt Plugin" updated="2004-01-14 01:01:37">
		<author>Matt Etheridge</author>
		<description><![CDATA[New OpenIt Plugin Version 1.03

* New "substring matching" functionality - if this configurable option is activated, any filename that contains this string will be found (previously the file was only found if the filename started with the specified string).]]></description>
		<download hits="1147">https://community.jedit.org/?q=filestore/download/161</download>
	</plugin>
	<plugin name="Outline plugin - bug fix" updated="2011-09-07 08:09:38">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This version of the plugin fixes the following case, where some new fold should jump multiple levels back in the tree:
<pre>
A
       Intro
               tarstrt
B
       ttrtratrs
C
       sdstd
</pre>
Here, B should be a sibling of A. Previously it used to be under A.]]></description>
		<download hits="852">https://community.jedit.org/?q=filestore/download/4879</download>
	</plugin>
	<plugin name="php complete plugin" updated="2003-12-20 03:12:29">
		<author>matteo galiazzo</author>
		<description><![CDATA[This is a completion-code plugin for php. It parses the working file, the included/required files, if they are reacheable, builds an object oriented representation of the code, then popups a window with the prompts. 

The prompted elements are: 
- global, local variables (and the parameters if we are inside a function);
- methods and variables of a class and the classes it extends from if we type -> after an object instance;
- methods of a class if we type :: after a class name;
- php functions from the selecteds function groups and predefined variables;
- defines.
You can switch-off/on the prompted elements with the checkboxes in the option panel.
For the predefined functions you can choose which function groups activate/deactivate. 
You can also choose the rendering style for each element.
]]></description>
		<download hits="1593">https://community.jedit.org/?q=filestore/download/74</download>
	</plugin>
	<plugin name="ProjectViewer - built against latest jEdit" updated="2010-01-09 04:01:36">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[]]></description>
		<download hits="878">https://community.jedit.org/?q=filestore/download/4355</download>
	</plugin>
	<plugin name="ProjectViewer 2.1.1 Beta" updated="2005-11-02 05:11:16">
		<author>Marcelo Vanzin</author>
		<description><![CDATA[New beta version of next ProjectViewer release. This version contains a few bug fixes reported from the previous beta, some fixes to the extension mechanism for other plugins, and a new event used by the next release of Console.]]></description>
		<download hits="1239">https://community.jedit.org/?q=filestore/download/2434</download>
	</plugin>
	<plugin name="ProjectViewer development version" updated="2009-05-11 04:05:43">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This is the trunk version of ProjectViewer.]]></description>
		<download hits="979">https://community.jedit.org/?q=filestore/download/4193</download>
	</plugin>
	<plugin name="ProjectViewer for SwitchBuffer" updated="2005-01-11 10:01:31">
		<author>Lee Turner</author>
		<description><![CDATA[This plugin provides the SwitchBuffer core with the ability to view all files in the currently selected project within the ProjectViewer plugin.
<br><br>
This plugin requires ProjectViewer 2.0.4 and SwitchBuffer 2.0pre2]]></description>
		<download hits="1297">https://community.jedit.org/?q=filestore/download/2030</download>
	</plugin>
	<plugin name="Radical GUI builder - jEdit plugin" updated="2007-09-21 09:09:05">
		<author>Shlomy Reinstein (Work of Richard S. Hall)</author>
		<description><![CDATA[<p>
Radical is a GUI builder that can work as a jEdit plugin: http://radical.sourceforge.net/
Project author is (or was) Richard S. Hall. Project development stopped a while ago, and I'm trying to revive and modernize it now.
</p>
<p>
The version provided here works (to some extent) within jEdit. You can generate Java source code from the GUIs you create. Feel free to try it and comment on it. Please read the usage instructions provided on the web page; some learning is required in order to use the tool, but it's a great tool in my opinion. The main thing I'd like to do is use an XML persistence model for the forms (possibly an existing open source XML model like SwingML) instead of the binary format currently used.
</p>
<p>
The jar file attached here is built against the latest development version of jEdit trunk, 10708. But I assume it can work with older versions too as the plugin itself is quite old.
</p>]]></description>
		<download hits="1042">https://community.jedit.org/?q=filestore/download/3700</download>
	</plugin>
	<plugin name="Recent Files for SwitchBuffer" updated="2005-01-11 10:01:40">
		<author>Lee Turner</author>
		<description><![CDATA[This plugin provides the SwitchBuffer core with the ability to view recent files.  This functionality was previously in the pre1 release of SwitchBuffer 2.0 but has now been taken out.
<br><br>
This plugin requires SwitchBuffer 2..0pre2]]></description>
		<download hits="1350">https://community.jedit.org/?q=filestore/download/2028</download>
	</plugin>
	<plugin name="RecursiveOpen plugin update for 4.3pre3" updated="2006-06-23 04:06:19">
		<author>nick durcholz</author>
		<description><![CDATA[This jar file is compatible with 4.3 pre3.  Also includes new ignore lists option.  ]]></description>
		<download hits="997">https://community.jedit.org/?q=filestore/download/2869</download>
	</plugin>
	<plugin name="Sessions 1.5.1 beta" updated="2012-01-22 06:01:46">
		<author>Steve Jakob</author>
		<description><![CDATA[Sessions 1.5.1 beta is updated for jEdit 4.5 and later]]></description>
		<download hits="884">https://community.jedit.org/?q=filestore/download/5126</download>
	</plugin>
	<plugin name="SideKick for SwitchBuffer" updated="2005-01-11 10:01:22">
		<author>Lee Turner</author>
		<description><![CDATA[This plugin provides a the SwitchBuffer core with the ability to view all items in the SideKick tree.  I am currently updating this plugin to allow the user to filter the information that comes from the SideKick tree based on the edit mode.  This will be in the next release.  
<br><br>
This plugin requires SideKick 0.3.1]]></description>
		<download hits="1482">https://community.jedit.org/?q=filestore/download/2031</download>
	</plugin>
	<plugin name="SideKick with a &quot;stop parsing&quot; button" updated="2011-06-10 12:06:20">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[This is a version of SideKick that has a "stop parsing" button next to the mode options button in the dockable. The "stop parsing" button is meant for very large files, whose parsing may take a lot of resources and may cause performance problems in jEdit.]]></description>
		<download hits="1061">https://community.jedit.org/?q=filestore/download/4765</download>
	</plugin>
	<plugin name="SourceControl 0.6 beta 4" updated="2008-05-30 09:05:17">
		<author>Mirco Bova</author>
		<description><![CDATA[Quasi stable release featuring jdiff with any version and graphical file history.
These new feature has been implemented for for VSS projects only.
compatible with Jedit >= 4.0.3; needs Jdiff plugin.
]]></description>
		<download hits="688">https://community.jedit.org/?q=filestore/download/73</download>
	</plugin>
	<plugin name="SourceControl 0.7.1" updated="2005-01-07 09:01:56">
		<author>Mirco Bova</author>
		<description><![CDATA[This second release of 0.7 introduces some changes in Perforce implementation that support multiple clients (i.e. p4 is executed in the same directory as the file involved in the operation).

Thanks to Greg Bail who contributed the code.]]></description>
		<download hits="1351">https://community.jedit.org/?q=filestore/download/2011</download>
	</plugin>
	<plugin name="SourceControl plugin 0.7 beta release" updated="2005-01-05 09:01:08">
		<author>Mirco Bova</author>
		<description><![CDATA[The 0.7 version of the SourceControl plugin features an embrional support for CVS.

It also includes a number of bugfixes and improvements to perforce and VSS implementations from different authors.


BR,

Mirco]]></description>
		<download hits="1370">https://community.jedit.org/?q=filestore/download/1999</download>
	</plugin>
	<plugin name="SuperAbbrevs" updated="2011-12-05 08:12:36">
		<author></author>
		<description><![CDATA[SuperAbbrevs with Zen Coding support fixed]]></description>
		<download hits="870">https://community.jedit.org/?q=filestore/download/5014</download>
	</plugin>
	<plugin name="SuperAbbrevs 2.0pre2 with ZenCoding" updated="2011-12-11 03:12:12">
		<author>kpouer</author>
		<description><![CDATA[Zencoding rewritten]]></description>
		<download hits="933">https://community.jedit.org/?q=filestore/download/5021</download>
	</plugin>
	<plugin name="SwitchBuffer 2.0pre2" updated="2005-01-11 10:01:14">
		<author>Lee Turner</author>
		<description><![CDATA[This pre2 version of SwitchBuffer has taken a little bit of a turn in direction from the pre1 release.  A number of the features that were added to SwitchBuffer 2.pre1 have been removed and the core of SwitchBuffer has now gone back to its roots and only implements an open buffer switch and a file suffix switch.  This keeps the SwitchBuffer core nice and compact without the markers and recent file switch.
<br><br>
The major change in the pre2 release is that SwitchBuffer now implements the jEdit Service API which means that other plugins can provide the data to be viewed in the SwitchBuffer dialog.  This opens up a whole load of possibilities for what SwitchBuffer can used for.

]]></description>
		<download hits="1569">https://community.jedit.org/?q=filestore/download/2027</download>
	</plugin>
	<plugin name="SyntaxHelper" updated="2007-09-10 12:09:47">
		<author>Shlomy Reinstein</author>
		<description><![CDATA[The SyntaxHelper plugin maks it easier to configure the syntax highlighting styles in jEdit by providing the syntax highlighting option pane in a dockable, with the following features:
1. Immediate feedback in the buffer when a style is changed
2. Ability to cancel changes to styles
3. Tracking the caret and marking the style used for the token under the caret.
<p>
Note: This plugin works only with the development (SVN trunk) version of jEdit. It won't work with jEdit 4.3pre10.
<p>
10 Sep: Updated with a few bug fixes.]]></description>
		<download hits="973">https://community.jedit.org/?q=filestore/download/3671</download>
	</plugin>
	<plugin name="TextAutocomplete - fix for 0.9.8b" updated="2009-07-15 11:07:22">
		<author></author>
		<description><![CDATA[This version fixes the slow startup introduced in version 0.9.8b due to an incorrect URL for the default word list file.]]></description>
		<download hits="1000">https://community.jedit.org/?q=filestore/download/4223</download>
	</plugin>
	<plugin name="TigerBrowser, yet another Java code browser, supports Java 1.5" updated="2005-12-20 11:12:21">
		<author>Dale Anson</author>
		<description><![CDATA[TigerBrowser is yet another Java source code browser.  It's named "TigerBrowser" after Sun's code name for Java 1.5.  Java 1.5 introduced new language syntax that isn't supported (yet) by the existing Java code browser plugins.  This is a "simple" browser, there are no options, it only parses Java files, and there aren't any nice icons to help tell what's what.  On the other hand, the code parsing is excellent (it's based on the reference Java 1.5 grammar for javacc) and supports all Java 1.5 and earlier syntax.
<ul>
<li>18 Dec 2005: I've updated the link to the download, the new file is my first attempt to make TigerBrowser be a JBrowse replacement.  
<li>20 Dec 2005: I've updated the link again, this is the "final" version of JBrowse using the TigerParser. Assuming no one finds any glaring bugs, this is the version that will be in the next plugin release.]]></description>
		<download hits="1270">https://community.jedit.org/?q=filestore/download/2543</download>
	</plugin>
	<plugin name="Xilize for jEdit 4.3" updated="2009-08-27 03:08:32">
		<author>Dale Anson</author>
		<description><![CDATA[A build of the Xilize plugin for jEdit 4.3.  This is not from the plugin maintainer, I just made the fixes so it would run in jEdit 4.3.]]></description>
		<download hits="922">https://community.jedit.org/?q=filestore/download/4254</download>
	</plugin>
	<plugin name="XInsert fixed for 4.2" updated="2004-02-25 07:02:31">
		<author>Nathan Tenney</author>
		<description><![CDATA[I made a one line fix to XInsert to get it to load in jEdit 4.2pre9.]]></description>
		<download hits="1327">https://community.jedit.org/?q=filestore/download/1081</download>
	</plugin>
</plugins>
