jEdit-announce Digest, Vol 19, Issue 1

jedit-announce-request-5NWGOfrQmneRv+LV9MX5uipxlwaOVQ5f@public.gmane.org Thu, 05 Feb 2015 07:05:29 +0000
Newsgroups gmane.editors.jedit.announce
Message-ID <mailman.4512.1423119929.2506.jedit-announce@lists.sourceforge.net>
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-owner-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. Plugin Release Announcement (2013-09-01 -	2013-10-02) (Eric Berry)
   2. jEdit 5.2pre1 is out! (Vampire)
   3. jEdit 5.2.0 (Final) released! (Eric Berry)


----------------------------------------------------------------------

Message: 1
Date: Wed, 2 Oct 2013 11:47:28 -0700
From: Eric Berry <[email protected]>
Subject: [ jEdit-announce ] Plugin Release Announcement (2013-09-01 -
	2013-10-02)
To: jEdit Announce <[email protected]>
Message-ID:
	<CAKMBPmKi9hiagqQ=Q6Pie3OkkjXWJ6iuYDXyfnAmuRt_w7svfg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Content-Type: text/plain; charset="iso-8859-1"

0 New plugins and 6 Updated plugins


Updated Releases:
{{{  Highlight 1.10.0
Announcement: New option to highlight entire word for selection highlight
Plugin Description: Highlights words (or matched regexps) with different colors.
}}}

{{{  Highlight 2.0
Announcement: Compatibility fixes with jEdit 5.1
Plugin Description: Highlights words (or matched regexps) with different colors.
}}}

{{{  MacOSX 1.3
Announcement: Updates for Java 7 and jEdit 5.2
- Got rid of alternative dispatcher stuff which was workaround for Java 5 bugs.
- Fixed #1542027.
- New option to swap ctrl and alt keys.
- Show combined options
Plugin Description: Provides better MacOS X integration through
features such as better CMD-key mapping, drag-and-drop from Finder and
more.
}}}

{{{  CommonControls 1.7.1
Announcement: Fix #3615050 SmartOpen only lets me type one letter on MacOS L&F.
Added the Blame component. (Dale Anson)
Plugin Description: The CommonControls plugin provides a common set of
enhanced Swing components intended for use by other jEdit plugins.
}}}

{{{  ProjectViewer 3.5.2
Announcement: Cleanup, small bugs fixed.
- #2213905 Added "Show in VFS Browser" context menu action
Added "VFS browse project root" plugin action
- #3561346 Show importer tasks in Task Monitor
- #3530117 Don't show "open with encoding" for directories
Plugin Description: The ProjectViewer plugin provides an interface for
managing a "project", i.e. a related group of source files.
}}}

{{{  GitPlugin 0.6
Announcement: Added a blame command.
Added a status command. Added file status icons.
Plugin Description: Offers a version control service for ProjectViewer
and some actions as part of git integration.
}}}
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

Message: 2
Date: Tue, 27 May 2014 04:33:52 +0200
From: Vampire <[email protected]>
Subject: [ jEdit-announce ] jEdit 5.2pre1 is out!
To: jEdit Announce Mailinglist <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset=UTF-8

Hello everyone,

I proudly present jEdit 5.2pre1, the first preview development release of the 5.2 series of jEdit.

Detailed changes can as always be found in the Change Log attached in the end of this email.

This is a time-based release, scheduled to come out about 1 year after jEdit 5.1, and is a collection of enhancements, bug fixes and patches submitted by the community. Detailed changes can be found in the Detailed Change Log.
There are no major new features in this release. You can think of it mostly as a bugfix release, although there are quite a lot of UI enhancements also.
With continued support from the community, we will keep releasing a newer version each year that can accurately bring together the fruits of everyone's labor. Thank you to each and every one of the contributors who helped make 5.2 the best version of jEdit ever.



Volunteers are always welcome to contribute to the future of jEdit:
http://www.jedit.org/index.php?page=devel


That being said, here is the download link:
http://www.jedit.org/index.php?page=download


FYI, merge requests for the 5.2 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/p/jedit/merge-requests/milestone/for%205.2.x/

Have fun with the new release.

Best Regards
Bj?rn "Vampire" Kautler



jEdit 5.2 version history
       (changes since jEdit 5.1.0)
:encoding=UTF-8:

