jEdit-announce digest, Vol 1 #264 - 2 msgs
jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Fri, 30 Apr 2004 20:02:32 -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.2pre12 now available (Slava Pestov) 2. [ jEdit-users ] jEdit 4.2pre12 now available (Slava Pestov) --__--__-- Message: 1 Date: Fri, 30 Apr 2004 17:12:22 -0400 From: Slava Pestov <[email protected]> To: [email protected], [email protected] Subject: [ jEdit-announce ] jEdit 4.2pre12 now available jEdit 4.2pre12 is now available from <http://www.jedit.org>. This is mainly a bug fix release. Thanks to Lionel Fiol, Nicholas O'Leary, Ollie Rutherfurd and Thomas Alspaugh for contributing to this release. {{{ Miscellaneous Changes - The Buffer Options and Global Options->Editing panes no longer allow setting the wrap mode to 'soft' with a wrap margin of zero. Previously this was allowed, but did nothing since the feature was removed in 4.2. - DELETE key works with the tall caret now. - Macros in the user macros directory now override macros in the system macro directory. - Added 'Next Dirty Buffer' and 'Insert Selection' macros (Ollie Rutherfurd). - Pressing A+DOWN in a history text field now shows the field's popup menu (Joerg Spieler). - Added "Mode Switcher" macro (Nicholas O'Leary). }}} {{{ Syntax Highlighting - Updated BibTeX and LaTeX syntax highlighting (Thomas Alspaugh). - PHP mode now recognizes <script language="PHP">...</script>. - Updated Omnimark syntax highlighting (Lionel Fiol). - Added RTF syntax highlighting (Lionel Fiol). }}} {{{ Bug Fixes - Fixed a possible deadlock on startup when loading the SQL plugin. In fact this would happen with any plugin that attempted to load icons from its class initializer. - Fixed NullPointerException when unloading a plugin which has at least one floating window that is not docked. - Fixed problems immediately after changing the font size due to a missing recalculateLastPhysicalLine() call. - Fixed NullPointerException in PluginJAR on startup if settings directory can not be written to. - File->Save All would ask for confirmation even if "Confirm Save All Buffers" was switched off. - Fixed off-by-one error in Edit->Word Count if the selection ended with whitespace. - Text area's horizontal scroll did not update when the text area was resized. - jEdit.getActiveView() would return null if the current view was closed, and another view was not focused. This would break the edit server if -reuseview was specified. - Fixed NullPointerException from syntax highlighting code when buffer switching APIs were called in a certain sequence. - Fixed exception when clicking in one-line-high text area. - Fixed problems with rectangular selections when changes were being made before the selection in the buffer. - Disabling the status bar in the Status Bar option pane did not disable the "Show clock" option. - Scrolling with the keyboard did not update the horizontal scroll bar. - Control-clicking in a read-only buffer would beep, even if the click location was not beyond the end of a line. - Fix possible deadlock when calling VFSManager.waitForRequests() from an EditBus message handler for BufferUpdate.CREATED or EditPaneUpdate.BUFFER_CHANGED. - The new PropertyManager in pre10 broke handling of site properties; they would be overriden by plugin properties, which is not intended behavior. - QuickNotepad was not saving files with the correct encoding. - Filename completion on backspace was not disabled in the "Save As" dialog box, as intended. - Minor fix to VHDL syntax highlighting. - Kill ring was not being loaded properly; the text entries were loaded but the count was never incremented, so the "Paste Deleted" dialog would always be blank after a jEdit restart. - Fixed a possible deadlock when unloading the ProjectViewer plugin. - Workaround for A+PAGE_UP/PAGE_DOWN inserting garbage in the text area on Windows. - Fix ClassCastException when changing edit mode in Buffer Options dialog box. - A zero-length file did not open with the default line separator, but rather the Unix line separator. - jEdit did not start if the font size was set to zero. - Changing the font size did not update the font in open activity log windows. }}} -- Slava Pestov --__--__-- Message: 2 From: Slava Pestov <[email protected]> To: [email protected], [email protected] Date: Fri, 30 Apr 2004 17:12:22 -0400 Subject: [ jEdit-announce ] [ jEdit-users ] jEdit 4.2pre12 now available jEdit 4.2pre12 is now available from <http://www.jedit.org>. This is mainly a bug fix release. Thanks to Lionel Fiol, Nicholas O'Leary, Ollie Rutherfurd and Thomas Alspaugh for contributing to this release. {{{ Miscellaneous Changes - The Buffer Options and Global Options->Editing panes no longer allow setting the wrap mode to 'soft' with a wrap margin of zero. Previously this was allowed, but did nothing since the feature was removed in 4.2. - DELETE key works with the tall caret now. - Macros in the user macros directory now override macros in the system macro directory. - Added 'Next Dirty Buffer' and 'Insert Selection' macros (Ollie Rutherfurd). - Pressing A+DOWN in a history text field now shows the field's popup menu (Joerg Spieler). - Added "Mode Switcher" macro (Nicholas O'Leary). }}} {{{ Syntax Highlighting - Updated BibTeX and LaTeX syntax highlighting (Thomas Alspaugh). - PHP mode now recognizes <script language="PHP">...</script>. - Updated Omnimark syntax highlighting (Lionel Fiol). - Added RTF syntax highlighting (Lionel Fiol). }}} {{{ Bug Fixes - Fixed a possible deadlock on startup when loading the SQL plugin. In fact this would happen with any plugin that attempted to load icons from its class initializer. - Fixed NullPointerException when unloading a plugin which has at least one floating window that is not docked. - Fixed problems immediately after changing the font size due to a missing recalculateLastPhysicalLine() call. - Fixed NullPointerException in PluginJAR on startup if settings directory can not be written to. - File->Save All would ask for confirmation even if "Confirm Save All Buffers" was switched off. - Fixed off-by-one error in Edit->Word Count if the selection ended with whitespace. - Text area's horizontal scroll did not update when the text area was resized. - jEdit.getActiveView() would return null if the current view was closed, and another view was not focused. This would break the edit server if -reuseview was specified. - Fixed NullPointerException from syntax highlighting code when buffer switching APIs were called in a certain sequence. - Fixed exception when clicking in one-line-high text area. - Fixed problems with rectangular selections when changes were being made before the selection in the buffer. - Disabling the status bar in the Status Bar option pane did not disable the "Show clock" option. - Scrolling with the keyboard did not update the horizontal scroll bar. - Control-clicking in a read-only buffer would beep, even if the click location was not beyond the end of a line. - Fix possible deadlock when calling VFSManager.waitForRequests() from an EditBus message handler for BufferUpdate.CREATED or EditPaneUpdate.BUFFER_CHANGED. - The new PropertyManager in pre10 broke handling of site properties; they would be overriden by plugin properties, which is not intended behavior. - QuickNotepad was not saving files with the correct encoding. - Filename completion on backspace was not disabled in the "Save As" dialog box, as intended. - Minor fix to VHDL syntax highlighting. - Kill ring was not being loaded properly; the text entries were loaded but the count was never incremented, so the "Paste Deleted" dialog would always be blank after a jEdit restart. - Fixed a possible deadlock when unloading the ProjectViewer plugin. - Workaround for A+PAGE_UP/PAGE_DOWN inserting garbage in the text area on Windows. - Fix ClassCastException when changing edit mode in Buffer Options dialog box. - A zero-length file did not open with the default line separator, but rather the Unix line separator. - jEdit did not start if the font size was set to zero. - Changing the font size did not update the font in open activity log windows. }}} -- Slava Pestov ------------------------------------------------------- This SF.Net email is sponsored by: Oracle 10g Get certified on the hottest thing ever to hit the market... Oracle 10g. Take an Oracle 10g class now, and we'll give you the exam FREE. http://ads.osdn.com/?ad_id=3149&alloc_id=8166&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