jEdit-announce digest, Vol 1 #267 - 2 msgs

jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Sat, 26 Jun 2004 20:12:56 -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 (mike dillon)
   2. [ jEdit-users ] Plugin Central updates (mike dillon)

--__--__--

Message: 1
Date: Sat, 26 Jun 2004 09:36:57 -0700
From: mike dillon <[email protected]>
To: jEdit Announcements List <[email protected]>,
	"jEdit Users' List" <[email protected]>
Reply-To: "jEdit Users' List" <[email protected]>
Subject: [ jEdit-announce ] Plugin Central updates

Hello jEdit aficionados-

It's been a long time since the last Plugin Central updates, but the
time has finally come to release another batch. This batch contains 21
plugin releases and was prepared by Slava Pestov and Ollie Rutherfurd.

* Accents 1.0: initial Plugin Central release; requires jEdit 4.2pre5
  and JDK 1.4

* AntFarm 1.4: updated to support the jEdit 4.2 plugin API; requires
  jEdit 4.2pre10, CommonControls 0.8.2, Console 3.7.1, ErrorList 1.3.2,
  ProjectViewer 2.0.2 (optional), XML 0.13, and JDK 1.4; includes Ant
  1.5.4

* FindFile 1.0: this release adds the optional dependency on Archive as
  supported by pre11; requires jEdit 4.2pre11, Archive 0.4 (optional),
  and JDK 1.4

* GesturePlugin 1.0: initial Plugin Central release; requires jEdit
  4.2pre13 and JDK 1.4

* GruntspudPlugin 0.4.6: the log graph has been fixed; much improved
  'Add' command (recursive adds, automatic detetection of parent folders
  that need to be added); several options to better match the jEdit look
  and feel (all icons can be made monochrome, keyboard shortcuts can be
  disabled as can menu icons); requires jEdit 4.2pre2, Console 3.7,
  ErrorList 1.3, JakartaCommons 0.4, JDiffPlugin 1.3.2, XML 0.13, and
  JDK 1.3 (1.4 to compile)

* HeadlinePlugin 1.1.3: remembers the location of the divider between
  the story list and the summary; requires jEdit 4.2pre1, InfoViewer
  1.0, and JDK 1.4

* JakartaCommons 0.4.2: Commons-collections library updated to version
  3.0; requires jEdit 4.0final and JDK 1.3

* JavaCore 0.7.1: improved source code parsing including handling of
  Java 1.5 enums; some bug fixes and minor API enhancements; requires
  jEdit 4.2pre5, JakartaCommons 0.4.2, and JDK 1.3

* JCompiler 1.6.0: updated for jEdit 4.2 API, including deferred
  loading; requires jEdit 4.2pre5, Console 3.6, ErrorList 1.3.1, and JDK
  1.3

* JPyDebug 0.6: bug fix stable release; fix remote Tmp PYTHONPATH not
  cleaned correctly when leaving the remote debugging session; moving
  .py.xml to the .jedit user home directory in order not to polute
  python source location place; replacing python console textfield by
  JEdit HistoryTextField (better ergonomy) you can now now use arrows to
  recall last python instruction; intensive bug fixing around the
  multimodule debug feature using the zope kernel as debugging benchmark
  source; improving and fixing some EditBus event management; requires
  jEdit 4.2pre1, Sidekick 0.3, XML 0.8, and JDK 1.3; requires separate
  installation of Python 2.2.1 or higher

* JTools 1.6.2: new version keeps up with changes in latest JavaCore
  release & further enhances the Extend Wizard so inner and anonymous
  classes can now be created; requires jEdit 4.2pre5, CommonControls
  0.8, ErrorList 1.3, JakartaCommons 0.4.2, JavaCore 0.7, and JDK 1.3

* JythonInterpreter 0.9.6: includes updated version of Jython 2.1 which
  works w/JDK 1.5; __name__ set to '__main__' for macros; buffer,
  editPane, textArea, view set as locals for macros; optional dependency
  on ProjectViewer; requires jEdit 4.2pre11, ErrorList 1.3.2, SideKick
  0.3, ProjectViewer 2.0.2 (optional), and JDK 1.4

