[prev in list] [next in list] [prev in thread] [next in thread] 

List:       jedit-users
Subject:    [ jEdit-users ] [ jEdit-announce ] Plugin Release Announcement
From:       "Jeffrey Hoyt" <jchoyt () gmail ! com>
Date:       2007-10-15 2:56:54
Message-ID: 26f8874c0710141956w6c65e2ddlb0de35b02aa62a6c () mail ! gmail ! com
[Download RAW message or body]

This is the list of plugin releases since June 2, 2007, the date of
the last announcement. A reminder - we are on rolling releases. We
release the plugins when we package them, and only sent out these
announcements periodically (it's supposed to be monthly, but I'm not
nearly disciplined enough for that).

A couple of these were done very recently. If the SourceForge mirrors
haven't caught up yet, wait a day and try again. If you still have a
problem, contact me.

5 New plugins and 25 Updated plugins

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

New Plugins:
{{{  CamelComplete 2.4
Plugin Description: <html>
<p>
This plugin provides a "CamelComplete Word" command
for jEdit. This can
expand abbreviations into their full words as shown &nbsp;by these
examples, which show identifiers and their abbreviations:</p>
<pre> SwingUtilities -&gt; SU<br>
GtkMessageBox -&gt; GMB<br>
IOException -&gt; IOE<br>
</pre>

<p>The plugin also comes with a Regular Expression parser, so that you can
break words apart using a regexp. This is useful for C and Lisp, among
others.</p>

<pre>Regexp: [_-]<br>
<br>
gtk_check_menu_item_set_inconsistent -&gt; gcmisi<br>
gtk_menu_item_new -&gt; gmin<br>
multi-define-syntax -&gt; mds</pre>
</html>
}}}
{{{  SVNPlugin 0.5.1
Plugin Description: The SVNPlugin provides a tree browser for SVN
repositories, and the ability to perform most SVN operations without
leaving the editor.
}}}
{{{  GlobalPlugin 0.2
Plugin Description: Long Description: <html>
<p>GlobalPlugin provides an interface to the <a
href="http://www.gnu.org/software/global">GNU Global</a>
source tagging tool. It provides dockables for viewing: </p>
<ol>
<li> A static function call tree </li>
<li> A list of definitions of a symbol </li>
<li> A list of references to a symbol </li>
</ol>

<p>Gnu Global can be used to extract information from C, C++, Yacc, Java,
PHP and Assembly source files. It is not context-
sensitive and therefore more useful with non object-oriented languages such
as C.</p>
}}}
{{{  SyntaxHelper 0.1
Plugin Description: <html>
<p>SyntaxHelper makes it easy to configure syntax highlighting styles in
jEdit by
providing the Syntax Highlighting option pane as a dockable window, that:
<ul>
<li> Provides immediate feedback in the buffer when a syntax style is
changed
<li> Enables cancellation of changes to syntax styles
<li> Makes it easy to configure the style of desired text by highlighting
the style
of the text under the caret.
</ul>
</html>
}}}
{{{  Hyperlinks 1.0.0
Plugin Description: Hyperlinks plugin is an api that provides hyperlinks
feature to jEdit.
By default it will be able to highlight http:// urls and browse them,
but other plugins can create their own hyperlinks
}}}

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


Updated Releases:
{{{  Console 4.3.3
Announcement: 1727037, 1726365 applied, handling error lines in
StreamThread better. (k_satoda)
1700484 fixed, was not registering dynamic shortcuts on startup.
1671430 cd to project root/node needs line break
Ctrl-P and Ctrl-N select through command history.
Paste in the panel moves caret to end of input before pasting.
Plugin Description: The Console plugin allows jEdit to execute
arbitrary commands from an internal shell.

In addition, it provides buttons in a "commando toolbar" for your
favorite command-line tools (make, ant, qmake, latex, etc), and an
easy way to add others.
}}}

{{{  GdbPlugin 0.4
Announcement: Announcement: This release includes several new features:
- A read-only GDB breakpoint table ("GDB Breakpoint" dockable
window) that reflects the breakpoint state in GDB, available on at run-time
(after GDB was started).
- Ability to display values of complex types nicely by associating
the types with GDB macros that will generate their values. This includes a
type inferrence rule, specified as a regexp substitution, for mapping
several similar types into the same type, e.g. "const QString" -> "QString"
so that the type->macro map does not include redundant entries.


Requires Java 1.5
Requires jEdit 04.03.09.00
Required plugins:
console.ConsolePlugin 4.3.2
CommonControlsPlugin 0.9.4
Plugin Description: Short Description: This plugin provides a jEdit
interface for gdb.
}}}

