jEdit-announce digest, Vol 1 #236 - 1 msg
jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Wed, 29 Jan 2003 12:02:45 -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 4.1pre9 now available, please test (Slava Pestov) --__--__-- Message: 1 From: Slava Pestov <[email protected]> To: [email protected], [email protected] Date: Tue, 28 Jan 2003 20:31:29 -0500 Subject: [ jEdit-announce ] jEdit 4.1pre9 now available, please test jEdit 4.1pre9 is now available from <http://www.jedit.org>. jEdit 4.1final is getting very, very, close. If you currently use jEdit 4.0, please try out 4.1. Thanks to Chris Petersen, Iain Hewson, Kris Kopicki, Randolf Mock and Reinout van Schouwen for contributing to this release. + Syntax Highlighting Changes: - Added gettext mode (primarily used on Unix for translating programs to other languages) (Reinout van Schouwen). - Added APDL mode (Randolf Mock). - Updated CSS, PHP, Perl syntax highlighting (Chris Petersen). + Miscellaneous Changes: - Global options dialog box remembers its size and position now. - Much faster auto indent. - Prefix keys (C+e, C+e n, C+m, C+r) now show a status bar message. - Added a "Docking Options" item to the docking button's right-click menu. + Installer Changes: - On Unix systems, a jedit.1 manual page is now installed. + Bug Fixes: - Saving a file from one file system to another using the "Save a Copy As" command could cause problems if the destination VFS implemented the _saveComplete() method. This method was only passed a buffer instance, and there was no way to obtain the destination path. - Making changes above the first line did not scroll the text area. - Fixed a bug with nested compound edits. I'm not sure if it ever caused any problems, however it did affect performance. - More fixes for non-standard mouse button handling under MacOS X (Kris Kopicki). - Fixed possible incorrect enabling and disabling of controls, and an ArrayIndexOutOfBoundsException when selecting the last edit mode in the Editing option pane's list. - Fixed possible ArrayIndexOutOfBoundsException while scrolling in a text area that was narrowed to a specific region in the buffer. - Fixed problem with Gutter marker tooltips not showing up sometimes if the text area was scrolled horizontally. - JEditTextArea.getPhysicalLineOfScreenLine() was broken. This caused problems for JDiff. - Fixed problem when scrolling with soft wrap where the last visible line would get clipped. - The jeditshell directory was missing from the source download. - Plugin properties would override site properties. - Various modes were missing a "lineUpClosingBracket" property. - Editing option pane's "Use default settings" check box was broken. - Fixed an auto-indent bug that would give lines incorrect indent if they contained both a closing and an opening bracket. - Fixed a problem with undo -- after undoing the full undo queue, further edits were not being added. This problem has been there since the 4.0 pre-releases, damn. - Fixed problem with grabbing keystrokes with the Shift modifier set and all other modifiers unset (Iain Hewson). + API Changes: - VFS._saveComplete(Object session, Buffer buffer, Component comp) is now VFS._saveComplete(Object session, Buffer buffer, String path, Component comp). + API Additions: - HyperSearchResults.getTree() method added. -- Slava Pestov --__--__-- _______________________________________________ jEdit Announcement List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-announce End of jEdit-announce Digest