jEdit-announce Digest, Vol 1, Issue 289

jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Wed, 21 Jun 2006 12:04:08 -0700
Newsgroups gmane.editors.jedit.announce
Message-ID <mailman.683.1150916648.16465.jedit-announce@lists.sourceforge.net>
Send jEdit-announce mailing list submissions to
	[email protected]

To subscribe or unsubscribe via the World Wide Web, visit
	https://lists.sourceforge.net/lists/listinfo/jedit-announce
or, via email, send a message with subject or body 'help' to
	jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org

You can reach the person managing the list at
	jedit-announce-owner-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of jEdit-announce digest..."


Today's Topics:

   1. One hopefully last test. If all works ok, the messages to
      jedit-announce are forwarded to jedit-users again. (Vampire)
   2. Re: [ jEdit-users ] Plugin releases (Dale Anson)


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

Message: 1
Date: Tue, 20 Jun 2006 21:36:23 +0200
From: Vampire <[email protected]>
Subject: [ jEdit-announce ] One hopefully last test. If all works ok,
	the messages to jedit-announce are forwarded to jedit-users again.
To: jEdit Announce Mailinglist <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed





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

Message: 2
Date: Tue, 20 Jun 2006 18:51:15 -0700 (PDT)
From: Dale Anson <danson-mic46EttwFVWk0Htik3J/[email protected]>
Subject: Re: [ jEdit-announce ] [ jEdit-users ] Plugin releases
To: Jeffrey Hoyt <[email protected]>
Cc: [email protected],	Jedit Users
	<[email protected]>
Message-ID:
	<Pine.LNX.4.64.0606201842520.8795-4j4PwnkhihkmUiwKRTLg+HHrszOJ0dCBAL8bYrjMMd8@public.gmane.org>
Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed

You know, this tells me that jEdit is alive and well.  I started a new job 
a few weeks ago, they all use Eclipse there.  I hadn't used Eclipse much 
before, and I'm finding that there are some nice things in Eclipse, but it 
is harder to do simple things.  There are things in Eclipse that I'm not 
sure belong in jEdit.  I like that jEdit is light-weight, is an excellent 
EDITOR, and will let me work without getting in my way.  I like that 
Eclipse has excellent CVS integration, and I like the 'jump to definition' 
feature -- I think I'll add that to JavaSideKick. I find that it works 
pretty well to run them both at once.  There is clearly a place for an 
application like jEdit for all developers.

So, thanks to all of you that have made jEdit what it is!




On Sat, 3 Jun 2006, Jeffrey Hoyt wrote:

