jEdit-announce Digest, Vol 3, Issue 2

jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Tue, 29 Aug 2006 12:12:22 -0700
Newsgroups gmane.editors.jedit.announce
Message-ID <mailman.687.1156878742.31044.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. Plugin release (Jeffrey Hoyt)


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

Message: 1
Date: Tue, 29 Aug 2006 00:10:34 -0400
From: "Jeffrey Hoyt" <[email protected]>
Subject: [ jEdit-announce ] Plugin release
To: [email protected]
Message-ID:
	<26f8874c0608282110m2b1ab866sb33846fe079108ea-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"

There have been 25 plugin releases since early July. - 23 updates and
2 new.     List below and details attached.

New:
CscopeFinder plugin r 0.3 	
ContextMenu plugin 0.1 	

Updates:
JUnitPlugin 0.5   	
AntFarm 1.5.4
P4Plugin 0.2.2 	
OpenIt 1.1  	
Activator 1.2.1
Optional 0.2.1
Infoviewer 1.5.9
ProjectViewer 2.1.3.4 	
Highlight v1.4.1 	
Ruby Editor Plugin 0.8.1 	
jEdit Ruby Editor Plugin 0.8.0 	
ShortcutSaver 1.1
PMD JEdit Plugin 2.6
Navigator 1.3
XML 2.0.1
RETest 1.1.0 	
JavaScriptSidekick 0.4 	
Console 4.2.6.4 	
CodeBrowser 1.4.3 	
JUnitPlugin 0.4  	
HtmlSideKick 0.5 	
XML 1.0.0
SideKick 0.6.4 :

Enjoy,

Jeff

-- 
They that give up essential liberty to obtain a little temporary
safety deserve neither.
-------------- next part --------------
Plugins packaged since early July: 23 updates and 2 new
aao
{{{ AntFarm 1.5.4
    Made AntFarm more SideKicky, there is now an option for "single click opens target in editor", from general options as well as the AntFarm options combobox.
    INFO: Requires Java 1.5
    INFO: Requires jEdit 04.02.99.00
    INFO: Optional plugins: [('projectviewer.ProjectPlugin', '2.1.3.2')]
    INFO: Required plugins [('errorlist.ErrorListPlugin', '1.4'), ('console.ConsolePlugin', '4.2.6'), ('ant.AntPlugin', '1.6.5'), ('CommonControlsPlugin', '0.9.0')]  }}}

{{{ Activator 1.2.1
    Clears summary file when unloading plugins

    If you reload a plugin that has dependent plugins,
    before it just deactivated the dependent plugins.
    Now it reloads them too.

    Handles cycles in the dependency graph properly.

    INFO: Required plugins [('CommonControlsPlugin', '0.8.2')]
    INFO: Requires jEdit 04.02.99.00
    INFO: Requires Java 1.5.0  }}}

{{{ CodeBrowser 1.4.3

    Version 1.4.3. Requires JDK 1.4, jEdit 4.3pre5,
    ExuberantCtags 5.5.

    * Fixes for change in regexp/search API
    * Sends new CaretChanging editbus message for
    the benefit of Navigator. }}}

{{{ ContextMenu plugin 0.1- Initial release
    Announcement:
    initial Plugin Central release

    Requirements:
    - jEdit 4.3pre6
    - jdk 1.5

    Short Description:
    The ContextMenu plugin allows you to change text
    area's right-click context menu for each mode.

    Long Description:
    The ContextMenu plugin allows you to change text
    area's right-click context menu for each mode. You can
    add there any from jEdit's built-in commands, commands
    of any plugin and macros. Selected actions can be also
    shown in jEdit's menu bar.

    Source Code:
    https://svn.sourceforge.net/svnroot/jedit/plugins/
    ContextMenu/tags/release-0.1/ }}}

{{{ Console 4.2.6.4
    Console Version 4.2.6.4 Requires jEdit 4.2 final, JDK
    1.5, ErrorList 1.3.5, and ProjectViewer 2.1.1 (optional)

    * Added option to not show welcome message.
    * File completion now expands ~ as the homedir.
    * Ctrl-U deletes what you typed.
    * Bugfix with runInSystemShell - selects the
    correct Output now. }}}

