jEdit-announce digest, Vol 1 #271 - 2 msgs
jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Mon, 09 Aug 2004 20:23:41 -0700
| Newsgroups | gmane.editors.jedit.announce |
|---|---|
| Message-ID | <[email protected]> |
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-admin-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 central updates - 2 new, 14 updated (Slava Pestov) 2. [ jEdit-users ] Plugin central updates - 2 new, 14 updated (Slava Pestov) --__--__-- Message: 1 Date: Mon, 09 Aug 2004 22:53:30 -0400 From: Slava Pestov <[email protected]> To: [email protected], [email protected] Subject: [ jEdit-announce ] Plugin central updates - 2 new, 14 updated This is the first batch where I do the plugin central releases, so bear with me if there are any kinks to be sorted out. Many thanks to Mike Dillon for doing all the previous releases so well. Ollie Rutherfurd kindly did all the packaging for this batch. NEW PLUGINS: ------------ Factor 0.61: Initial release. LilyPondTool 0.2.3: Initial release. UPDATED PLUGINS: ---------------- DBTerminal 0.1.1: Fixes silly problems with PostGreSQL. HeadlinePlugin 1.2: Added preliminary support for Atom feeds. Added preliminary support for posting to blogs. Supports the BloggerAPI and the MetaWeblogAPI. Fixed bug where the option pane would stop working if you deleted all feeds. JakartaCommons 0.4.3: upgraded commons-httpclient from 2.0-rc2 to 2.0.1, added commons-lang-2.0.jar. JDiffPlugin 1.4.2: Updated for jEdit 4.2. JPyDebug 0.8: A large number of bug fixes. JSwatPlugin 1.5.4: New: Added action "Hotswap Class" to hotswap the class surrounding the current cursor position. Fixed bug: changing the dock position of the JSwat panel required a restart of jEdit. Fixed bug: jEdit would sometimes throw IndexOutOfBoundsException if the buffer was shorter than the current debug position. Fixed bug: Invoking a JSwatPlugin action before the JSwat panel was docked for the first time threw a NullPointerException. If the user opens a second jEdit view, display a message in the dock panel saying that only one instance of JSwatPlugin is allowed. BeanShell scripts can now invoke JSwat commands by calling com.bluemarsh.jswat.plugins.jedit.JSwatPlugin.invokeJSwatCommand(View view, String command). Renamed action "Dock JSwat Plugin" to "Show JSwat Plugin" (associated shortc uts remain the same). Lazy8Ledger 2.18: Changed Lazy 8 Ledger to be compatible with jEdit 4.2. Lazy 8 Ledger can no longer be run with a jEdit version 4.1 or less. Note that lazy8ledger does not use the new jedit 4.2 plugin API. Some window properties could not be saved and were lost when turning off the program. Fixed. Added a nice link to a bookkeeping tutorial. Customer/project reports added in the last version were completely redone in this version. Added a new report called Trial Balances. Added the ability to quickly produce a list of records after doing a search using the filtering dialog. Lots of very minor changes everywhere, both in the documentation and in the program. LazyImporter 1.06: New Feature: now allows manual configuration of import grouping/layout. Allows you to group and order import statements and configure the spacing between them. MoinMoin 0.3: User may supply a change comment when saving a page. PHPParser 1.0.2: A lot of bugfixes in the parsing. ProjectViewer 2.0.4: Bug fix release. Fix compatibility with jEdit 4.1. Fix for a serious bug that could cause project data loss, and other fixes for minor issues. SourceControl 0.6: New build to bring together a number of bug fixes. SuperScript 0.4: Updated for jEdit 4.2. TaskList 0.4.4: Allow tasks to contain non-comment token types, provided they're surrounded with comment tokens. This allows one to define task patterns for like things like "@TODO: ...", where "@TODO" is a LABEL in PHPDoc. --__--__-- Message: 2 From: Slava Pestov <[email protected]> To: [email protected], [email protected] Date: Mon, 09 Aug 2004 22:53:30 -0400 Subject: [ jEdit-announce ] [ jEdit-users ] Plugin central updates - 2 new, 14 updated This is the first batch where I do the plugin central releases, so bear with me if there are any kinks to be sorted out. Many thanks to Mike Dillon for doing all the previous releases so well. Ollie Rutherfurd kindly did all the packaging for this batch. NEW PLUGINS: ------------ Factor 0.61: Initial release. LilyPondTool 0.2.3: Initial release. UPDATED PLUGINS: ---------------- DBTerminal 0.1.1: Fixes silly problems with PostGreSQL. HeadlinePlugin 1.2: Added preliminary support for Atom feeds. Added preliminary support for posting to blogs. Supports the BloggerAPI and the MetaWeblogAPI. Fixed bug where the option pane would stop working if you deleted all feeds. JakartaCommons 0.4.3: upgraded commons-httpclient from 2.0-rc2 to 2.0.1, added commons-lang-2.0.jar. JDiffPlugin 1.4.2: Updated for jEdit 4.2. JPyDebug 0.8: A large number of bug fixes. JSwatPlugin 1.5.4: New: Added action "Hotswap Class" to hotswap the class surrounding the current cursor position. Fixed bug: changing the dock position of the JSwat panel required a restart of jEdit. Fixed bug: jEdit would sometimes throw IndexOutOfBoundsException if the buffer was shorter than the current debug position. Fixed bug: Invoking a JSwatPlugin action before the JSwat panel was docked for the first time threw a NullPointerException. If the user opens a second jEdit view, display a message in the dock panel saying that only one instance of JSwatPlugin is allowed. BeanShell scripts can now invoke JSwat commands by calling com.bluemarsh.jswat.plugins.jedit.JSwatPlugin.invokeJSwatCommand(View view, String command). Renamed action "Dock JSwat Plugin" to "Show JSwat Plugin" (associated shortc uts remain the same). Lazy8Ledger 2.18: Changed Lazy 8 Ledger to be compatible with jEdit 4.2. Lazy 8 Ledger can no longer be run with a jEdit version 4.1 or less. Note that lazy8ledger does not use the new jedit 4.2 plugin API. Some window properties could not be saved and were lost when turning off the program. Fixed. Added a nice link to a bookkeeping tutorial. Customer/project reports added in the last version were completely redone in this version. Added a new report called Trial Balances. Added the ability to quickly produce a list of records after doing a search using the filtering dialog. Lots of very minor changes everywhere, both in the documentation and in the program. LazyImporter 1.06: New Feature: now allows manual configuration of import grouping/layout. Allows you to group and order import statements and configure the spacing between them. MoinMoin 0.3: User may supply a change comment when saving a page. PHPParser 1.0.2: A lot of bugfixes in the parsing. ProjectViewer 2.0.4: Bug fix release. Fix compatibility with jEdit 4.1. Fix for a serious bug that could cause project data loss, and other fixes for minor issues. SourceControl 0.6: New build to bring together a number of bug fixes. SuperScript 0.4: Updated for jEdit 4.2. TaskList 0.4.4: Allow tasks to contain non-comment token types, provided they're surrounded with comment tokens. This allows one to define task patterns for like things like "@TODO: ...", where "@TODO" is a LABEL in PHPDoc. ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 -- ----------------------------------------------- jEdit Users' List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-users --__--__-- _______________________________________________ jEdit Announcement List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-announce End of jEdit-announce Digest