* LazyFolds 0.3: initial Plugin Central release; requires jEdit 4.2pre5,
  XML 0.12, and JDK 1.3
  
* MoinMoin 0.2: fixed saving backup bug; requires jEdit 4.2pre11, XML
  0.13, JakartaCommons 0.4, and JDK 1.3

* PHPParser 1.0.0: initial Plugin Central release; requires jEdit
  4.2pre1, ErrorList 1.3.2, and JDK 1.3

* ProjectViewer 2.0.3: added compatibility with jEdit 4.2 plugin API;
  several bug fixes; new extenstion API based on jEdit 4.2's API;
  support for files on a VFS; file status icons on the project tree;
  many other changes (see CHANGELOG for more details); this will be the
  last jEdit 4.1-compatible release (unless some major bug is found);
  requires jEdit 4.1pre8 and JDK 1.3; works with jEdit 4.2 deferred
  loading

* SQL 1.00: fixed version for jEdit 4.2pre1x (cause of many many problem
  reports); showing/hiding columns in the result set; tooptips showing
  the query; requires jEdit 4.2pre1, CommonControls 0.8.2, ProjectViewer
  2.0.2, and JDK 1.4

* Tags 1.1.2: Escaping $ before searching for tag definition; PHP
  function definitions weren't being found if they had parameters; fixes
  StringIndexOutOfBoundsException (bug report and patch from Ian
  MacLarty); requires jEdit 4.2pre2 and JDK 1.3
  
* TaskList 0.4.3: updated for jEdit 4.2; requires jEdit 4.2pre2 and JDK
  1.3

* TextFilter 0.1: initial Plugin Central release; requires jEdit
  4.2pre11 and JDK 1.3

* XQuery 0.7.0: initial Plugin Central release; requires jEdit 4.2pre7,
  ErrorList 1.3.2, InfoViewer 1.2, XmlIndenter 0.3.3, and JDK 1.4;
  includes the Saxon XQuery processor

-md


--__--__--

Message: 2
From: mike dillon <[email protected]>
To: jEdit Announcements List <[email protected]>,
	"jEdit Users' List" <[email protected]>
Reply-To: "jEdit Users' List" <[email protected]>
Date: Sat, 26 Jun 2004 09:36:57 -0700
Subject: [ jEdit-announce ] [ jEdit-users ] Plugin Central updates

Hello jEdit aficionados-

It's been a long time since the last Plugin Central updates, but the
time has finally come to release another batch. This batch contains 21
plugin releases and was prepared by Slava Pestov and Ollie Rutherfurd.

* Accents 1.0: initial Plugin Central release; requires jEdit 4.2pre5
  and JDK 1.4

* AntFarm 1.4: updated to support the jEdit 4.2 plugin API; requires
  jEdit 4.2pre10, CommonControls 0.8.2, Console 3.7.1, ErrorList 1.3.2,
  ProjectViewer 2.0.2 (optional), XML 0.13, and JDK 1.4; includes Ant
  1.5.4

* FindFile 1.0: this release adds the optional dependency on Archive as
  supported by pre11; requires jEdit 4.2pre11, Archive 0.4 (optional),
  and JDK 1.4

* GesturePlugin 1.0: initial Plugin Central release; requires jEdit
  4.2pre13 and JDK 1.4

* GruntspudPlugin 0.4.6: the log graph has been fixed; much improved
  'Add' command (recursive adds, automatic detetection of parent folders
  that need to be added); several options to better match the jEdit look
  and feel (all icons can be made monochrome, keyboard shortcuts can be
  disabled as can menu icons); requires jEdit 4.2pre2, Console 3.7,
  ErrorList 1.3, JakartaCommons 0.4, JDiffPlugin 1.3.2, XML 0.13, and
  JDK 1.3 (1.4 to compile)

* HeadlinePlugin 1.1.3: remembers the location of the divider between
  the story list and the summary; requires jEdit 4.2pre1, InfoViewer
  1.0, and JDK 1.4

* JakartaCommons 0.4.2: Commons-collections library updated to version
  3.0; requires jEdit 4.0final and JDK 1.3