{{{ CscopeFinder plugin r 0.3 - Initial release

    Announcement: Initial Plugin Central release.

    Requirements
    ------------

    JDK: 1.4 or later

    jEdit: 04.02.02.00

    3rd party apps:
    Cscope (http://cscope.sourceforge.net/)
    or
    Pycscope (http://cheeseshop.python.org/pypi/
    pycscope/)

    Source URI: http://members.capmac.org/~deanhall/Code/
    CscopeFinder-src.jar

    Binary URI: http://members.capmac.org/~deanhall/Code/
    CscopeFinder.jar

    Short Description: CscopeFinder adds rapid code
    searching using Cscope index files.

    Long Description:
    The Cscope Finder pluging uses Cscope index files
    created by the
    Cscope or Pycscope command line utilities to
    provide the following
    searches on C, C++ and Python code:
    - Find this symbol
    - Find this global definition
    - Find functions calling this
    - Find functions called by this
    - Find files #including this
    - List All Functions }}}

{{{ Highlight v1.4.1
    -Fix gnu.regex.* dependency to work with pre5
    -Minor change in option pane design (use of separator).
    -Bugfix : highlight current search will now take the
    ignore case flag of the last search.
    -Textarea extension rewritten for better performances }}}

{{{ HtmlSideKick 0.5
    * Updated for XML 1.0's XmlParsedData API. }}}

{{{ Infoviewer 1.5.9
    Version 1.5.9 Depends on jedit 4.3pre5, Java 1.5
    * Reload on buffer save reloads same address,
    rather than opening the current buffer.
    * Remembers vertical scrollbar positions in the
    history - back and forward restore them properly. (Alan
    Ezust) }}}

{{{ jEdit Ruby Editor Plugin 0.8.0

    3. All Requirements-
    * JDK compatibility 1.5
    * jEdit version 4.2 or 4.3
    * plugin dependencies
    * SideKickPlugin 0.3.4
    * ProjectPlugin 2.1.3.2
    * required third-party applications
    * JRuby 0.9 (in cvs plugins/RubyPlugin/lib dir)

    4. Announcement-
    Initial plugin central release of the Ruby Editor
    Plugin. Works in both jEdit 4.2 and 4.3. Upgraded to
    use JRuby 0.9.0. Some method completion bugs have been
    fixed since the last release. }}}

{{{ JavaScriptSidekick 0.4
    changed parser regex patterns to make the plugin more
    compatible with namespace/package emulation in
    JavaScript (thanks David Padgett) }}}

{{{ JUnitPlugin 0.4
    Requirements:
    JEdit 4.2 final+, Java 1.4 and ProjectViewer 2.1.3.2.

    Changes:
    *The possibility of customizing the project-specific
    options has been added.
    *The dependency on the CommonControls plugin has been
    removed.
    *Updated junit.jar.
    *Improved/updated documentation. }}}

{{{ JUnitPlugin 0.5
    * GUI has been almost completely rewritten.
    * The opportunity to adjust and use the filtering of stack trace has been added.
    * Some bugs fixed(thanks to Alan Ezust).
    INFO: Required plugins [('projectviewer.ProjectPlugin', '2.1.3.4')]
    INFO: Requires jEdit 04.02.00.99
    INFO: Requires Java 1.5  }}}

{{{ Navigator 1.3
    Dependencies: Jedit 4.3pre5 and Java 1.4

    Description: Keeps track of caret positions just before
    the buffers change, or
    whenever the mouse clicks. Allows easy navigability
    to previous positions
    in your history.

    History:
    1.3 - Listens to new EditBus message: CaretChanging,
    fired by sidekick when a node is selected }}}

{{{ OpenIt 1.1
    * Dependency to gnu.regex.* has been removed.
    * The opportunity to work with ProjectViewer is added, so now ProjectViewer is required for compilation (not for run).
    INFO: Requires Java 1.4
    INFO: Requires jEdit 04.02.00.99
    INFO: Optional plugins: [('projectviewer.ProjectViewerPlugin', '2.1.3.2')] }}}

{{{ Optional 0.2.1
    Updated for 4.3pre6 encoding options pane }}}

{{{ P4Plugin 0.2.2
    Bug fix release. Fixes compatibility with newer Console releases, and use new system for storing configuration to avoid exceptions when unloading the plugin.
    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')]  }}}

{{{ PMD JEdit Plugin 2.6
    1. Updated to PMD 3.4
    2. Updated to jEdit 4.3pre3 version.
    3.- Added "Ignore Literals & identifiers" option for CPD. }}}

{{{ ProjectViewer 2.1.3.4
    PV now uses JAXP instead of the com.microstar XML
    parser; if you have any problems with
    ClassCastExceptions, please try upgrading to jEdit
    4.3pre6. Also uses java.util.regex instead of
    gnu.regexp. Also contains a few bug fixes and new
    actions to easy keyboard navigation. }}}

{{{ Ruby Editor Plugin 0.8.1
    Fixed reported bug in autoindenting of lines with a
    trailing conditional expression. }}}

{{{ RETest 1.1.0
    - modified to use the java.util.regex package as its
    regular expression engine, rather than the gnu.regexp
    package which has been deprecated in jEdit }}}

{{{ ShortcutSaver 1.1
    Announcement - "Default" action support added,
    triggered when no mode specific action mapping exists. }}}

{{{ SideKick 0.6.4
    requires JDK 1.4, jEdit 4.3pre5
    and ErrorListPlugin 1.4. (ezust)

    * Emits new (4.3pre5) EBMessage msg.CaretChanging when an asset is selected in the tree.
    * PgUp and PgDn keys work from completion popups. Arrow keys don't wrap around anymore.
    * Popup menu on parse button for conveniently changing auto parse settings/caret follow settings (requires JDK 1.5).
    * Parse event bugfixes }}}

{{{ XML 2.0.1

    XML 2.0.1 is a major improvement over previous versions
    of XML, as you will see from the change log.

    The new included CSS sidekick offers both structure
    browsing and completion. The HTML, JavaScript and XML
    parsers all contain bug fixes and improvements.


    Version 2.0 Requires jEdit 4.3pre5, Java 1.5, ErrorList
    1.4, SideKick 0.6.3 and XercesPlugin 2.8.0.

    * XML plugin now includes HtmlSideKick 0.5,
    JavaScriptSideKick 0.4, and CssSideKick (initial release).

    Version 1.0 Requires jEdit 4.3pre5, Java 1.4, ErrorList
    1.4, SideKick 0.6.3 and XercesPlugin 2.8.0.

    * Match tag also matches brackets.
    * Added separate caching option for
    CatalogManager, clarified some of the options.
    * Error messages from files in the catalog
    manager are now being reported from the correct local
    pathname. (ezust)
    * Added option to popup (or not) edit tag
    dialog after completion.
    * Bug # 1511997 - Abstract elements defined in
    xsd (e.g. list.class, para.class from docbook xsd) are
    now handled properly in completions and element lists.
    (ezust)
    * Patch # 1511588 - Fixed xml insert
    (will69/ezust).
    * XSD completion info fixes #1511612 (will69)
    * Removed registration of SAXParserFactory.
    This should help avoid clashing with other plugins that
    use SAXParserFactory.
    * Removed use of gnu.regexp in favor of
    java.util.regex. (ezust)}}}

{{{ XML 1.0.0
    Version 1.0 Requires jEdit 4.3pre5, Java 1.4, ErrorList
    1.4, SideKick 0.6.3 and XercesPlugin 2.8.0.

    * Match tag also matches brackets.
    * Added separate caching option for
    CatalogManager, clarified some of the options. (ezust)
    * Error messages from files in the catalog
    manager are now being reported from the correct local
    pathname. (ezust)
    * Added option to popup (or not) edit tag
    dialog after completion.
    * Bug # 1511997 - Abstract elements defined in
    xsd (e.g. list.class, para.class from docbook xsd) are
    now handled properly in completions and element lists.
    (Alan Ezust)
    * Patch # 1511588 - Fixed xml insert
    (will69/ezust).
    * XSD completion info fixes #1511612 (will69)
    * Removed registration of SAXParserFactory.
    This should help avoid clashing with other plugins that
    use SAXParserFactory.
    * Removed use of gnu.regexp in favor of
    java.util.regex. }}}

:wrap=none:collapseFolds=1:folding=explicit:

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

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

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

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


End of jEdit-announce Digest, Vol 3, Issue 2
********************************************