jEdit-announce digest, Vol 1 #263 - 3 msgs

jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Mon, 22 Mar 2004 20:06:49 -0800
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. [ jEdit-users ] jEdit 4.2pre10 now available (Slava Pestov)
   2. [ jEdit-users ] jEdit 4.2pre11 now available (Slava Pestov)
   3. [ jEdit-users ] Plugin Central updates (mike dillon)

--__--__--

Message: 1
From: Slava Pestov <[email protected]>
To: [email protected], [email protected]
Date: Sat, 20 Mar 2004 02:17:27 -0500
Subject: [ jEdit-announce ] [ jEdit-users ] jEdit 4.2pre10 now available

jEdit 4.2pre10 is now available from <http://www.jedit.org>. jEdit
4.2final is getting closer, so please report bugs as you find them!

Thanks to Barry Carr, Brad Mace, Ken Turner, Nahuel Foronda,
Ollie Rutherfurd, Trevor Harmon and Thomas Galvin for contributing to
this release.

{{{ Miscellaneous

- Added "Create Constructor" macro, updated "Make Get and Set Methods"
  and "Get Class Name" macros (Thomas Galvin).

- It is now possible to customize the metal look and feel fonts under
  JDK 1.5.

- Page Up/Page Down restored to jEdit 4.1 behavior: when they are
  invoked at the beginning/end of the buffer, the caret is moved to
  the beginning/end, instead of staying at its current position.

- File system browser now uses locale's short date format, not a
  hard-coded DD/MM/YYYY hh:mm (Ollie Rutherfurd).

- Many macros updated, new Keywords_to_Uppercase.bsh,
  Emacs_Next_Line.bsh, Emacs_Previous_Line.bsh, Buffer_Switcher.bsh,
  Delete_Current.bsh, Glob_Close.bsh, Reverse_Lines.bsh,
  Single_Space_Buffer.bsh macros added (Ollie Rutherfurd).

- Documentation updates.

- Status bar clock now uses locale's short time format, instead of a
  hardcoded format.

}}}
{{{ Syntax Highlighting

- Updated Pascal syntax highlighting (Barry Carr).

- Updated ActionScript syntax highlighting (Nahuel Foronda).

- Updated SDL/PR syntax highlighting (Ken Turner).

- Added CVS and Subversion commit info syntax highlighting
  (Ollie Rutherfurd).

- Added S# syntax highlighting (Barry Carr).

}}}
{{{ Bug Fixes

- Fixed another NullPointerException in the file system browser when
  using VFS's that do not set the VFS.DirectoryEntry.symlinkPath field.

- Actually fix the MacOS plugin for the latest MRJ update.

- Fix status bar problem with GTK look and feel if memory indicator is
  enabled.

- Fixed exception with auto indent (Brad Mace).

- jEdit didn't compile with Sun's JDK 1.5 beta (Trevor Harmon).

- "Find Next" didn't work with directory searches where the paths
  contained symbolic links.

- Fixed highlighting of verbatim environments in LaTeX files.

- Fixed ArrayIndexOutOfBoundsException when invoking "Expand Fold"
  outside of a narrowed range.

- Fixed problem where any dialogs boxes shown by the search and replace
  code would force the search and replace dialog to be shown on OS X.

- Fixed a performance regression since 4.2pre7 on MacOS X.

- More deep indent fixes (Brad Mace).

- The JARClassLoader's loadClass() method was not synchronized -- this
  problem has been there for ages!

- Fixed backspace key in file name field of file dialogs on Java 1.5.

- Fixed exception when control-clicking beyond the end of a line in a
  read-only buffer.

- Fixed key binding conflict on OS X; command-drag would both activate
  rectangular selection and quick copy. This has been resolved and now
  quick copy is activated with an option-drag.

- The order of the elements in the recent file list was being reversed
  each time jEdit was restarted if 'sort recent files' was switched off.

- PluginJAR.generateCache() didn't correctly handle the case where a
  plugin JAR file had an actions.xml but no core class.

- Unloading a plugin did not remove the buttons for its docked windows.

- The "Rescan Macros" command did not update the actions list in the
  action bar.

}}}
{{{ API Changes

- Added "optional dependencies". An optional dependency looks like this:

  plugin.MyPlugin.depend.0=optional plugin AnotherPlugin 1.3.1

  On startup, optional dependency are ignored; if AnotherPlugin does not
  exist, MyPlugin will still load. However, if AnotherPlugin is unloaded
  while jEdit is running, all plugins that depend on it, even ones with
  optional dependencies, will be reloaded.

  If your plugin does a runtime check for the existence of another
  plugin, and uses its services if it exists, but can otherwise
  function fine, then you *MUST* add an optional dependency on that
  plugin, otherwise reloading plugins will leave stale classes in the
  active class loader.

- jEdit.getProperties() now returns a new collection, not the internal
  insance.

}}}

-- 
Slava Pestov


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
-- 
-----------------------------------------------
jEdit Users' List
[email protected]
https://lists.sourceforge.net/lists/listinfo/jedit-users


--__--__--

Message: 2
From: Slava Pestov <[email protected]>
To: [email protected], [email protected]
Date: Sat, 20 Mar 2004 13:03:50 -0500
Subject: [ jEdit-announce ] [ jEdit-users ] jEdit 4.2pre11 now available

jEdit 4.2pre11 is now available from <http://www.jedit.org>.

This release fixes a show-stopper bug in pre10. The JAR file included in
the installer was not completely up-to-date, and it had a property file
lossage bug.

