jEdit-announce digest, Vol 1 #269 - 1 msg

jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Mon, 19 Jul 2004 20:03:03 -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. jEdit 4.2 release candidate now available (Slava Pestov)

--__--__--

Message: 1
Date: Sat, 17 Jul 2004 16:25:10 -0400
From: Slava Pestov <[email protected]>
To: [email protected], [email protected]
Subject: [ jEdit-announce ] jEdit 4.2 release candidate now available

jEdit 4.2pre15 is now available from <http://www.jedit.org>. This will 
be the last pre-release before 4.2final. Please report bugs!

Thanks to Adrian Baker, Bertalan Fodor, Eric Ladner, Justin Hagstrom,
Lionel Fiol, Nicholas O'Leary, Ollie Rutherfurd and Thomas Alspaugh for
contributing to this release.

{{{ License Change

A small amendment has been added to jEdit's license. It formally allows
development of non-GPL jEdit plugins. See doc/COPYING.PLUGINS.txt.

}}}
{{{ Syntax Highlighting

- Updated PHP syntax highlighting for PHP5 and PHPDoc (Justin Hagstrom).

- Updated PL/SQL syntax highlighting (Eric Ladner).

- Updated LaTeX syntax highlighting (Thomas Alspaugh).

- Added Lilypond syntax highlighting (Bertalan Fodor).

- Updated Omnimark syntax highlighting (Lionel Fiol).

- Added Groovy syntax highlighting (Ollie Rutherfurd).

- Added PTL syntax highlighting (Ollie Rutherfurd).

}}}
{{{ Miscellaneous

- More flexible remapping of modifier keys (Adrian Baker).

For example, this BeanShell snippet points both the ALT and META
modifiers to A+:

KeyEventTranslator.setModifierMapping(
     InputEvent.CTRL_MASK,
     InputEvent.ALT_MASK | InputEvent.META_MASK,
     0,
     InputEvent.SHIFT_MASK);

- "Java File Save", "Move Line Up", "Move Line Down" macros
   (Nicholas O'Leary).

}}}
{{{ Bug Fixes

- The rest.xml and embperl.xml mode files were missing from the
   distribution.

- HyperSearch results would not use floating positions if the files
   being searched were symbolic links.

- Findbugs suggests changing 'new Boolean(' to 'Boolean.valueOf(', so I
   changed all occurrences in pre14. However, the latter does not exist
   in JDK 1.3. This change was reverted.

- File permission preservation code no longer waits for 'chmod' command
   to exit; since on some Java versions, Process.waitFor() would hang.

- Fix problem if a line had more than 127 screen lines.

- The dirty flag was not cleared if 'redo' was invoked when the redone
   edit was created as part of a compound edit.

- Fix a possible ArrayIndexOutOfBoundsException with zero-height text
   areas.

- Fix some problems when deleting all visible lines with folding or
   narrowing active.

- If jEdit was run with the -background -nogui switches, there was no
   perspective.xml, and then a client instance was started, a
   NullPointerException would be printed.

- On Windows, C:\ was considered an absolute path (which is correct)
   but C:/ was considered a relative path (which is incorrect).

}}}



--__--__--

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


End of jEdit-announce Digest