<?xml version="1.0" encoding="ISO-8859-1" ?>
<plugins>
	<plugin name="AntHelper For JavaCore" updated="2004-04-20 07:04:39">
	<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="661">http://community.jedit.org/?q=filestore/download/1159</download>
	</plugin>
		<plugin name="AntHelper for JavaCore" updated="2004-04-27 05: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="674">http://community.jedit.org/?q=filestore/download/1283</download>
	</plugin>
		<plugin name="BufferLocal 1.2.4 update" updated="2005-12-14 07: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="455">http://community.jedit.org/?q=filestore/download/2542</download>
	</plugin>
		<plugin name="BufferLocal update, version 1.2.1" updated="2004-08-09 10:08:23">
	<author>Dale Anson</author>
	<description><![CDATA[An update to the recently posted 1.2 version. Fixes a null pointer exception.]]></description>
	<download hits="557">http://community.jedit.org/?q=filestore/download/1547</download>
	</plugin>
		<plugin name="CodeBrowser with function highlight" updated="2006-07-18 04: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="292">http://community.jedit.org/?q=filestore/download/2922</download>
	</plugin>
		<plugin name="DocSynch" updated="2004-02-08 06: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="">http://community.jedit.org/?q=filestore/download/</download>
	</plugin>
		<plugin name="Editmodes for SwitchBuffer" updated="2005-09-26 03: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="1801">http://community.jedit.org/?q=filestore/download/2413</download>
	</plugin>
		<plugin name="Enhanced Tags plugin" updated="2007-10-14 05: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="82">http://community.jedit.org/?q=filestore/download/3717</download>
	</plugin>
		<plugin name="fixed Sessions plugin" updated="2003-12-19 04:12:15">
	<author>Robert Fletcher</author>
	<description><![CDATA[This is a patched version of the Sessions plugin that fixes the bug where paths containing \u get escaped resulting in ever increasing numbers of backslashes in the path when switching session. You will need to close and re-open any affected files, then save the session.]]></description>
	<download hits="576">http://community.jedit.org/?q=filestore/download/72</download>
	</plugin>
		<plugin name="HDL Parser" updated="2004-08-30 11:08:24">
	<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="572">http://community.jedit.org/?q=filestore/download/1617</download>
	</plugin>
		<plugin name="HDL Parser" updated="2005-08-02 03:08:15">
	<author>Igor Lesik</author>
	<description><![CDATA[Now supports VHDL]]></description>
	<download hits="649">http://community.jedit.org/?q=filestore/download/2337</download>
	</plugin>
		<plugin name="HtmlSideKick initial community release" updated="2006-04-14 10:04:47">
	<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="309">http://community.jedit.org/?q=filestore/download/2740</download>
	</plugin>
		<plugin name="JavaCore-aware JCompiler Plugin" updated="2004-05-31 08:05: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="628">http://community.jedit.org/?q=filestore/download/1362</download>
	</plugin>
		<plugin name="JavaCore-aware JCompiler Plugin again" updated="2004-07-08 07: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="905">http://community.jedit.org/?q=filestore/download/1464</download>
	</plugin>
		<plugin name="JavaSideKick 2.0" updated="2006-04-13 09: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="403">http://community.jedit.org/?q=filestore/download/2576</download>
	</plugin>
		<plugin name="JDiff Plugin for Jedit 4.2 pre xx" updated="2003-12-23 01: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="3318">http://community.jedit.org/?q=filestore/download/79</download>
	</plugin>
		<plugin name="jEdit Actions for SwitchBuffer" updated="2005-01-11 03: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="469">http://community.jedit.org/?q=filestore/download/2032</download>
	</plugin>
		<plugin name="jEdit EditPanes for SwitchBuffer" updated="2005-01-11 03: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="508">http://community.jedit.org/?q=filestore/download/2033</download>
	</plugin>
		<plugin name="LaTeXTools Urgent Bug Fix." updated="2004-02-23 05: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="541">http://community.jedit.org/?q=filestore/download/1068</download>
	</plugin>
		<plugin name="LazyFolds plugin" updated="2004-03-19 04: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="534">http://community.jedit.org/?q=filestore/download/13</download>
	</plugin>
		<plugin name="LogViewer 0.6 beta" updated="2005-11-03 12: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="423">http://community.jedit.org/?q=filestore/download/2496</download>
	</plugin>
		<plugin name="Markers for SwitchBuffer" updated="2005-01-11 02: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="477">http://community.jedit.org/?q=filestore/download/2029</download>
	</plugin>
		<plugin name="OpenIt Plugin" updated="2004-01-13 05: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="394">http://community.jedit.org/?q=filestore/download/161</download>
	</plugin>
		<plugin name="php complete plugin" updated="2003-12-20 07: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="846">http://community.jedit.org/?q=filestore/download/74</download>
	</plugin>
		<plugin name="ProjectViewer 2.1.1 Beta" updated="2005-11-01 09: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="453">http://community.jedit.org/?q=filestore/download/2434</download>
	</plugin>
		<plugin name="ProjectViewer for SwitchBuffer" updated="2005-01-11 02: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="482">http://community.jedit.org/?q=filestore/download/2030</download>
	</plugin>
		<plugin name="Radical GUI builder - jEdit plugin" updated="2007-09-21 02: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="89">http://community.jedit.org/?q=filestore/download/3700</download>
	</plugin>
		<plugin name="Recent Files for SwitchBuffer" updated="2005-01-11 02: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="533">http://community.jedit.org/?q=filestore/download/2028</download>
	</plugin>
		<plugin name="RecursiveOpen plugin update for 4.3pre3" updated="2006-06-23 09: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="237">http://community.jedit.org/?q=filestore/download/2869</download>
	</plugin>
		<plugin name="SideKick for SwitchBuffer" updated="2005-01-11 02: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="485">http://community.jedit.org/?q=filestore/download/2031</download>
	</plugin>
		<plugin name="SourceControl 0.6 beta 4" updated="2003-12-19 11:12:55">
	<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="486">http://community.jedit.org/?q=filestore/download/73</download>
	</plugin>
		<plugin name="SourceControl 0.7.1" updated="2005-01-07 01: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="526">http://community.jedit.org/?q=filestore/download/2011</download>
	</plugin>
		<plugin name="SourceControl plugin 0.7 beta release" updated="2005-01-05 01: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="495">http://community.jedit.org/?q=filestore/download/1999</download>
	</plugin>
		<plugin name="SwitchBuffer 2.0pre2" updated="2005-01-11 02: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="572">http://community.jedit.org/?q=filestore/download/2027</download>
	</plugin>
		<plugin name="SyntaxHelper" updated="2007-09-10 05: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="97">http://community.jedit.org/?q=filestore/download/3671</download>
	</plugin>
		<plugin name="Tags Plugin" updated="2003-12-16 09:12:59">
	<author>Ollie Rutherfurd</author>
	<description><![CDATA[Tags has been updated for 4.2 and now has a "Tag Stack" dockable for viewing and jumping between position in the tag stack.  Tags can also recursively search parent directories for the current buffer's tag index file.]]></description>
	<download hits="544">http://community.jedit.org/?q=filestore/download/21</download>
	</plugin>
		<plugin name="TigerBrowser, yet another Java code browser, supports Java 1.5" updated="2005-12-20 03: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="455">http://community.jedit.org/?q=filestore/download/2543</download>
	</plugin>
		<plugin name="White Space Plugin - Hacked" updated="2004-01-08 04:01:47">
	<author>NathanJones</author>
	<description><![CDATA[This is a "hacked" white space plug in which works with Jedit 4.2 pre 7. The html documentation is now working. This version now uses the new Jedit API. Any comments would be much appreciated as I am a newbie with Jedit Plug ins. Having read the comments I have included the source code. Many thanx to all who posted comments.]]></description>
	<download hits="1323">http://community.jedit.org/?q=filestore/download/77</download>
	</plugin>
		<plugin name="XInsert fixed for 4.2" updated="2004-02-25 11: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="571">http://community.jedit.org/?q=filestore/download/1081</download>
	</plugin>
	</plugins>