{{{  jEdit 4.3pre10
Announcement:
Plugin Description:
}}}

{{{  SideKick 0.7.4
Announcement: Source: Source code is in SVN in
plugins/SideKick/tags/release-0-7-4
Announcement: Fixed "can't determine mode of buffer" ( 1744627 - Shlomy
Reinstein )
Added support for SideKick Parser Services to offer a JPanel for
inserting above the SideKickTree. (Shlomy Reinstein, # 1744797 )
Preserve horizontal scroll position (Vladimir Avondin # 1746146)
Requires Java 1.5
Requires jEdit 04.03.08.00
Required plugins:
errorlist.ErrorListPlugin 1.4
Plugin Description: The SideKick plugin provides a framework for
high-level language-specific features, such as a structure tree, and
code completion.
}}}

{{{  Beauty 0.3.0
Announcement: 1. added ability to split/unsplit attributes in both xml and html
based files.
2. added option setting to have Beauty use the jEdit indenter for
those files/modes that it doesn't know how to otherwise handle.
Requires Java 1.4
Requires jEdit 04.02.01.00
Plugin Description: The Beauty plugin is a general framework
for code beautifiers and provides several built-in
beautifiers.
}}}

{{{  XSearch 1.3.2
Announcement: Announcement: Bugfix in Project Search - now it waits
for you to type
something before it starts searching.
Fix bug # Bugs-1574049 - no more dialog popups during xfind-next
and xfind-previous.
Plugin Description: A replacement for the built-in search/replace
dialog with enhancements.
}}}

{{{  Archive 0.4.3
Announcement: Fixed bad documentation link.
Plugin Description: The Archive plugin provides a jEdit VFS for
browsing the contents of tar and zip archives and opening the files
they contain as jEdit buffers.
}}}

{{{  XercesPlugin 2.9.0
Announcement: updated to Xerces 2.9.0.
Plugin Description: Apache Xerces binaries + documentation
}}}

{{{  JFuguePlugin 0.7.1
Announcement: This release includes the ability to save music strings
(selected text or entire buffers) as midi files. It also includes some
intital music generation classes that can be used to generate music.

The first installment includes a LSysMusicGenerator class which
uses the Lindenmayer System to generate music from an initial music
string.
Plugin Description: A jEdit plugin to bring the JFugue API to jEdit
users and provide some basic functionality to help users create music
using the JFugue API.
}}}

{{{  AntPlugin 1.7.0
Announcement: Updated to use Ant 1.7.0
Plugin Description: The AntPlugin is nothing but Apache Ant, users
guide, and API javadocs, packaged as a neat little jEdit plugin.
}}}

{{{  JakartaCommons 0.5
Announcement: Announcement: New release of Jakarta Commons plugin with
the latest
versions of the jars.
bcel-5.2.jar
commons-codec-1.3.jar
commons-collections-3.2.jar
commons-httpclient-3.0.1.jar
commons-lang-2.3.jar
commons-logging-1.1.jar
commons-net-1.4.1.jar
log4j-1.2.14.jar
xmlrpc-client-3.0.jar
Plugin Description: The JakartaCommons plugin provides a single point
of dependency for plugins needing to use Apache Jakarta libraries.
Currently included are BCEL, commons-collections, commons-logging, and
xmlrpc.
}}}

{{{  Sessions 1.4.1
Announcement: This version of the Sessions plugin fixes plugin bug
#1724376 and adds minor improvements to the save confirmation dialog
(based on code submitted by Davide Del Vento).
Plugin Description: The Sessions plugin maintains lists of open files
- called sessions (aka workspaces) - and offers some functions to
switch between them.
}}}

{{{  RubyPlugin 0.9
Announcement: Now works with jEdit 4.3. Upgraded Ruby documentation
viewer to show Ruby
on Rails 1.2.3. Upgraded plugin to use JRuby 1.0.
Plugin Description: The Ruby Editor Plugin converts jEdit into an
intelligent Ruby editor. This includes a SideKick parser service and a
Ruby API Documentation browser.
}}}

{{{  CamelComplete 2.6.2
Announcement: -Default options make it usable out of the box
-Complete using subset of engines
-Import/Export engine settings
Plugin Description: This plugin provides for code-completion in a
CamelCase or regex_separated_identifier style.
}}}

{{{  Templates 4.1.0
Announcement: Announcement: Templates 4.1.0 updates the version of the embedded
Velocity template engine from 1.4 to 1.5.
Plugin Description: The Templates plugin integrates the Apache
Velocity templating engine with jEdit, to allow dynamic text
generation based on template files.
}}}

{{{  Hex 1.0
Announcement: The hex plugin updated for jEdit 4.3 api
Requires Java 1.5
Requires jEdit 04.03.10.00
Plugin Description: The Hex plugin dumps a file in hexadecimal form.
}}}

{{{  ErrorList 1.6
Announcement: Announcement: Added 3 features:
1. Actions and dockable toolbar buttons to toggle display of errors
and warnings.
2. Filtering of errors and warnings based on filename globs.
3. Option to show error icons in the gutter instead of underlining
them.
Plugin Description: The ErrorList plugin provides one-click access,
and on-the-spot highlighting of errors generated by EditBus-aware
packages, such as the Console.
}}}

{{{  jEdit 4.3pre11
Announcement:
Plugin Description:
}}}

{{{  TextTools 1.14
Announcement: The following bugs were fixed/behaviors were changed.
* When aligning comments at the leftmost indent of a selected
block, Toggle Line Comment now choses the leftmost indent on a per
selection basis rather than all selections.
* Updated MiscUtilities calls to use StandardUtilities. TextTools
will now require jEdit 4.3pre5
* Getting the line comment only happens on the first line of the
code to comment.
* Fixed block fill insert bug that causes block fill insert to not
work when selecting from the right. This was due to the selection start and
end column being obtained inaccurately.
* Toggle line comment now double comments already commented lines
when line commenting a code block
Requires Java 1.5
Requires jEdit 04.03.05.00
Plugin Description: The TextTools plugin provides a number of actions
for manipulating text.
}}}

{{{  Ancestor 1.0.1
Announcement: -The toolbar was not updated when switching to another
edit pane
-It is now impossible to click on toolbar button to browse VFS that
doesn't have browse capability
Requires Java 1.5
Requires jEdit 04.03.11.00
Plugin Description: Ancestor plugin is a small toolbar with buttons to
browser quickly all parents folders of the current buffer
}}}

{{{  XML 2.0.7
Announcement: Announcement: bugfix release.
1. HTML only delegates to ecmascript parser if ecmascript is the
preferred parser for javascript.
2. preferred parser for javascript is now 'javascript'


Requires Java 1.5
Requires jEdit 04.03.07.00
Required plugins:
beauty.BeautyPlugin 0.2.1
sidekick.SideKickPlugin 0.6.7
errorlist.ErrorListPlugin 1.4.2
xerces.XercesPlugin 2.8.0
Plugin Description: The XML plugin (version 2) provides features for
editing XML, HTML, JavaScript and CSS files. For XML files, it does
validation against a DTD or XSD. For all languages, it displays
element trees in the sidekick dockable. For XML, HTML and CSS, you get
completion popups for elements, attribute, and entities.
}}}

{{{  XInsert 2.2
Announcement: Announcement: Release 2.2 - bug fixes and code reformatting
Plugin Description: The XInsert plugin provides a hierarchical clip
manager that utilizes XML based library files.
}}}

{{{  Console 4.3.4
Announcement: o New General Option: chdir VFS node select events.
Listens to new VFSPathSelected EBMessage (jEdit 4.3pre11).
o Fixes to perl error pattern, and to the ErrorMatcher regex routine,
to allow for partial line matches (#1764455 - Shlomy Reinstein).
o ErrorPatternOptionPane buttons to add/remove/up/down error
patterns work better now (#1715796 - Shlomy Reinstein).
Plugin Description: The Console plugin allows jEdit to execute
arbitrary commands from an internal shell.

In addition, it provides buttons in a "commando toolbar" for your
favorite command-line tools (make, ant, qmake, latex, etc), and an
easy way to add others.
}}}

{{{  BufferLocal 1.2.7
Announcement: Contains a fix for 1811553, Retain user changes to Buffer
Options after saving.
Plugin Description: The BufferLocal plugin provides persistent storage
of Buffer Local properties (those properties set via the Buffer
Options dialog).
}}}

{{{  TextFilter 0.1.3
Announcement: Add new option: replace current buffer with filter
output.
Plugin Description: TextFilter allows the user to run text from a buffer
through an external process and capture the output. It
also allows actions to be created and assigned to
shortcuts using jEdit's action mechanism.
}}}



-- 
They that give up essential liberty to obtain a little temporary
safety deserve neither.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
jEdit Announcement List
jEdit-announce@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-announce

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
-- 
-----------------------------------------------
jEdit Users' List
jEdit-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jedit-users
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic