jEdit-announce digest, Vol 1 #260 - 5 msgs
jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Thu, 19 Feb 2004 22:15:06 -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 ] Plugin Central updates (mike dillon) 2. jEdit 4.2pre9 now available (Slava Pestov) 3. [ jEdit-users ] jEdit 4.2pre9 now available (Slava Pestov) 4. Plugin Central updates (mike dillon) 5. [ jEdit-users ] Plugin Central updates (mike dillon) --__--__-- Message: 1 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, 25 Jan 2004 20:56:05 -0800 Subject: [ jEdit-announce ] [ jEdit-users ] Plugin Central updates Hello everyone- This evening, the latest batch of plugins has been made available for download from Plugin Central. This batch was packaged by Ollie Rutherfurd and Slava Pestov. * ActionHooks 0.4.1: initial Plugin Central release; requires jEdit 4.2pre3 and JDK 1.3 * BufferLocal 1.1: initial Plugin Central release; requires jEdit 4.2pre1 and JDK 1.4 * CharacterMap 1.2: new version of the CharacterMap plugin provides the following features - anti-aliased text, large character display, better docking support and better configuration via an options pane; requires jEdit 4.2pre1 and JDK 1.3 * CommonControls 0.8.1: 4.2-specific deferred loading support; requires jEdit 4.2pre4 and JDK 1.3 * FTP 0.7.2: updated to SSHTools 0.3.7; changed order that regexps are matched in to fix the problem with file listings containing numeric user IDs or group IDs; fix a problem with servers whose PWD command would return a relative path name; requires jEdit 4.2pre6, JakartaCommons 0.3, and JDK 1.3 * JPyDebug 0.4: initial Plugin Central release; requires jEdit 4.0pre8, XML 0.8, and JDK 1.3; Python 2.2.1 is a prerequisite * JTools 1.5: new version features commands to generate import statement from classname at the caret position and sort imports and optional support for AntHelper; the comment commands have now been moved to TextTools; requires jEdit 4.2pre5, CommonControls 0.8, ErrorList 1.3, JakartaCommons 0.3, and JDK 1.3 * JythonInterpreter 0.9.5: converted option panes to Java; fixed bugs in executing python startup scripts; "jython" directory no longer created or used in jEdit home directory (use a startup script instead if you wish to have a script executed when jEdit is starting); traceback displayed when there's an error executing a macro; removed old macro execution method: "_execMacro"; removed support for executing user's "jython\jedit.py" on startup; added AWT error handler to catch jython exception using AWT; fixed bugs in path handler. Now it can also load one path and mutiple jars at the same time; added button to invoke tabnanny; if project list is installed its classpath is added to the interpreter; compatible with jEdit 4.2pre7; requires jEdit 4.2pre7, ErrorList 1.3.1, SideKick 0.3, and JDK 1.4 * Tags 1.1: Tags has been updated for jEdit 4.2 and now includes a graphical Tag Stack dockable that shows positions you've jumped to and from as you follow tags; requires jEdit 4.2pre2 and JDK 1.3 * XmlIndenter 0.3.3: user can configure a list of elements whose enclosed text nodes should have whitespace preserved; attributes that start on a new line will stay on a new line after indenting; they will be indented two levels deeper that the element start tag; fixed bug where line breaks and tab characters were being removed without being replaced with a single space character; fixed bug where attribute values in single quotes were being replaced with attribute values in double quotes, regardless of whether the attribute value contained double quotes; a space before the /in an empty element is kept; requires jEdit 4.2pre3, XML 0.12, and JDK 1.3 -md ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- ----------------------------------------------- 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, 07 Feb 2004 15:00:51 -0500 Subject: [ jEdit-announce ] jEdit 4.2pre9 now available jEdit 4.2pre9 is now available from <http://www.jedit.org>. jEdit 4.2final is almost here -- there will probably be a 4.2pre10 and 4.2pre11, then 4.2final, so send in your bug reports! Thanks to Brad Mace, David Hardin, Matthew J. Price, Ollie Rutherfurd, Patrick Tingen, Thomas Galvin and Wiktor Adamski for contributing to this release. {{{ Miscellaneous - Includes new "Create Get/Set Methods" macro (Thomas Galvin). - Minor improvements to "Deep Indent" feature (Brad Mace). - "Reload All Buffers" command now only asks for confirmation if there are buffers with unsaved changes (Ollie Rutherfurd). }}} {{{ Syntax Highlighting - Updated Visual FoxPro syntax highlighting (Matthew J. Price). - Updated Lisp syntax highlighting (David Hardin). - Updated Progress syntax highlighting (Patrick Tingen) }}} {{{ Bug Fixes - Horizontal scroll bar was not updated sometimes. - The code that determines if a selection is being dragged is now much more accurate; for example, with rectangular selections is only registers a drag if the mouse is actually within the rectangular region, not just between the start and end locations in the buffer. - jEdit did not compile with Java 1.3. - Clicking "Select All" in the "Files Changed on Disk" dialog box did not enable the Reload button (Ollie Rutherfurd). - startup.bsh file was not included in installer bundle. - Fixed a performance problem with rollover buttons. - Pressing a shortcut that reads the next character from the keyboard while a control other than the text area is focused will now shift focus to the text area, and back again to the original control when the key is pressed. This allows you to use commands like "Go to marker" from the search bar, and so on. - Collapsing a folder node in the file system browser that is immediately followed by an expanded folder node would remove all columns from the view. - This change was advertised in the pre8 change log but didn't actually make it in: - Fixed possible deadlock in VFSFileChooserDialog when changing the cursor. - Hard wrap would wrap one word too early when inserting beyond the wrap margin. - Fixed exception when tab size was set to 0. - Fixed caret being offset too far to the right when dropping text in the text area, due to the gutter's width not being taken into account (Wiktor Adamski). - Dismissing the buffer switcher popup now sends focus back to the text area. - Fix layout problem with tool bars at the bottom of the view. - Fix layout problem with tool bar obscuring the right docking area. - Docking area sizes would be determined before the button sizes were known, so it was possible to resize a docking area beyond the edge of the view. - ChunkCache.getScreenLineOfOffset() didn't return the correct value -1 if the given offset was before the first visible line. - "Confirm 'Save All Buffers' command" option didn't work. - jEdit would throw an exception on startup if the GTK look and feel was in use. - The MacOS plugin didn't work with the latest MRJ release. - Commands in the right-click menu of the parent directories list operated on the files currently selected in the file listing table. - Fixed NullPointerException in GUIUtilities.getComponentParent(). }}} {{{ API Changes - BufferUpdate.SAVING is now sent before the IO flag is set to true. }}} -- Slava Pestov --__--__-- Message: 3 From: Slava Pestov <[email protected]> To: [email protected], [email protected] Date: Sat, 07 Feb 2004 15:00:51 -0500 Subject: [ jEdit-announce ] [ jEdit-users ] jEdit 4.2pre9 now available jEdit 4.2pre9 is now available from <http://www.jedit.org>. jEdit 4.2final is almost here -- there will probably be a 4.2pre10 and 4.2pre11, then 4.2final, so send in your bug reports! Thanks to Brad Mace, David Hardin, Matthew J. Price, Ollie Rutherfurd, Patrick Tingen, Thomas Galvin and Wiktor Adamski for contributing to this release. {{{ Miscellaneous - Includes new "Create Get/Set Methods" macro (Thomas Galvin). - Minor improvements to "Deep Indent" feature (Brad Mace). - "Reload All Buffers" command now only asks for confirmation if there are buffers with unsaved changes (Ollie Rutherfurd). }}} {{{ Syntax Highlighting - Updated Visual FoxPro syntax highlighting (Matthew J. Price). - Updated Lisp syntax highlighting (David Hardin). - Updated Progress syntax highlighting (Patrick Tingen) }}} {{{ Bug Fixes - Horizontal scroll bar was not updated sometimes. - The code that determines if a selection is being dragged is now much more accurate; for example, with rectangular selections is only registers a drag if the mouse is actually within the rectangular region, not just between the start and end locations in the buffer. - jEdit did not compile with Java 1.3. - Clicking "Select All" in the "Files Changed on Disk" dialog box did not enable the Reload button (Ollie Rutherfurd). - startup.bsh file was not included in installer bundle. - Fixed a performance problem with rollover buttons. - Pressing a shortcut that reads the next character from the keyboard while a control other than the text area is focused will now shift focus to the text area, and back again to the original control when the key is pressed. This allows you to use commands like "Go to marker" from the search bar, and so on. - Collapsing a folder node in the file system browser that is immediately followed by an expanded folder node would remove all columns from the view. - This change was advertised in the pre8 change log but didn't actually make it in: - Fixed possible deadlock in VFSFileChooserDialog when changing the cursor. - Hard wrap would wrap one word too early when inserting beyond the wrap margin. - Fixed exception when tab size was set to 0. - Fixed caret being offset too far to the right when dropping text in the text area, due to the gutter's width not being taken into account (Wiktor Adamski). - Dismissing the buffer switcher popup now sends focus back to the text area. - Fix layout problem with tool bars at the bottom of the view. - Fix layout problem with tool bar obscuring the right docking area. - Docking area sizes would be determined before the button sizes were known, so it was possible to resize a docking area beyond the edge of the view. - ChunkCache.getScreenLineOfOffset() didn't return the correct value -1 if the given offset was before the first visible line. - "Confirm 'Save All Buffers' command" option didn't work. - jEdit would throw an exception on startup if the GTK look and feel was in use. - The MacOS plugin didn't work with the latest MRJ release. - Commands in the right-click menu of the parent directories list operated on the files currently selected in the file listing table. - Fixed NullPointerException in GUIUtilities.getComponentParent(). }}} {{{ API Changes - BufferUpdate.SAVING is now sent before the IO flag is set to true. }}} -- Slava Pestov ------------------------------------------------------- The SF.Net email is sponsored by EclipseCon 2004 Premiere Conference on Open Tools Development and Integration See the breadth of Eclipse activity. February 3-5 in Anaheim, CA. http://www.eclipsecon.org/osdn -- ----------------------------------------------- jEdit Users' List [email protected] https://lists.sourceforge.net/lists/listinfo/jedit-users --__--__-- Message: 4 Date: Sun, 15 Feb 2004 11:23:05 -0800 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 Users- This morning, I have updated the Plugin Central database with the latest batch of plugin releases. This batch has once again been packaged and prepared for release by Oliver Rutherfurd and Slava Pestov. It consists of an even dozen of this year's hottest new plugins. * ActionHooks 0.5: plugins can add support for custom EditBus messages; fixed plugin reloading bug; requires jEdit 4.2pre3 and JDK 1.3 * ColumnRuler 0.9.0: (0.8.0 changes) this release adds line guides, a tab indicator, the number of selected characters, allows the plugin to be active by default, and makes it all more configurable; requires jEdit 4.2pre8 and JDK 1.4 * CommentFolder 1.0.0: initial Plugin Central release; requires jEdit 4.2pre8 and JDK 1.4 * Console 3.7.1: added commando panel for Hugs98 compiler; bug fixes; requires jEdit 4.2pre8, ErrorList 1.3.1, and JDK 1.3 * ErrorList 1.3.2: new icons; bug fixes; requires jEdit 4.2pre8 and JDK 1.3 * FindFile 0.4: bug fix release; no functional changes; requires jEdit 4.2pre6 and JDK 1.4 * HeadlinePlugin 1.1.2: changed default feed list to include updated jEdit community RSS feed; automatically scrolls titles to keep active story in view when using keyboard; requires jEdit 4.2pre1, InfoViewer 1.0, and JDK 1.4 * LaTeXTools 0.5: now uses the jEdit 4.2 API; improved BibTeX and Label Navigators now take into account the file import structure; compilation commands integrate with Console plugin; image browser to look at the images in your document; various navigability improvements and utility commands; extended default.nav (Thanks to Stephan Kost for this); new icon types: table, list, verbatim; requires jEdit 4.2pre6, Console 3.7, SideKick 0.2, and JDK 1.3 * MacroManager 1.2: can now choose an arbitrary directory to download macros to; properly handles new XML feed from community.jedit.org; requires jEdit 4.0final and JDK 1.3 * Rename 1.0.0: initial Plugin Central release; requires jEdit 4.2pre8 and JDK 1.4 * RETest 1.0.3: uses defered loading in jEdit 4.2; requires jEdit 3.2pre5 and JDK 1.1 * ShortcutSaver 1.0: initial Plugin Central release; requires jEdit 4.2pre6, CommonControls 0.8, and JDK 1.3 -md --__--__-- Message: 5 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, 15 Feb 2004 11:23:05 -0800 Subject: [ jEdit-announce ] [ jEdit-users ] Plugin Central updates Hello jEdit Users- This morning, I have updated the Plugin Central database with the latest batch of plugin releases. This batch has once again been packaged and prepared for release by Oliver Rutherfurd and Slava Pestov. It consists of an even dozen of this year's hottest new plugins. * ActionHooks 0.5: plugins can add support for custom EditBus messages; fixed plugin reloading bug; requires jEdit 4.2pre3 and JDK 1.3 * ColumnRuler 0.9.0: (0.8.0 changes) this release adds line guides, a tab indicator, the number of selected characters, allows the plugin to be active by default, and makes it all more configurable; requires jEdit 4.2pre8 and JDK 1.4 * CommentFolder 1.0.0: initial Plugin Central release; requires jEdit 4.2pre8 and JDK 1.4 * Console 3.7.1: added commando panel for Hugs98 compiler; bug fixes; requires jEdit 4.2pre8, ErrorList 1.3.1, and JDK 1.3 * ErrorList 1.3.2: new icons; bug fixes; requires jEdit 4.2pre8 and JDK 1.3 * FindFile 0.4: bug fix release; no functional changes; requires jEdit 4.2pre6 and JDK 1.4 * HeadlinePlugin 1.1.2: changed default feed list to include updated jEdit community RSS feed; automatically scrolls titles to keep active story in view when using keyboard; requires jEdit 4.2pre1, InfoViewer 1.0, and JDK 1.4 * LaTeXTools 0.5: now uses the jEdit 4.2 API; improved BibTeX and Label Navigators now take into account the file import structure; compilation commands integrate with Console plugin; image browser to look at the images in your document; various navigability improvements and utility commands; extended default.nav (Thanks to Stephan Kost for this); new icon types: table, list, verbatim; requires jEdit 4.2pre6, Console 3.7, SideKick 0.2, and JDK 1.3 * MacroManager 1.2: can now choose an arbitrary directory to download macros to; properly handles new XML feed from community.jedit.org; requires jEdit 4.0final and JDK 1.3 * Rename 1.0.0: initial Plugin Central release; requires jEdit 4.2pre8 and JDK 1.4 * RETest 1.0.3: uses defered loading in jEdit 4.2; requires jEdit 3.2pre5 and JDK 1.1 * ShortcutSaver 1.0: initial Plugin Central release; requires jEdit 4.2pre6, CommonControls 0.8, and JDK 1.3 -md ------------------------------------------------------- SF.Net is sponsored by: Speed Start Your Linux Apps Now. Build and deploy apps & Web services for Linux with a free DVD software kit from IBM. Click Now! http://ads.osdn.com/?ad_id=1356&alloc_id=3438&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