Note that if you compiled from source, you will not see this problem.
-- 
Slava Pestov


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
-- 
-----------------------------------------------
jEdit Users' List
[email protected]
https://lists.sourceforge.net/lists/listinfo/jedit-users


--__--__--

Message: 3
From: mike dillon <[email protected]>
To: jEdit Announcements List <[email protected]>,
	"jEdit Users' List" <[email protected]>
Reply-To: "jEdit Users' List" <[email protected]>
Date: Sun, 21 Mar 2004 16:01:45 -0800
Subject: [ jEdit-announce ] [ jEdit-users ] Plugin Central updates

Hello jEdit enthusiasts-

The afternoon, I released a batch of 25 plugins to Plugin Central. The
packaging of this release was done once again by Slava Pestov and Ollie
Rutherfurd.

* Activator 1.0.0: initial Plugin Central release; requires jEdit
  4.2pre8, CommonControl 0.8.2, and JDK 1.5

* AntelopePlugin 3.0.1: updated for Ant 1.6 and jEdit 4.2; requires
  jEdit 4.2pre1, Console 3.3, ErrorList 1.2.2, and JDK 1.4

* Archive 0.4: uses jEdit 4.2 deferred loading API; permits writing into
  archives; requires jEdit 4.2 and JDK 1.3

* BufferTabs 0.8.1: updated for jEdit 4.2 plugin API; new colored tabs;
  ability to close a buffer with the middle mouse button; requires jEdit
  4.2pre1 and JDK 1.4

* ColumnRuler 0.9.1: fixed some small visual bugs; minor enhancements;
  javadocs; requires jEdit 4.2pre8 and JDK 1.4

* CommonControls 0.8.2: added what was going to be Widgets to
  CommonControls (Brad Mace); requires jEdit 4.2pre8 and JDK 1.4

* DBTerminal 0.1.0: initial Plugin Central release; requires jEdit
  4.2pre8, CommonControls 0.8.2, and JDK 1.4

* FastOpen 1.0: upgraded to jEdit 4.2 API; FastOpen search pattern
  textbox now has the default focus (in case FastOpen is docked);
  FastOpen now adds the ability to open files from the "Recent Files"
  list also; requires jEdit 4.2pre1, ProjectViewer 2.3 (Optional), and
  JDK 1.3

* GfxView 1.0: initial Plugin Central release; requires jEdit 4.2pre9
  and JDK 1.3

* JavaCore 0.6: initial Plugin Central release; requires jEdit 4.2pre5,
  JakartaCommons 0.3, and JDK 1.3

* JavaFold 0.2: initial Plugin Central release; requires jEdit 4.2pre1
  and JDK 1.3

* JBrowse 1.4.5: updated for jEdit 4.2 plugin API; requires jEdit
  4.2pre9 and JDK 1.4

* JCounter 0.5.1: updated for the new plugin API and ProjectViewer
  2.0.2; requires jEdit 4.2pre8, ProjectViewer 2.0.2, CommonControls
  0.8.2, and JDK 1.4

* JPyDebug 0.5: provide a python syntax tree using JEdit sidekick;
  checking python source syntax on Save JEdit event; V4.2 Dynamic
  Loading compliant; documentation enhancements; many other bug fixes
  and enhancements; requires jEdit 4.2pre1, SideKick 0.3, XML 0.8, and
  JDK 1.3; requires separate installation of Python 2.2.1

* JSwatPlugin 1.5.3: significantly improved by Dirk Moebius; faster
  start up; more configurable; reads source files inside archives (with
  Archive plugin); fixes breakpoint indicator problems; requires jEdit
  4.1 (not 4.2) and JDK 1.4

* JTools 1.6: uses JavaCore for classpath management; improved the
  Extend Wizard; fixed a few minor bugs; requires jEdit 4.2pre5,
  CommonControls 0.8, ErrorList 1.3, JakartaCommons 0.3, JavaCore 0.6,
  and JDK 1.3

* JUnitPlugin 0.0.3: updated for jEdit 4.2 plugin API; requires jEdit
  4.2pre8, CommonControls 0.2, and JDK 1.3

* LaTeXTools 0.5.1: changed properties to avoid conflect with jEdit core
  option panels; requires jEdit 4.2pre6, Console 3.7, SideKick 0.2, and
  JDK 1.3

* Lazy8Ledger 2.13: added CSV export/import; added SIE (Standard Import
  Export (Swedish standard)) export and import; all reports are redone
  to a high quality output with PDF, CSV, HTML and Excel file output as
  well; a graphics module with bar,line, and pie diagrams; easier
  searching the database for the records you want; requires jEdit 4.1
  (not 4.2), BufferTabs 0.7.6, InfoViewer 1.1, and JDK 1.4

* LogViewer 0.2: updated for jEdit 4.2 plugin API; added several new
  features: word wrap, find, tail, horizontal scroll lock; requiers
  jEdit 4.2 and JDK 1.4

* OpenIt 1.05: added "Ignore Case" functionality to regular expression
  exclusion filters (this may be helpful for Windows users - thanks
  Esteban!); requires jEdit 4.1 and JDK 1.4

* PerlBrowse 0.3: initial Plugin Central release; requires jEdit 4.1 and
  JDK 1.4

* Rename 1.0.1: fixed bug where options wouldn't save if
  !table.isEditing(); requires jEdit 4.2pre8 and JDK 1.4

* SQL 0.98: updated for jEdit 4.2; requires jEdit 4.2pre6 and JDK 1.4

* XInsert 1.9: updated to fix loading problems with jEdit 4.2; requires
  jEdit 4.2pre1 and JDK 1.3

-md


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
-- 
-----------------------------------------------
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