{{{ Version 5.2pre1

Thanks to Bj?rn "Vampire" Kautler, Matthieu Casanova, Dale Anson, Thomas Meyer,
Patrick Eibl, L?szl? Schmidt, Zsombor Franczia, Bence Pint?r, Makarius, Benjamin Zengin,
Yihua Zhang, Marc H?fner, EdorFaus, Jordan Miner, Thiemo Kellner, Tim Blackler,
Alan Ezust, and Eric Le Lay for contributing to this release.

{{{ Bug Fixes

- Fix for bug #3843: Russian localization breaks Search dialog

- Fixed Whole word search (bug #3824, patch #516 - Benjamin Zengin)

- Fixed the systray not added on EDT thread (Matthieu Casanova)

- Fix the integration with Unity and other Linux Desktop Environments,
  broken by patch #464 (Bj?rn "Vampire" Kautler)

- Reload optionally dependent plugins when a plugin is unloaded.
  (bug #3807 - Dale Anson)

- Applied patch #513 (Makarius), plus some additional cleanup of setting
  the look and feel (Dale Anson)

- Fixed a bug in pluginmanager: transitive deps not installed when filtering
  (bug #3825 - Eric Le Lay)

- Fix java installer bug: Installing from jedit5.1.0install.jar failure
  (bug #3837 - Eric Le Lay)

}}}
{{{ API Changes

- jEdit now depends on Java 1.7

- StandardUtilities.objectsEqual() is deprecated as Objects.equals() does the
  same job in Java 7 (Matthieu Casanova)

- New method: VFSFile.getModified() which allows sorting by date in the FSB
  for other VFSs (plugin patch #161 Yihua Zhang)

- GUIUtilities.getShortcutLabel() has a second boolean argument to specify
  whether platform modifier symbols are desired or not. (patch #514 Makarius)

- Removed deprecated (ambiguous) overloads of IOUtilities.closeQuietly().

- View.getBuffers() returns an array that is now sorted according to View option.

- New status "REMOVED" added to PluginUpdate message.

}}}
{{{ UI improvements

- Relative line offsets are allowed in "Goto Line" dialog. (Patch #526, 
  Feature Request #286, Tim Blackler)

- OptionsDialog now remembers and restores the last selected pane
  under more circumstances. See Project Options Dialog for example.
  (Alan Ezust)

- KP_ARROW keys now behave the same way as the regular arrow keys,
  with modifiers, on all platforms. (startup/startup.bsh:100 - Alan Ezust)

- Focus the text area when scroll bar is clicked (patch #521 - Jordan Miner)

- Selecting line from gutter should move caret (patch #520 - Jordan Miner)

- Fix for the scroll click suppression (patch #505 - EdorFaus)

- Important speedup of LogViewer (Matthieu Casanova)

- Support for shortcuts to "copy" the error in Error widget (Matthieu Casanova)

- The bufferSwitcher now supports Drag&Drop (patch #515 - Yihua Zhang)

- Added "loading" icon for task status bar widget (request #474 -
  Matthieu Casanova)

- The TextArea will not scroll anymore when dragging files on jEdit
  (Matthieu Casanova)

- EnhancedDialog instances (Search/Replace, Options, Open) now can be closed
  using a single-key close-buffer.shortcut. (patch #497, request #454 -
  L?szl? Schmidt, Zsombor Franczia, Bence Pint?r)

- Plugin dependencies are shown in the plugin manager details pane for all three
  tabs. (request #469 - Dale Anson)

- Increased the scrolling speed in option pane (Matthieu Casanova)

- In plugin manager's install panel plugin dependencies are unchecked
  if they are not required (Eric Le Lay)

- Use a native splash screen if available (patch #519 - Eric Le Lay)

- Improved layout manager for text area (patch #518 - Dale Anson)

- "Copy link to clipboard" popup menu in HelpViewer (Eric Le Lay)

}}}
{{{ Editing

- Patch to toggle word completion of words with digits.
  (patch #503, Patrick Eibl)

- New PowerCenter Parameter File format (Patch # 524, Thiemo Kellner)

- Several fixes for html mode: (Dale Anson/Marc H?fner)
  patch #504 HTML mode: Fix mode properties in <script> blocks.
  bug #3850 Html edit mode
  bug #3842 HTML syntax highlighting error: & in href
  bug #3839 Syntax highlight is wrong for some HTML file

}}}
{{{ Miscellaneous

- MiscUtilities.expandVariables() converts from Windows to Linux-style paths
  when necessary (the reverse was already true). (Alan Ezust)

- New macros: Go To Offset, Reverse Selection (patch #501, #502 Thomas Meyer)

- Removed some no longer needed pre-Java7 MacOSX key handling workaround code
  (patch #511, #512, Makarius, Alan Ezust)

- Make the OS X application bundle work with Oracle Java 7
  (bug #3743, #3841, #3862 - Bj?rn "Vampire" Kautler)

- Add copyright tag to the OS X application bundle (Bj?rn "Vampire" Kautler)

- Add UTI to the document type in the OS X application bundle (Bj?rn "Vampire" Kautler)

- Bunde version 1.3 of the MacOSX plugin (Bj?rn "Vampire" Kautler)

- Customize the look of the DMG root folder to provide a simple yet convenient
  installation GUI for OS X users and to tell them how to work-around Gatekeeper
  blocking jEdit (bug #3821, #3757 - Bj?rn "Vampire" Kautler)

}}}

}}}

jEdit buffer local properties:
:maxLineLen=90:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:




------------------------------

Message: 3
Date: Wed, 4 Feb 2015 23:05:19 -0800
From: Eric Berry <[email protected]>
Subject: [ jEdit-announce ] jEdit 5.2.0 (Final) released!
To: jEdit Announce <[email protected]>
Message-ID:
	<CAKMBPmK-Njjw79wjsFPkGi8+MSD8ymcSYX0oKd8dbz3m=2yUGg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Content-Type: text/plain; charset="utf-8"

I'm proud to present jEdit 5.2.0 (Final).

My first one, so cross your fingers, be kind, and definitely let us know of
any issues.

jEdit 5.2 version history
       (changes since jEdit 5.1.0)
:encoding=UTF-8:

{{{ Version 5.2.0

Thanks to Bj?rn "Vampire" Kautler, Makarius, Dale Anson, Alan Ezust,
Matt Galligan, Eric Le Lay, Makarius, and Matthieu Casanova for
contributing to
this release.

{{{ Bug Fixes

- EnhancedDialog does not throw NullPointerExceptions anymore when checking
  whether a pressed key is the buffer close shortcut. (Bj?rn "Vampire"
Kautler)

- When using extra vertical line spacing and a selection foreground color,
the
  selected text was painted twice, once with the extra spacing, once
without.
  Now the selected text is drawn correctly. (Bj?rn "Vampire" Kautler)

- Make the TextArea a JPanel instead of a JComponent, so that it draws its
  background and set the background color to the Gutter background color.
This
  prevents the parent component to shine through, which would e. g. show
blue
  edges with the BufferTabs plugin installed and active.
  (Bj?rn "Vampire" Kautler)

- Fix a bug preventing from removing an unloaded plugin
  (#3877 - Matthieu Casanova)

- The native splashscreen is removed as it was not possible to disable it
  (#3876 - Matthieu Casanova)

- Bugfix in EditPane.java related to file status checks.
  (Patch #534 - Matt Galligan)

- Fix for bug #3389 in BufferSwitcher.java where look and feel was locked to
  Metal. (Dale Anson)

- Fix for bug #3893 where PluginResURLConnection.openStream returning null
for
  non existing resources made jEdit hang on Java 8, Mac OS 10.10. (Eric Le
Lay)

- Fix for Bugs #3895, #3897: Invalid HelpIndex URLs on windows.
  (Alan Ezust,  Eric Le Lay)

}}}
{{{ Miscellaneous
- MiscUtilities.openInDesktop() works with URIs on Windows now. (Alan Ezust)

- Upgrade Launch4J to the latest version 3.5.0. This makes it possible to
UTF-8
  encode the config file and build the EXE launcher on Mac OS again,
removing
  the need for Rosetta being installed, which is not supported anymore
anyway
  since Mac OS 10.7. (Bj?rn "Vampire" Kautler)

}}}
{{{ API Changes

- DockableWindowContainer interface is now public (Patch #528 - Makarius)

- PluginResURLConnection.openStream() is garanteed to return non-null
stream;
  PluginResURLConnection.connect() and PluginResURLConnection.openStream()
  throw an IOException when the resource is not found. (Eric Le Lay)

}}}
{{{ Editing


}}}

}}}

{{{ Version 5.2pre1

Thanks to Bj?rn "Vampire" Kautler, Matthieu Casanova, Dale Anson, Thomas
Meyer,
Patrick Eibl, L?szl? Schmidt, Zsombor Franczia, Bence Pint?r, Makarius,
Benjamin Zengin, Yihua Zhang, Marc H?fner, EdorFaus, Jordan Miner,
Thiemo Kellner, Tim Blackler, Alan Ezust, and Eric Le Lay for contributing
to
this release.

{{{ Bug Fixes

- Fix for bug #3843: Russian localization breaks Search dialog

- Fixed Whole word search (bug #3824, patch #516 - Benjamin Zengin)

- Fixed the systray not added on EDT thread (Matthieu Casanova)

- Fix the integration with Unity and other Linux Desktop Environments,
  broken by patch #464 (Bj?rn "Vampire" Kautler)

- Reload optionally dependent plugins when a plugin is unloaded.
  (bug #3807 - Dale Anson)

- Applied patch #513 (Makarius), plus some additional cleanup of setting
  the look and feel (Dale Anson)

- Fixed a bug in pluginmanager: transitive deps not installed when filtering
  (bug #3825 - Eric Le Lay)

- Fix java installer bug: Installing from jedit5.1.0install.jar failure
  (bug #3837 - Eric Le Lay)

- HelpIndex includes .txt files again. (Bug #3896 - Alan Ezust)

}}}
{{{ API Changes

- jEdit now depends on Java 1.7

- StandardUtilities.objectsEqual() is deprecated as Objects.equals() does
the
  same job in Java 7 (Matthieu Casanova)

- New method: VFSFile.getModified() which allows sorting by date in the FSB
  for other VFSs (plugin patch #161 Yihua Zhang)

- GUIUtilities.getShortcutLabel() has a second boolean argument to specify
  whether platform modifier symbols are desired or not. (patch #514
Makarius)

- Removed deprecated (ambiguous) overloads of IOUtilities.closeQuietly().

- View.getBuffers() returns an array that is now sorted according to View
  option. (Alan Ezust)

- New status "REMOVED" added to PluginUpdate message. (Dale Anson)

}}}
{{{ UI improvements

- Relative line offsets are allowed in "Goto Line" dialog. (Patch #526,
  Feature Request #286, Tim Blackler)

- OptionsDialog now remembers and restores the last selected pane
  under more circumstances. See Project Options Dialog for example.
  (Alan Ezust)

- KP_ARROW keys now behave the same way as the regular arrow keys,
  with modifiers, on all platforms. (startup/startup.bsh:100 - Alan Ezust)

- Focus the text area when scroll bar is clicked (patch #521 - Jordan Miner)

- Selecting line from gutter should move caret (patch #520 - Jordan Miner)

- Fix for the scroll click suppression (patch #505 - EdorFaus)

- Important speedup of LogViewer (Matthieu Casanova)

- Support for shortcuts to "copy" the error in Error widget (Matthieu
Casanova)

- The bufferSwitcher now supports Drag&Drop (patch #515 - Yihua Zhang)

- Added "loading" icon for task status bar widget (request #474 -
  Matthieu Casanova)

- The TextArea will not scroll anymore when dragging files on jEdit
  (Matthieu Casanova)

- EnhancedDialog instances (Search/Replace, Options, Open) now can be closed
  using a single-key close-buffer.shortcut. (patch #497, request #454 -
  L?szl? Schmidt, Zsombor Franczia, Bence Pint?r)

- Plugin dependencies are shown in the plugin manager details pane for all
three
  tabs. (request #469 - Dale Anson)

- Increased the scrolling speed in option pane (Matthieu Casanova)

- In plugin manager's install panel plugin dependencies are unchecked
  if they are not required (Eric Le Lay)

- Use a native splash screen if available (patch #519 - Eric Le Lay)

- Improved layout manager for text area (patch #518 - Dale Anson)

- "Copy link to clipboard" popup menu in HelpViewer (Eric Le Lay)

}}}
{{{ Editing

- Patch to toggle word completion of words with digits.
  (patch #503, Patrick Eibl)

- New PowerCenter Parameter File format (Patch # 524, Thiemo Kellner)

- Several fixes for html mode: (Dale Anson/Marc H?fner)
  patch #504 HTML mode: Fix mode properties in <script> blocks.
  bug #3850 Html edit mode
  bug #3842 HTML syntax highlighting error: & in href
  bug #3839 Syntax highlight is wrong for some HTML file

}}}
{{{ Miscellaneous

- MiscUtilities.expandVariables() converts from Windows to Linux-style paths
  when necessary (the reverse was already true). (Alan Ezust)

- New macros: Go To Offset, Reverse Selection (patch #501, #502 Thomas
Meyer)

- Removed some no longer needed pre-Java7 MacOSX key handling workaround
code
  (patch #511, #512, Makarius, Alan Ezust)

- Make the OS X application bundle work with Oracle Java 7
  (bug #3743, #3841, #3862 - Bj?rn "Vampire" Kautler)

- Add copyright tag to the OS X application bundle (Bj?rn "Vampire" Kautler)

- Add UTI to the document type in the OS X application bundle
  (Bj?rn "Vampire" Kautler)

- Bundle version 1.3 of the MacOSX plugin (Bj?rn "Vampire" Kautler)

- Customize the look of the DMG root folder to provide a simple yet
convenient
  installation GUI for OS X users and to tell them how to work-around
Gatekeeper
  blocking jEdit (bug #3821, #3757 - Bj?rn "Vampire" Kautler)

}}}

}}}

jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:

-- 
Learn from the past. Live in the present. Work towards the future.
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor
-------------- next part --------------
An HTML attachment was scrubbed...

------------------------------

------------------------------------------------------------------------------
Dive into the World of Parallel Programming. The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net/

------------------------------

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


End of jEdit-announce Digest, Vol 19, Issue 1
*********************************************