* JavaCore 0.7.1: improved source code parsing including handling of
  Java 1.5 enums; some bug fixes and minor API enhancements; requires
  jEdit 4.2pre5, JakartaCommons 0.4.2, and JDK 1.3

* JCompiler 1.6.0: updated for jEdit 4.2 API, including deferred
  loading; requires jEdit 4.2pre5, Console 3.6, ErrorList 1.3.1, and JDK
  1.3

* JPyDebug 0.6: bug fix stable release; fix remote Tmp PYTHONPATH not
  cleaned correctly when leaving the remote debugging session; moving
  .py.xml to the .jedit user home directory in order not to polute
  python source location place; replacing python console textfield by
  JEdit HistoryTextField (better ergonomy) you can now now use arrows to
  recall last python instruction; intensive bug fixing around the
  multimodule debug feature using the zope kernel as debugging benchmark
  source; improving and fixing some EditBus event management; requires
  jEdit 4.2pre1, Sidekick 0.3, XML 0.8, and JDK 1.3; requires separate
  installation of Python 2.2.1 or higher

* JTools 1.6.2: new version keeps up with changes in latest JavaCore
  release & further enhances the Extend Wizard so inner and anonymous
  classes can now be created; requires jEdit 4.2pre5, CommonControls
  0.8, ErrorList 1.3, JakartaCommons 0.4.2, JavaCore 0.7, and JDK 1.3

* JythonInterpreter 0.9.6: includes updated version of Jython 2.1 which
  works w/JDK 1.5; __name__ set to '__main__' for macros; buffer,
  editPane, textArea, view set as locals for macros; optional dependency
  on ProjectViewer; requires jEdit 4.2pre11, ErrorList 1.3.2, SideKick
  0.3, ProjectViewer 2.0.2 (optional), and JDK 1.4

* LazyFolds 0.3: initial Plugin Central release; requires jEdit 4.2pre5,
  XML 0.12, and JDK 1.3
  
* MoinMoin 0.2: fixed saving backup bug; requires jEdit 4.2pre11, XML
  0.13, JakartaCommons 0.4, and JDK 1.3

* PHPParser 1.0.0: initial Plugin Central release; requires jEdit
  4.2pre1, ErrorList 1.3.2, and JDK 1.3

* ProjectViewer 2.0.3: added compatibility with jEdit 4.2 plugin API;
  several bug fixes; new extenstion API based on jEdit 4.2's API;
  support for files on a VFS; file status icons on the project tree;
  many other changes (see CHANGELOG for more details); this will be the
  last jEdit 4.1-compatible release (unless some major bug is found);
  requires jEdit 4.1pre8 and JDK 1.3; works with jEdit 4.2 deferred
  loading

* SQL 1.00: fixed version for jEdit 4.2pre1x (cause of many many problem
  reports); showing/hiding columns in the result set; tooptips showing
  the query; requires jEdit 4.2pre1, CommonControls 0.8.2, ProjectViewer
  2.0.2, and JDK 1.4

* Tags 1.1.2: Escaping $ before searching for tag definition; PHP
  function definitions weren't being found if they had parameters; fixes
  StringIndexOutOfBoundsException (bug report and patch from Ian
  MacLarty); requires jEdit 4.2pre2 and JDK 1.3
  
* TaskList 0.4.3: updated for jEdit 4.2; requires jEdit 4.2pre2 and JDK
  1.3

* TextFilter 0.1: initial Plugin Central release; requires jEdit
  4.2pre11 and JDK 1.3

* XQuery 0.7.0: initial Plugin Central release; requires jEdit 4.2pre7,
  ErrorList 1.3.2, InfoViewer 1.2, XmlIndenter 0.3.3, and JDK 1.4;
  includes the Saxon XQuery processor

-md


-------------------------------------------------------
This SF.Net email sponsored by Black Hat Briefings & Training.
Attend Black Hat Briefings & Training, Las Vegas July 24-29 - 
digital self defense, top technical experts, no vendor pitches, 
unmatched networking opportunities. Visit www.blackhat.com
-- 
-----------------------------------------------
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