> Since May 10, we have been slowly but surely releasing plugins,
> however I've been remiss in making announcements.  Here's the the
> result of all that work.  Attached is a copy that's easier to read in
> jEdit.
>
> 6 new plugins and 42 updates.  Thanks to all the plugin develpers who
> submitted plugins and to Alan Ezust and Matthieu Casanova for their
> packaging help.  For the record, Alan did the lion's share with 29 of
> the releases.
>
> Enjoy,
>
> Jeff
>
> {{{ AStyle 0.7
>        Updates to support Java 1.5 code beautifying.
>       INFO:  Requires Java 1.1
>       INFO:  Requires jEdit 04.02.01.00
>    AStyle 0.8
>        Updated to use Beauty API.
>       INFO:  Requires Java 1.4
>       INFO:  Requires jEdit 04.02.01.00
> }}}
>
> {{{ AntFarm 1.5
>        o Updated for Console 4.2.x, and PV 2.1.2
>        o AntFarm now includes Ant 1.6.5 (updated from 1.5.4).
>    AntFarm 1.5.1
>        Reduced dependencies so it runs on 4.2final
>    AntFarm 1.5.2
>        Changes since 1.5.1:
>            1476779 fixed - spurious space in antfarm generated commands.
>       Depends: Console 4.2.5.2 JDK 1.5, jedit 4.2final, ErrorList
> 1.3.2, XML 0.1.3, CommonControls 0.8.5
>        Optional: ProjectViewer 2.1
>    AntFarm 1.5.3
>       Removed ant.jar, ant-nodeps.jar from this plugin, and now
> relies on AntPlugin.
>       INFO:  Requires jEdit 04.02.99.00
>       INFO:  Optional plugins: [('projectviewer.ProjectPlugin', '2.1')]
>       INFO:  Required plugins [('xml.XmlPlugin', '0.13'),
> ('errorlist.ErrorListPlugin', '1.3.2'), ('console.ConsolePlugin',
> '4.2.5.2'), ('ant.AntPlugin', '1.6.5')]
>       INFO: Requires Java 1.5
> }}}
>
> {{{ AntPlugin 1.6.5
>   The AntPlugin is a jedit plugin which contains Apache Ant.  This
> version has 1.6.5.
> }}}
>
> {{{ Beauty 0.1 - Initial release
>       The Beauty plugin is a general frame workfor code beautifiers
> and provides several built-in beautifiers. While there are several
> existing plugins for beautifying/formatting various source file
> formats, this plugin aims to consolidate those formatters into a
> standard API so that beautifying can be performed in a general way,
> similar to how the SideKick plugin provides a general framework for
> code browsers. Includes beautifiers for html, jsp, java, and javacc.
>       INFO:  Requires jEdit 04.02.01.00
>       INFO:  Requires Java 1.4
> }}}
>
> {{{ Code2HTML-0.5
>        Updated to work with jEdit 4.3
>       INFO:  Requires jEdit 04.00.03.00
>       INFO:  Requires Java 1.2
> }}}
>
> {{{ CommonControls 0.9.1
>        Announcement:
>            * Fix some issues with the worker thread pool
>            * Add new method to the thread pool that has some
> guaratees about how the tasks will be executed.
>       INFO:  Requires Java 1.4.1
>       INFO:  Requires jEdit 04.02.04.00
> }}}
>
> {{{ Console 4.2.5
>        Bugfix release, containing some refactoring and code cleanup.
>       INFO:  Optional plugins: [('projectviewer.ProjectPlugin', '2.1.1')]
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.3.4')]
>       INFO:  Requires Java 1.5
>       INFO:  Requires jEdit 04.02.99.00
>    Console 4.2.5.1
>        Bugs fixed: 1460349 1459481 1459460 1454080 1449325 1448809
>        added informative label in ErrorOptionPane so people
>        Test/Commit changes to error paths.
>        feature request 1202051 - now users can prepend directories to
> the PATH of child processes.
>       INFO:  Optional plugins: [('projectviewer.ProjectPlugin', '2.1.1')]
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.3.4')]
>       INFO:  Requires Java 1.5
>    Console 4.2.5.2
>        Bug Fixes: 1185273, 1465602, 1450389, and others
>        Made merging output and error an option (in console general options).
>       INFO:  Requires jEdit 04.02.99.00
>       INFO:  Optional plugins: [('projectviewer.ProjectPlugin', '2.1.1')]
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.3.4')]
>       INFO:  Requires Java 1.5
>    Console 4.2.6
>        o Bugs fixed: 1468934
>        o Generic error pattern handles windows pathnames now.
>        o Improved/updated documentation.
>        o Fixed some startup beanshell errors that were occurring at
> startup when listening to pv events.
>       INFO:  Requires jEdit 04.02.99.00
>       INFO:  Optional plugins: [('projectviewer.ProjectPlugin', '2.1.1')]
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.3.4')]
>       INFO:  Requires Java 1.5
>    Console 4.2.6.2
>        * Improved make and ant commando buttons.
>        * Fixed *nix quoting/spacing/platform issues (1468934).
>        * Fixed 1459562 - Console.waitFor() now works.
>        * Added checkboxes in General Option Pane: showExitStatus and
> mergeStreams.
>        * Added "none" option for shell prefix (which currently does not
>        work).
>       INFO:  Requires jEdit 04.02.99.00
>       INFO:  Optional plugins: [('projectviewer.ProjectPlugin', '2.1.1')]
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.3.4')]
>       INFO:  Requires Java 1.5
> }}}
>
> {{{ CssEditor 0.4
>       This plugin is used for editing css elements inside jEdit. The
> css attributes of the css element are grouped into tabs that represent
> a group of related css attributes. Inside each tab, you can find one
> or more groups of closely related attributes, and inside each group
> you cn find comboboxes that represent the attributes themself.
>       INFO:  Requires Java 1.4.0
>       INFO:  Requires jEdit 04.03.03.00
>       INFO:  Required plugins [('infoviewer.InfoViewerPlugin', '1.5.5')]
> }}}
>
> {{{ FTP 0.7.7
>        Changes:
>           - Crumbling to popular demand, added the ability to save
> passwords. NB: they are stored in a hard, but not impossible, to read
> file - a similar approach to eclipse.
>           - Patch 1445269 : "readonly error"/chmod exception
> }}}
>
> {{{ HtmlSideKick-0.1 - Initial Release
>       HtmlSideKick is a SideKick extension to provide code browsing
> for html and jsp files.
>       INFO:  Requires Java 1.4.1
>       INFO:  Requires jEdit 04.02.08.00
>       INFO:  Required plugins [('errorlist.ErrorListPlugin',
> '1.3.1'), ('sidekick.SideKickPlugin', '0.5')]
> }}}
>
> {{{ InfoViewer 1.5.5
>        Small bugfix -
>        InfoViewer 1.5.5 offers two different dockables:
>           "helpviewer" - pops up infoviewer with the help sidebar
> already visible
>            "infoviewer" - pops up infoviewer with no sidebar active.
>       From either dockable, can toggle the sidebar between visible
> and invisible, but now you can decide which pops up when you start
>        INFO: Requires jEdit 04.03.02.00
>    Infoviewer 1.5.6
>       History, Back and Forward actions rewritten - now the current
> position gets pushed onto the forward stack when back is pressed, and
> vice-versa.
>       INFO:  Requires jEdit 04.03.02.00
>       INFO:  Requires Java 1.4
> }}}
>
> {{{ JMail Plugin 1.4
>        * Upgrade to latest JavaMail and JAF.
>        * Support for SMTP authentication and secure SMTP
>       INFO:  Requires Java 1.4
>       INFO:  Requires jEdit 04.02.00.00
> }}}
>
> {{{ JavaScriptSideKick 0.3
>       This sidekick plugin parses Javascript source and analyzes it,
> using regular expressions (an excentric programming style will
> probably confuse the plugin). It is derived from newly added classes
> to the SideKick plugin 0.4.
>       INFO:  Requires Java 1.4.1
>       INFO:  Requires jEdit 04.02.08.00
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.3.1')]
>       INFO:  Required plugins [('errorlist.ErrorListPlugin',
> '1.3.1'), ('sidekick.SideKickPlugin', '0.4')]
> }}}
>
> {{{ JavaSideKick 2.0.2
>       Announcement: Spit and polish release, code completion is
> better, parsing is better, cursor and tree tracking is better.
>       INFO: Required plugins [('errorlist.ErrorListPlugin',
> '1.3.1'), ('sidekick.SideKickPlugin', '0.3')]
>       INFO:  Requires Java 1.4.1
>       INFO:  Requires jEdit 04.02.08.00
>    JavaSideKick 2.1.1
>       Updates to code completion, will now parse and display javacc
> files as well as java files.
>       INFO: Required plugins [('errorlist.ErrorListPlugin',
> '1.3.1'), ('sidekick.SideKickPlugin', '0.5')]
>       INFO:  Requires Java 1.4.1
>       INFO:  Requires jEdit 04.02.08.00
> }}}
>
> {{{ JpyDbg V0.0.16
>       + BIG IMPROVEMENT : The variable Window is now a clean and
> lean Python Object memory browser based on a Swing tree table : You
> can navigate recursivelly Local and global Python instances and last
> but not least dynamically change the final node data instances
>        + IMPROVEMENT: Jython environment configuration have been simplifed.
>        + IMPROVEMENT : Clean isolation of Jython and Python
> configuration context
>       + IMPROVEMENT : Check button for Jython / Python configuration
> correctness
>       + IMPROVEMENT : PYTHON PATH management has been revisited and improved
> }}}
>
> {{{ LaTeXTools 0.5.3
>        Updated by Alan Ezust for jEdit 43pre3 and Console 4.2.4
>       INFO:  Requires Java 1.3
>       INFO:  Requires jEdit 04.03.02.00
>       INFO:  Required plugins [('console.ConsolePlugin', '4.2.4'),
> ('sidekick.SideKickPlugin', '0.3')]
>   LaTeXTools 0.5.4
>        Changelog: Updated property files for recent versions.
>        Requires:
>            jdk 1.5
>            sidekick.SideKickPlugin 0.3
>            console.ConsolePlugin 4.2.6
> }}}
>
> {{{ Navigator 1.2
>       Creates one Navigator for each EditPane
> }}}
>
> {{{ Oolong_1.0.0 - Initial release
>       Oolong is an assembler like language for the Java Virtual
> Machine. This plugin provides tools to:-
>            * Decompile class files to Oolong;
>            * Compile Oolong files to Java class files;
>            * Dump information about Java class files;
>            * Produce hex dumps of any file.
>       Oolong.xml is a mode file which may be installed in jEdit to
> highlight Oolong files (see jEdit
>        INFO: Requires jEdit 04.02.01.00
>
> }}}
>
> {{{ Outline 1.1.1
>        Updated for SideKick 0.4
>        INFO: Required plugins [('errorlist.ErrorListPlugin',
> '1.3.1'), ('sidekick.SideKickPlugin', '0.4')]
>       INFO:  Requires jEdit 04.02.08.00
>       INFO:  Requires Java 1.4.1
> }}}
>
> {{{ P4Plugin 0.2.1
>        Announcement:
>        - add "p4 filelog" command as an executable action
>        - install a mode file that does basic highlighting of perforce
> change lists, client specs, etc.
>       - bug fixes: lots of changes to avoid deadlocks, fix a
> possible serialization issue, and other minor fixes.
>       INFO:  Requires jEdit 04.02.99.00
>       INFO:  Requires Java 1.4
>       INFO:  Required plugins [('projectviewer.ProjectPlugin',
> '2.1.3.0'), ('CommonControlsPlugin', '0.9.1'),
> ('console.ConsolePlugin', '4.1.2')]
> }}}
>
> {{{ PHPParser-1.2.2
>        Changes:
>           -Missing '?>' is now reported as warning and can
> bedeactivated in the options
>            -Better code completion handling for interfaces
>            -&lt;?xml token is now ignored (I think if you put
> suchtoken, your php.ini config will only accept &lt;?php for starting
> php scripts
>        Bugs fixed:
>           -php 5 : better handling of type of the methodparameters
> (array and several other keywords are now allowed)
>            -Class access are allowed after method calls ($a->test()->tutu()
>            )
>            -Interfaces can now extends several interfaces
>            -1378327 fixed
>            -981809 fixed
>            -1066608 fixed
>            -1368690 fixed : syntax like if ($a && $b = 3)
>            -Bug fixed when you had an interface in a project
> preventing the project to load
>       INFO:  Requires jEdit 04.02.11.00
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.4'),
> ('sidekick.SideKickPlugin', '0.4')]
>    PHPParser-1.2.3
>        Bugs fixed
>            better modifier parsing
>            a bug fixed in code analysis of try statements
>            some bugs fixed in dockable panel
>            1458668 fixed (< while ($a) : ?>blabla<?endwhile;?>
>            1432935 fixed
>            1489533 fixed (const keyword)
>            Syntax like
>            TR_TreeAction::getInstance('containers')->isRoot(5); fixed
>            several fields declared in the same likes is now allowed in php 5
>       INFO:  Requires jEdit 04.02.11.00
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.4'),
> ('sidekick.SideKickPlugin', '0.4')]
> }}}
>
> {{{ ProjectViewer 2.1.3.0
>        - add "filtered view", contributed by Rudolf Widmann
>        - fix a serious data loss issue in the project file; plugins
> that use non-String properties in projects are strongly encouraged to
> raise the dependency to this version or risk data loss.
>        - other minor enhancements/fixes.
>       INFO:  Requires Java 1.3
>       INFO:  Optional plugins: [('infoviewer.InfoViewerPlugin',
> '1.2'), ('errorlist.ErrorListPlugin', '1.3.1')]
>        INFO: Required plugins [('CommonControlsPlugin', '0.9.0')]
>    ProjectViewer 2.1.3.1
>       - bug fix release: fixes NullPointerException when using files
> from a VFS.
>       INFO:  Requires Java 1.3
>       INFO:  Optional plugins: [('infoviewer.InfoViewerPlugin',
> '1.2'), ('errorlist.ErrorListPlugin', '1.3.1')]
>        INFO: Required plugins [('CommonControlsPlugin', '0.9.0')]
>    ProjectViewer 2.1.3.2
>        - fix bug in icon composing introduced in 2.1.3.1
>       INFO:  Requires Java 1.3
>       INFO:  Optional plugins: [('infoviewer.InfoViewerPlugin',
> '1.2'), ('errorlist.ErrorListPlugin', '1.3.1')]
>        INFO: Required plugins [('CommonControlsPlugin', '0.9.0')]
>   ProjectViewer 2.1.3.3
>       INFO: Optional plugins: [('infoviewer.InfoViewerPlugin',
> '1.2'), ('errorlist.ErrorListPlugin', '1.3.1')]
>       INFO:  Required plugins [('CommonControlsPlugin', '0.9.0')]
>       INFO:  Requires Java 1.3
>       INFO:  Requires jEdit 04.03.01.00
> }}}
>
> {{{ ProjectWizard 0.4 - Initial release
>       The ProjectWizardPlugin provides wizards to create new
> projects. Currently standalone application ie. with main(String
> args[]) and Jakarta's Struts supported. The plugin creates directories
> and initial build.xml and for Struts web.xml and struts-config.xml.
>       INFO:  Requires jEdit 04.02.01.00
>       INFO:  Requires Java 1.4
>       INFO:  Required plugins [('templates.TemplatesPlugin', '3.3.0')]
> }}}
>
> {{{ Scheme 1.0.1  - Initial release
>       This plugin integrates the Sceme R4 implementation produced by
> J. Engel to demonstrate Oolong into jEdit:-
>            * Integrates the classloader with jEdit's JARClassLoader;
>            * Integrate with Console to provide a Scheme Interpreter Shell;
>            * Integrate with jEdit's PluginManager to enable Scheme
> Libraries to be distributed in Plugins
>       INFO: Required plugins [('OolongPlugin', '1.0.0'), ('Console',
> '4.1.2') ]
>       INFO: Requires jEdit 04.02.99.00
> }}}
>
> {{{ SideKick 0.5
>       SideKick now auto-expands the proper depth of the tree, and
> properly follows the textarea's caret as the selected node in the
> sidekick. (Dale Anson) </para <para> A new context menu exists in
> Structure Browser permitting the user to set and view markers. (Martin
> Raspe)
>       INFO:  Required plugins [('errorlist.ErrorListPlugin', '1.2')]
>       INFO:  Requires jEdit 04.03.03.00
>
> }}}
>
> {{{ TextAutocomplete 0.9 - Initial release
>       TextAutocomplete collects "words" in the current buffer and
> those that you type and offers you automatically a list of possible
> completions as you type a new word. It's pretty similar to the jEdit's
> function "Complete Word" but it's automatic, you don't need to press
> any key to invoke the list of completions. The plugin was inspired by
> a similar functionality in OpenOffice.org.
>       The plugin is configurable, you can define what a "word" is,
> what words (not) to remember etc. - see the docs. It's also possible
> to modify manually the list of remembered words.
>        You have to start the autocompletion for every buffer where you want
>        it.
>        INFO: Requires Java 1.3
>    TextAutocomplete 0.9.2
>        This is a bug fixes and enhancement release.
>        Additionally, the plugin has been updated for jEdit 4.3pre3.
>        Bug fixes:
>           * Prevent the cursor from switching buffer/view: When you
> edited one or two file(s) in a split view, it sometimes happened that
> you started writing in one and suddenly the cursor jumped into the
> another. This should be now fixed (We prefer jEdit.getActiveView over
> the remembered view). I'd like to thank Jeremias, who discovered the
> bug.
>        New features:
>            * Start for all opened buffers and Stop for all opened buffers
>            * Start automatically for new buffers if desired
>            * The number of remembered words is now limited to 1000,
> the limit may be changed.
>           * It's now possible to export/import (append) the list of
> remembered words.
>        Requirements:
>            jEdit 4.3pre3
>            JDK1.4
> }}}
>
> {{{ TypoScript 0.1.1
>       Added support for multiple templates per page to be displayed
> in the site browser, fixed some reported bugs, reduced dependency to
> 4.2final. Will now automatically install the typoscript edit mode when
> it's not available.
>       INFO:  Requires jEdit 04.02.99.00
>       INFO:  Required plugins
> [('jakartacommons.JakartaCommonsPlugin', '0.4.4')]
> }}}
>
> {{{ XML Plugin 0.14
>       The XML Plugin for version 4.2 stable is now patched to use
> the Xerces Plugin instead of including its own (now very obsolete)
> binaries of Xerces.
>       INFO: Required plugins [('sidekick.SideKickPlugin', '0.3'),
> ('errorlist.ErrorListPlugin', '1.3.1'), ('xerces.XercesPlugin',
> '2.8.0')]
>        INFO: Requires jEdit 04.02.06.00
>    XML 0.16
>        Generates ant completion xml as part of build process
>        Removed Xerces from this plugin and added a dependency on
> XercesPlugin 2.8.0.
>       Removed htmlparser from this plugin, since the HtmlSideKick
> does a better job of parsing HTML.
>       INFO: Required plugins [('sidekick.SideKickPlugin', '0.3'),
> ('errorlist.ErrorListPlugin', '1.3.1'), ('xerces.XercesPlugin',
> '2.8.0')]
>        INFO: Requires jEdit 04.03.03.00
>    XML Plugin 0.17
>    XML 0.17
>        Changelog: Attribute Completion now works.
>        Depends on
>            jedit 04.03.03.00,
>            xerces.XercesPlugin 2.8.0,
>            errorlist.ErrorListPlugin 1.3.1,
>            sidekick.SideKickPlugin 0.3
> }}}
>
> {{{ XSearch 1.1
>       The Extended Search plugin offers enhancedsearch-and-replace
> dialogs based on those from the jEdit text editor. XSearch's dialogs
> are dockable or floatable, giving more flexible usability. They
> include all the standard search and replace functions described in
> jEdit user guide.
>       As of XSearch 1.0.9.2, you have an option of overriding the
> built-in Find and Search in directory... actions with XSearch
> equivalents. The Find action, if there is a selection, will also serve
> as Replace in selection, but if there is no selection, will select the
> "current buffer" as the search scope.
>        o Project Search: search in all files of the current project of PV
>        (rw)
>        o Hyper search: navigation buttons added (rw)
>        o Option to remap "find" and "search in directory" to XSearch
> actions (ae)
>       o Changed the "synchronize" checkbox to a sync button, with a
> context menu for making it "autosync". (ae)
>        o Small UI improvements
>       INFO:  Requires Java 1.5
>       INFO:  Required plugins [('projectviewer.ProjectPlugin', '2.1.1')]
>       INFO:  Requires jEdit 04.03.04.00
> }}}
>
> {{{ XercesPlugin 2.8.0
>           The Xerces Plugin is nothing but Apache Xerces-J version
> 2.8.0 packaged as a jedit plugin, with documentation.
>           Future releases of the XML plugin will depend on
> theXercesPlugin instead of including a version of Xerces inside.
>           INFO: Requires jEdit 04.02.99.00
> }}}
>
>
> -- 
> They that give up essential liberty to obtain a little temporary
> safety deserve neither.
>
>



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

All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642

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

_______________________________________________
jEdit Announcement List
[email protected]
https://lists.sourceforge.net/lists/listinfo/jedit-announce


End of jEdit-announce Digest, Vol 1, Issue 289
**********************************************