You can subscribe to this list here.
| 1999 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 2000 |
Jan
(8) |
Feb
(17) |
Mar
(5) |
Apr
(14) |
May
(6) |
Jun
(8) |
Jul
(10) |
Aug
(8) |
Sep
(9) |
Oct
(6) |
Nov
(14) |
Dec
(12) |
| 2001 |
Jan
(9) |
Feb
(5) |
Mar
(11) |
Apr
(9) |
May
(8) |
Jun
(10) |
Jul
(6) |
Aug
(12) |
Sep
(8) |
Oct
(2) |
Nov
(5) |
Dec
(6) |
| 2002 |
Jan
(4) |
Feb
(7) |
Mar
(5) |
Apr
(6) |
May
(3) |
Jun
(7) |
Jul
(1) |
Aug
(6) |
Sep
(3) |
Oct
(2) |
Nov
(2) |
Dec
(3) |
| 2003 |
Jan
(7) |
Feb
(5) |
Mar
(1) |
Apr
|
May
(4) |
Jun
(2) |
Jul
(2) |
Aug
(2) |
Sep
(2) |
Oct
(1) |
Nov
(1) |
Dec
(3) |
| 2004 |
Jan
(1) |
Feb
(2) |
Mar
(3) |
Apr
(1) |
May
(1) |
Jun
(2) |
Jul
(3) |
Aug
(2) |
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
| 2005 |
Jan
(1) |
Feb
|
Mar
(2) |
Apr
(1) |
May
(1) |
Jun
(1) |
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2006 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
(9) |
Jul
(5) |
Aug
(2) |
Sep
(1) |
Oct
|
Nov
(2) |
Dec
|
| 2007 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
(1) |
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
(1) |
| 2008 |
Jan
|
Feb
|
Mar
(1) |
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(2) |
| 2010 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(2) |
| 2011 |
Jan
|
Feb
(2) |
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
|
Aug
|
Sep
|
Oct
(3) |
Nov
(2) |
Dec
(1) |
| 2012 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(1) |
Jun
(2) |
Jul
(2) |
Aug
(1) |
Sep
|
Oct
|
Nov
(1) |
Dec
|
| 2013 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
(1) |
Jun
|
Jul
(1) |
Aug
(1) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2015 |
Jan
|
Feb
(3) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
| 2017 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
| 2018 |
Jan
(1) |
Feb
(1) |
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
| 2020 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2023 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
|
| 2024 |
Jan
|
Feb
|
Mar
|
Apr
(1) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
|
From: Vampire <Va...@jE...> - 2024-08-03 19:56:14
|
Hello everyone,
I proudly present jEdit 5.7.0, the first stable release of the 5.7 series of jEdit.
Detailed changes can as always be found in the Change Log attached in the end of this e-mail, but here are some of the major features of this version:
* Many bugfixes,
among other things problems with plugin installation
and startup problems on recent macOS machines
* Windows launcher now considers PATH environment variable
* Some new and some updated edit modes (QDoc, Java, Dockerfile)
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
Have fun with the new release.
Best Regards
Björn Kautler
jEdit 5.7 version history
(changes since jEdit 5.6.0)
:encoding=UTF-8:
{{{ Version 5.7.0
Thanks to Björn Kautler, Matthieu Casanova, Dale Anson, and Eric Le Lay
for contributing to this release.
{{{ Bug Fixes
- Support arm64 Java installations in the macOS launcher (#4123 - Björn Kautler)
- Do not forward the --verbose parameter in the macOS launcher to jEdit
during investigating startup problems (Björn Kautler)
- Show Temurin download link in macOS launcher if no compatible Java version
was found instead of java.com and oracle.com where Java 8 is promoted
(Björn Kautler)
- Support Java installations with paths that are not following the old naming
conventions regarding their version in the macOS launcher (Björn Kautler)
- Bundle the new MacOS 1.5 plugin instead of the old MacOSX 1.3 plugin
to become compatible with newer Java versions (Björn Kautler)
- Fix NullPointerException during saving autosave settings if no previous
autosave directory was set (Björn Kautler)
- BeanShell snippets and macros now work consistently and not suddenly change
behaviour anymore just because some BeanShell snippet defined a class.
This now disables reflective access to otherwise inaccessible fields through
simple syntax though, that used to work after a snippet with a class
definition was loaded. (#4118 - Björn Kautler)
- Fix the installation of plugins trying to use invalid file names
(Björn Kautler)
- VFSManager.canReadFile() was returning true only for directories
(#4102 - Matthieu Casanova)
- Allow user to choose filename when printing to pdf
(partial fix for #4115 - Dale Anson)
- Key handling in the Errors dialog uses current keymap (#4128 - Eric Le Lay)
- Delete at the end of the line does not delete newline on java20, java21
(#4125 - Eric Le Lay)
- Freeze when deleting a directory and some children (race condition)
(#4132 - Eric Le Lay)
}}}
{{{ Miscellaneous
- Improve logging of startup errors in the macOS launcher with --verbose option
(Björn Kautler)
- Update launch4j to version 3.50 and also search in PATH environment
variable for a Java runtime from the EXE launcher (Björn Kautler)
- Update macOS app bundler to version 1.3.0 (Björn Kautler)
- Status bar design updated with the ability to add widgets to the left
and the right of the bar (Matthieu Casanova)
- Make building possible when using Java 15+ (Björn Kautler)
}}}
{{{ API Changes
- Added new methods in SegmentBuffer for append and insert text
(Matthieu Casanova)
- New service org.jedit.util.CleanerService replacing use of finalize()
(Matthieu Casanova)
- New methods JEditBuffer.getWordWrap() and JeditBuffer.setWordWrap()
(Matthieu Casanova)
- New method DialogChooser.openChooserWindow() showing a chooser dialog
(Matthieu Casanova)
- New method DialogChooser.openListChooserWindow() showing a chooser dialog list
(Matthieu Casanova)
- New method Buffer.setLineSeparator() (Matthieu Casanova)
- New method Buffer.reloadWithEncoding() (Matthieu Casanova)
- New method StatusBar.updateEvent() (Matthieu Casanova)
- New method BufferSet.contains() (Matthieu Casanova)
- Deprecated methods removed
StandardUtilities.objectsEqual()
TextArea.showPopupMenu()
Mode.acceptFilename()
OperatingSystem.isDOSDerived()
OperatingSystem.hasJava17()
MiscUtilities.getFileNameNoExtension()
GUIUtilities.prettifyMenuLabel()
GUIUtilities.setAutoMnemonic()
GUIUtilities.parseColor()
GUIUtilities.parseStyle()
GUIUtilities.adjustForScreenBounds()
GUIUtilities.requestFocus()
GUIUtilities.isPopupTrigger()
GUIUtilities.isMiddleButton()
GUIUtilities.isRightButton()
GUIUtilities.getScreenBounds()
GUIUtilities.showPopupMenu()
GUIUtilities.showPopupMenu()
GUIUtilities.isAncestorOf()
GUIUtilities.getParentDialog()
GUIUtilities.setEnabledRecursively()
GUIUtilities.setButtonContentMargin()
GUIUtilities.makeSameSize()
GUIUtilities.defaultTableCellSize()
GUIUtilities.defaultColumnWidth()
GUIUtilities.defaultRowHeight()
Buffer.getFile()
VFSManager.runInAWTThread()
VFSManager.runInWorkThread() (Matthieu Casanova)
}}}
{{{ Editing
- Never mark empty untitled buffers dirty, independent of settings
(Björn Kautler)
- Never mark buffers dirty if contents are unchanged is now also properly
supported for untitled buffers (Björn Kautler)
- New edit mode for Dockerfile (Matthieu Casanova)
- New edit mode for QDoc (Dale Anson)
- Status bar encoding widget allow to choose between updating the encoding
or reloading with a new encoding (Matthieu Casanova)
- Updated java mode for new keywords introduced up to Java 17. (Dale Anson)
- Add match index to beanshell replace context (#554 - Eric Le Lay)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Vampire <Va...@je...> - 2024-04-26 12:59:13
|
Hi Our websites had some trouble since the PHP update on the SourceForge project web. All sites (main site, plugin site, community site) should now be up and running again. As this time there were some rather subtle changes necessary I might have missed some places. So if you see something not working properly, please let me know and I'll have a look. All sites now also work with HTTPS and except for the export feeds the HTTP variants also redirect to the HTTPS one. Best regards Björn |
|
From: Vampire <Va...@je...> - 2023-09-13 01:23:34
|
Hi, two week ago most of the websites, feeds, lists and so on were not working anymore due to an update SourceForge made. In the meantime I hopefully fixed all those problems on the main page, plugins page, community page, feeds, lists, .... So hopefully everything is up and working again properly. If you find anything that is still behaving funky, please let me know. The problem, that plugin installation sometimes does not work is not related to this. Not all plugins are available on all mirrors (some even just on one and we cannot influence that). If a plugin you want to install is not available on the mirror you selected, you are redirected to a mirror that has the plugin. This redirect URL by SourceForge has changed in the past and now triggers a bug in jEdit that is already fixed in the trunk code. So to install a plugin, you either have to try all mirrors in turn until you find one that has the plugin, install it manually by downloading it from plugins.jedit.org, or use a source build from latest trunk code. Best regards Björn |
|
From: Vampire <Va...@jE...> - 2020-09-03 22:51:17
|
Hello everyone,
I proudly present jEdit 5.6.0, the first stable release of the 5.6 series of jEdit.
Detailed changes can as always be found in the Change Log attached in the end of this email, but here are some of the major features of this version:
* Many bugfixes
* A major performance improvement when displaying big files
(do not ask why, but I needed to edit a 38 MiB one-line text file yesterday,
with jEdit 5.5.0 it was not at all workable, with 5.6.0 it worked quite fine)
* UI language changes are now applied without the need to restart
* Windows launcher now considers JAVA_HOME environment variable
* The tray icon does not look ugly anymore on Linux with a dark theme
* Primary and Secondary fonts can now be selected for all Look and Feels
* Some new and some updated edit modes (SIPp, WKT, RPM Spec, Java, PlantUML, HL7, drawj2d)
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
Have fun with the new release.
Best Regards
Björn "Vampire" Kautler
jEdit 5.6 version history
(changes since jEdit 5.5.0)
:encoding=UTF-8:
{{{ Version 5.6.0
Thanks to Björn "Vampire" Kautler, Matthieu Casanova, Hrotkó Gábor,
Alan Ezust, Makarius, and Dale Anson for contributing to this release.
{{{ Bug Fixes
- Fix MiscUtilities.isBackup() method when there is no suffix and prefix set
(patch #4088 - Makarius)
- Do not loose the screen line count of lines that were not modified
when inserting multiple lines (minor optimization)
(#4091 - Matthieu Casanova)
- Fixed a NPE when trying to choose a non existing icon when adding a
toolbar item (#3770 - Matthieu Casanova)
- When launching jEdit if a file named like the untitled buffer from
perspective exists, then load it (#4087 - Matthieu Casanova)
- Do not only highlight the first match in hypersearch results
(#4083 - Matthieu Casanova)
- Re-add missing help viewer back and forward icons (Björn "Vampire" Kautler)
- Fix wrong behavior of input method framework support that returned wrong
locations for offsets and wrong offsets for locations
(#4082 - Björn "Vampire" Kautler)
- Upgrade OS X launcher stub to be compatible with newer Java versions
(#4077 - Björn "Vampire" Kautler)
- Fix Untitled Issue with -background command line option
(Patch #617 - Hrotkó Gábor)
- Handle case where user has not set either a backup prefix or suffix
(#4069 - Dale Anson)
- Fix odd default colors for style editor (#4055 - Dale Anson)
- Fix NullPointerException in Preview Javadoc macro (#2412 - Dale Anson)
- Fix dockable buttons not wrapping correctly (#2626 - Dale Anson)
- Fix electric scroll not working with page up/down (#2719 - Dale Anson)
- Correct location of context menu popup (#4073 - Dale Anson)
- Fix file browser splitter buttons not working (#4081 - Dale Anson)
}}}
{{{ Miscellaneous
- Important improvement to Font substitution for documents that contains
characters that are not supported by the default font (Matthieu Casanova)
- Major performance improvement at displaying big files by changing the
call to Font.layoutGlyphVector() (Matthieu Casanova)
- Made a larger plugin download dialog, patch submitted in bug #4050
(Kalle Helminen)
- Store rules in an array instead of a Map avoiding computations
(Matthieu Casanova)
- Store the glyph width in the GlyphCache to make token marking faster
(Matthieu Casanova)
- New EditPaneManager, with convenient methods to get and iterate over
EditPanes, get it by calling jEdit.getEditPaneManager() (Matthieu Casanova)
- New BufferManager, all you need to get loaded buffers from jEdit
get it by calling jEdit.getBufferManager() (Matthieu Casanova)
- New ViewManager, all you need to get loaded existing views
get it by calling jEdit.getViewManager() (Matthieu Casanova)
- Added new method JEditBuffer.hasProperty() (Matthieu Casanova)
- Apply UI language changes immediately without the need to restart.
(Björn "Vampire" Kautler)
- The tray icon on Linux systems now by default tries to detect the proper
background color and also lets the user either select a fixed color for
the background or select some arbitrary rectangle as background for the
tray icon, making the icon much less ugly on dark themes.
(Björn "Vampire" Kautler)
- The Windows EXE launcher now considers JAVA_HOME environment variable if no
matching Java is found in the registry (Björn "Vampire" Kautler)
- The Windows installer now uses modern and resizable style and allows
installation without administrator privileges (Björn "Vampire" Kautler)
- Chinese Taiwan localization from David Day (Patch #620 - Dale Anson)
- Fix all deprecation warnings produced when compiling with Java 9 (Dale Anson)
- Adjust Appearance option pane to allow setting "primary" and "secondary" fonts
for all look and feels (Dale Anson)
- Improve Regular Expressions documentation (Björn "Vampire" Kautler)
}}}
{{{ API Changes
- StringList.join() method is now deprecated as String.join()
is now provided since Java 8 (Matthieu Casanova)
- TextUtilities.join() method is now deprecated as String.join()
is now provided since Java 8 (Matthieu Casanova)
- Change BoyerMooreSearchMatcher to make it thread safe (Matthieu Casanova)
- New methods IOUtilities.toString(InputStream) (Matthieu Casanova)
- New method IOUtilities.toByteArray(InputStream) (Matthieu Casanova)
- New UniqueActionDocumentListener class, a DocumentListener that does the same
action for every event (Matthieu Casanova)
- New AbstractWidget class (Matthieu Casanova)
- GUIUtilities.showVFSFileDialog() methods now never returns null
(Matthieu Casanova)
- New Method VFSManager.canReadFile(path) (Matthieu Casanova)
- New method IntegerArray.isEmpty() (Matthieu Casanova)
}}}
{{{ Editing
- Add SIPp edit mode (Matthieu Casanova)
- Add Well Known Text (WKT) edit mode (Matthieu Casanova)
- Update RPM Spec mode (bug #3880 Matthieu Casanova)
- Added openSIPS mode (Matthieu Casanova)
- Update Java mode to support Java 10 "var" type. (Dale Anson)
- Add PlantUML mode (Andreas Studer / Dale Anson)
- Add HL7 mode (Thiemo Kellner / Dale Anson)
- Update drawj2d mode (patch #622 A. Vontobel / Matthieu Casanova)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Eric B. <el...@gm...> - 2018-10-08 07:21:39
|
1 New plugins and 1 Updated plugins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New Plugins:
{{{ InputReplace 1.0.0
Plugin Description: <html>
<head lang="en">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>InputReplace Plugin Description</title>
</head>
<body>
The InputReplace plugin provides a facility for expanding input
character sequences
into replacement text, similar to abbreviations but without the requirement of
expanding a whole word at a time. It is useful for inserting
characters not found
in your keyboard layout, such as turning "e'" into "é" or "c/" into "¢".
<p/>
The primary advantage over jEdit's built-in abbreviations is that these
replacements can be used within words, rather than just with whole words.
<p/>
This allows you to define, say, a single replacement e' → é and use it to
quickly enter both café and débutante. To enter café, you would type cafe' and
activate "Input Replace at Caret" after the whole word; to enter débutante, you
would type de', activate "Input Replace at Caret", and then finish typing the
word.
<p/>
One can also define custom BeanShell functions to perform more
complicated replacements.
</body>
</html>
}}}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Updated Releases:
{{{ LookAndFeel 2.2
Announcement: German language update (rschwenn), fixed some issues
with Nimbus L&F.
Plugin Description: The LookAndFeel plugin provides several additional
look-and-feel implementations which allow skinning of the GUI by means
of "themepacks".
}}}
--
Learn from the past. Live in the present. Work towards the future.
turtlepaws.com - When was the last time you changed your master password?
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor
|
|
From: Vampire <Va...@je...> - 2018-04-10 00:01:14
|
Hello everyone,
I proudly present jEdit 5.5.0, the first stable release of the 5.5
series of jEdit.
Detailed changes can as always be found in the Change Log attached in
the end of this email, but here are some of the major features of this
version:
* Untitled buffers are now also autosaved
* Autosave files can be stored inside a certain directory like
backup files instead of besides the original file
* jEdit's launcher and core have both been tested with Java 9.
Some of the plugins (e.g. Lucene) may not yet be compatible, but at
least the core works fine on it now
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
Have fun with the new release.
Best Regards
Björn "Vampire" Kautler
jEdit 5.5 version history
(changes since jEdit 5.4.0)
:encoding=UTF-8:
{{{ Version 5.5.0
Thanks to Björn "Vampire" Kautler, AdamS, Wim West, M. Cesar R. Lacruz,
Egor Abramovich, Hrotkó Gábor, Alan Ezust, Dale Anson, Roman Tsourick,
Rafal Kolanski, Uwe Stöhr, Matthieu Casanova, A. Vontobel and Jesse Pavel for
contributing to this release.
{{{ Bug Fixes
- Fix and cleanup various localization properties (Björn "Vampire" Kautler)
- Make the Display_Shortcuts.bsh macro work properly (Björn "Vampire" Kautler)
- Do not manipulate filename when opening a probably backup file but let the
user choose what to do as intended (Björn "Vampire" Kautler)
- Fix jEdit backup filename recognition (Björn "Vampire" Kautler)
- Do not use translated strings to match log lines within activity.log in
Make_Bug_Report.bsh (Björn "Vampire" Kautler)
- Support Java 9 and newer in the Windows EXE launcher
(Bug #4064 - Björn "Vampire" Kautler)
- Fix splash screen progress call count not being equal in all code branches /
parameter combinations (Björn "Vampire" Kautler)
- Fix splash screen progress count, so that the progress bar finally reaches
the right end (Björn "Vampire" Kautler)
- Fix a bug preventing jEdit from loading when a buffer has an invalid
selection and is loaded in two edit panes (Matthieu Casanova)
- RegisterViewer editable contentPane fixed (Patch #598, Jesse Pavel)
- Command line behavior for +line fixed (Patch #590 - Wim West)
- Autosave Untitled Buffers is now persistent across sessions
(Feature Request #501, Patch #596, Patch #614, Fix Bug #4059 - Hrotkó Gábor)
- Fixed a number of bugs in the new jEdit printing system (Dale Anson)
- Add missing local properties to Insert_Buffer_Properties macro
(Patch #599 - Jesse Pavel)
- Fixed an issue with the activity log viewer so that setting the number of
lines in the log actually works. (Dale Anson)
- Fix for bug #3971, exception trying to set WM_CLASS. (Dale Anson)
- Fix for bug #4047, illegal reflective access operation with Java 9.
(Dale Anson)
- Fix Bug #4011, The Cut Lines macro gives exception if the cursor is beyond
text area (Patch #600, Roman Tsourick)
- Fix for bug #541, let ESC key close the print dialog. (Dale Anson)
}}}
{{{ UI Improvements
- Consistently use lowercase status bar indicators for disabled settings
(Björn "Vampire" Kautler)
- Allow specification of fallback font sizes (Patch #569, Rafal Kolanski)
- Show tooltips in ShortcutOptionPane table (FR# 538, Roman Tsourick)
- FSB: Disable first column dragging (Patch# 603, Roman Tsourick)
- FSB: Sorting icon not following header when moving
(Bug# 4049, Patch# 604, Roman Tsourick)
}}}
{{{ Miscellaneous
- FR #506, FR #536: Autosaves are now saved to the Autosave directory, if
specified. (Alan Ezust, Hrotkó Gábor)
- FR #175: Saving and backup option, "Never Mark Untitled Buffers Dirty" changed
name and behavior to "Close Dirty Untitled buffers without confirmation"
(Alan Ezust)
- Patch #612, fr #518: buffer lock (Roman Tsourick)
- Enhancements of russian localization (Roman Tsourick)
}}}
{{{ Editing
- Shipped JavaDocs are now working properly if viewed with a browser as
JavaScript parts are no longer stripped off, just the noscript tags that
inform about disabled JavaScript are removed. ((Björn "Vampire" Kautler)
- Patch #607: C and C++ mode updates (Roman Tsourick)
- Patch #613: javascript mode update (up to ES 2017) (Roman Tsourick)
- Patch #608, bug #2106: PHP mode "//" comment syntax highlighting is incorrect
(Roman Tsourick)
- Patch #609, bug #2194: ASP Syntax highlight bug w/comment (Roman Tsourick)
- Patch #610, bug #4054: hash comment highlighting in mysql mode
(Roman Tsourick)
- Patch #611, bug #3249: assembler-x86 comment directive (Roman Tsourick)
- nsis2 mode updates (Uwe Stöhr - Patch #606)
- Draw2d mode updates (A.Vontobel - Patch #605)
- Add Gherkin mode (english) to support Cucumber feature files
(Matthieu Casanova)
- Patch #593 - Various small patches to modes (AdamS)
- Patch #592 - for groovy mode (Egor Abramovich)
- Patch #595 - New Assembly-arm32 edit mode (M. Cesar R. Lacruz)
- Updated java-module-info mode (Dale Anson)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Eric B. <el...@gm...> - 2018-02-04 21:45:25
|
0 New plugins and 1 Updated plugins
Updated Releases:
{{{ JDiffPlugin 3.4.0
Announcement: bug fix release
Plugin Description: JDiffPlugin is a visual diff utility for jEdit.
}}}
--
Learn from the past. Live in the present. Work towards the future.
turtlepaws.com - When was the last time you changed your master password?
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor
|
|
From: Eric B. <el...@gm...> - 2018-01-10 01:37:38
|
Happy New Year All!
1 New plugins and 1 Updated plugins
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
New Plugins:
{{{ ProtocolBuffer 0.4.0
Plugin Description: <html>
The Protocol Buffer plugin provides the following:
SideKick parser for Google Protocol Buffer Definition files.
The ability to use a protoc compiler to generate source files from
Protocol Buffer definition.
</html>
}}}
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Updated Releases:
{{{ Updater 0.4
Announcement: The Updater plugin is updated for use in jEdit 5.4, and
has bugfixes.
Plugin Description: Auto-update plugin
}}}
--
Learn from the past. Live in the present. Work towards the future.
turtlepaws.com - When was the last time you changed your master password?
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor
|
|
From: Eric B. <el...@gm...> - 2017-12-07 22:08:59
|
0 New plugins and 6 Updated plugins
Updated Releases:
{{{ XQuery 1.2.0
Announcement: Announcing a new version of the XQuery plugin, upgraded
to use the latest version of AntlrPlugin
Plugin Description: The XQuery plugin provides features for querying
XML documents, setting options for output, performance monitoring and
other XQuery processor specific variables. The XQuery engine bundled
with this plugin is the Saxon XQuery processor. But we designed the
plugin to support other engines as well making use of a dynamic
adapter system.
}}}
{{{ HelpServer 1.1.0
Announcement: Fixes chrome compatibility + silence a warning when
browsing javadocs
Plugin Description: HelpServer makes jEdit help available through http.
}}}
{{{ JavaScriptShell 0.4
Announcement: dk.nashorn.api.scripting.* is used. Plugin no longer
conflicts with other jars having JSR-223 inside. (Zigmantas Kryzius)
Plugin Description: JavaScript shell and macros handler
}}}
{{{ LookAndFeel 1.9.1
Announcement: Bug fix release.
Plugin Description: The LookAndFeel plugin provides several additional
look-and-feel implementations which allow skinning of the GUI by means
of "themepacks".
}}}
{{{ JTattooLookAndFeel 1.6.11
Announcement: Initial release.
Plugin Description: The JTattoo Look and Feel plugin provides the
JTattoo Look and Feel to jEdit.
}}}
{{{ Substance 7.4.7.1.00
Announcement: Updated to latest version of Substance.
Plugin Description: The Substance Look and Feel plugin provides the
Substance Look and Feel to jEdit.
}}}
--
Learn from the past. Live in the present. Work towards the future.
turtlepaws.com - When was the last time you changed your master password?
Blog: http://eric-berry.blogspot.com
jEdit <http://www.jedit.org> - Programmer's Text Editor
|
|
From: Vampire <Va...@jE...> - 2017-03-18 15:03:37
|
Hello everyone,
I proudly present jEdit 5.4.0, the first stable release of the 5.4 series of jEdit.
This is mostly a bugfixing and stabilizing release. Detailed changes can as always be found in the Change Log attached in the end of this email, but here are some of the major changes of this version:
* Use of Java 1.8
* Use of a new XML format for Plugin Manager, and proper following of redirects, resulting in a much improved plugin install experience
* New Printing, updated for current versions of Java
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
Have fun with the new release.
Best Regards
Björn "Vampire" Kautler
jEdit 5.4 version history
(changes since jEdit 5.3.0)
:encoding=UTF-8:
{{{ Version 5.4.0
Thanks to Björn "Vampire" Kautler, Eric Le Lay, Jesse Pavel, Wayne Zhang,
Makarius, A Vontobel, Marc Häfner, Jordan Miner, Jack J. Woehr, Alan Ezust,
Adam S, Jean-Francois Larvoire, Wim West and Dale Anson for contributing to this
release.
{{{ Bug Fixes
- Add NSSupportsAutomaticGraphicsSwitching to JarBundler so that jEdit does not
drain the battery unnecessarily on OS X.
(feature request #529 - Björn "Vampire" Kautler)
- Bug 3857 fixed, related to resolving symlinks of buffers and checking for
updated buffers (Patch # 589 - Wim West)
- Fix bug #2732 - syntax highlighting broken if non-visible lines change
(Patch #580 - Marc Häfner)
- Fix bug #3659 - Macro Keywords_to_Upper_Case fails to find class
(Patch #582 - Marc Häfner)
- Fix bug #3949 - Macro Display_Shortcuts show no/wrong results
(Patch #581 - Marc Häfner)
- Fix bug #3944: Select All checkbox initially disabled. (Alan Ezust)
- Fix bug #3983: filename completion prefered longest filename when no
match with exact length was found. Prefer the first one (Eric Le Lay)
- Fix bug #3913: beanshell do-while loop bug (Patch #572 Jesse Pavel)
- Fix Java_File_Save macro: accept text after class name (Eric Le Lay)
- Fix bug #3936, better choice for text area corner colors (Dale Anson)
- Fix bug #3717, gutter lines not aligning with text area lines (Dale Anson)
- Fix bug #3937, issue with non-capturing groups in regex search and replace
(Dale Anson)
- Fix bug #3924, changes to mode files are not detected when ~/.jedit/modes
is a symlink. (Dale Anson)
- Fix bug #3920, cannot change alpha value of a color in the syntax highlighting
settings. (Dale Anson)
- Fix bug #3943, issues with move lines up and down macros. (Dale Anson)
- Fix bug #3923, documentation bug about where auto-saved files are saved.
(Dale Anson)
- Fix bug #3916, null pointer exception in ChunkCache. (Dale Anson)
- Add missing source and target version to compile-installer task to not
accidentally get an installer that needs a newer Java version than jEdit
itself does. (Björn "Vampire" Kautler)
- Use new version of JarBundler that also sets LSApplicationCategoryType and
NSHighResolutionCapable. (Björn "Vampire" Kautler)
- Set default colors for foreground and background in syntax highlighting
style editor. (Dale Anson)
- Fix plugin bug #1853 XML plugin crashes on JDK9. Don't pre-connect
the returned URLConnection in jeditresource: protocol handler (Eric Le Lay)
- Fix bug #3994, ConcurrentModificationException in ProperyManager. (Dale Anson)
- Fix bug #4002, too short horizontal scrollbar after view resize. (Dale Anson)
- Fix bug #3773, InvocationTargetException with negative printing tab width.
(Dale Anson)
- Fix bug # 2844, printing range bug. (Dale Anson)
- Delete a user mode from the catalog even if the mode file is missing
(Eric Le Lay)
- Plugin Manager: fix missing newline between released and description for
plugins without dependencies. Add extra newline for clarity. (Eric Le Lay)
- Fix bug # 3998, Next Char macro doesn't work. (Dale Anson)
}}}
{{{ UI Improvements
- Feature Request #520 Environment variables in Find dialog Directory
(Alan Ezust)
- UI clean up, button spacing, borders, etc. (Dale Anson)
- Implemented feature request #493, ask for confirmation before closing all
buffers. (Dale Anson)
- Refactor editing option pane into several tabs, allow user editing of modes
lists, similar to editing the encoding options lists. This also fixes
feature request #515. (Dale Anson)
- Updated NumericTextField to allow decimal numbers and only allow negative sign
at the start of a number. (Dale Anson)
}}}
{{{ Miscellaneous
- Updated printing system with jEdit specific printer dialog, accurate page
range printing, current page printing, printing of selected text only, ability
to show page breaks in the text area. (Dale Anson)
- The plugin manager now uses a different URL scheme where the mirror is a URL
parameter and not part of the hostname anymore and follows URL redirection
properly. This way a file can always be downloaded as we get redirected to a
mirror that has the requested file available. Now dead mirrors do not cause
the download to fail anymore due to unknown hostname and files that are only
available on few mirrors (seldom downloaded files are only available on one
mirror sometimes) also work properly. The selected mirror is just the
preferred one that is used if the file is available there, just as the label
always suggested anyway. (Björn "Vampire" Kautler)
}}}
{{{ API Changes
- jEdit now requires/can make use of Java 1.8 language / libraries.
- new org.gjt.sp.utils.GenericGUIUtilities class, containing bits of
org.gjt.sp.jedit.GUIUtilities suitable for the standalone TextArea
package; all methods kept but deprecated and proxies (Eric Le Lay).
- refactor Help table of contents loading code to a separate class
(HelpTOCLoader). Make relevant members public, so the help TOC
is accessible to other code, e.g. the HelpServer plugin (Eric Le Lay).
}}}
{{{ Editing
- Batch mode updates (Patch #594 - Jean-Francois Larvoire)
- Unicode brackets (Patch #566 - Makarius)
- Updates for objectrexx mode (Patch #585 - Jack J. Woehr)
- Mode for m4 macro processor language (Patch #586 - Jack J. Woehr)
- Drawj2d edit mode (Patch #573 - A. Vontobel)
- Rust edit mode raw string fix (Patch #575 - Jordan Miner)
- Mode for Mavscript 2.0 (Patch #574 - A. Vontobel)
- New mode for swift (Patch #587 - Wayne Zhang)
- New mode for Java 9 module-info.java files (Dale Anson)
- Updated CSS mode provided by AdamS (Ticket #4003 - Dale Anson)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Eric B. <el...@gm...> - 2015-02-06 00:08:01
|
Alrighty. Looks like everything is working again. Thank you for your patience. On Thu, Feb 5, 2015 at 9:59 AM, Eric Berry <el...@gm...> wrote: > Sorry folks. There seems to be an issue with SF.net. > > The files are stuck in pending mode. > > I'm working with a site admin to get it resolved. > > I'll report back here when it's cleared up. > > Thanks, > Eric > > On Wed, Feb 4, 2015 at 11:05 PM, Eric Berry <el...@gm...> wrote: > >> 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 >> > > > > -- > 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 > -- 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 |
|
From: Eric B. <el...@gm...> - 2015-02-05 17:59:42
|
Sorry folks. There seems to be an issue with SF.net. The files are stuck in pending mode. I'm working with a site admin to get it resolved. I'll report back here when it's cleared up. Thanks, Eric On Wed, Feb 4, 2015 at 11:05 PM, Eric Berry <el...@gm...> wrote: > 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 > -- 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 |
|
From: Eric B. <el...@gm...> - 2015-02-05 07:05:28
|
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
|
|
From: Vampire <Va...@jE...> - 2014-05-27 02:34:16
|
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: |
|
From: Eric B. <el...@gm...> - 2013-10-02 18:47:34
|
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.
}}}
|
|
From: Eric B. <el...@gm...> - 2013-08-30 17:05:37
|
0 New plugins and 11 Updated plugins
Updated Releases:
{{{ BufferTabs 1.2.4
Announcement: French and German Localization
Popup menu updates and cleanup.
Plugin Description: The BufferTabs plugin provides a tabbed pane in
the jEdit view that allows you to change the current buffer.
}}}
{{{ SpellCheck R008
Announcement: this is a maintenance release, bringing windows x86_64
hunspell binaries and fixing a bug.
Plugin Description: SpellCheck is an jEdit plugin to perform spell
checking of text in a jEdit buffer. You will need to install Aspell
(http://aspell.sf.net/) before using this plugin.
}}}
{{{ EditorConfig 0.5.0
Announcement: Add support for charset and jedit_charset properties
Plugin Description: EditorConfig plugin for jEdit
}}}
{{{ TextAutocomplete 1.0.0
Announcement: Fix to make it possible to accept a completion with the TAB key.
Plugin Description: It's pretty similar to the jEdit's function "Complete
Word" but it's automatic, you don't need to press any
key to invoke the list of completions.
}}}
{{{ Console 5.1.2
Announcement: Version 5.1.2 Requires jEdit 5.0, Java 1.6, ErrorList
2.1, and ProjectViewer 3.5 (optional).
[Alan Ezust]
New Console System Shell option: chdir events: Follow textarea
NPE fixed in ErrorsOptionPane.
Instead of VFSNodeSelected messages, SshConsole always gets textArea
buffer chdir messages.
Re-added "change to PV selected node" action.
Bugfix in "change to PV root dir" and corresponding option in
ProjectCommandOptionPane
[Artem Bryantsev]
Fix #3613991: Merge Stdout + Stderr on Windows duplicates output
Plugin Description: The Console plugin allows jEdit to execute
arbitrary commands from an internal shell.
In addition, it provides buttons in a "commando toolbar" for your
favorite command-line tools (make, ant, qmake, latex, etc), and an
easy way to add others.
}}}
{{{ SshConsole 1.0.6a
Announcement: Improved and Updated Documentation.
Plugin Description: Allows you to issue compile commands remotely via
ssh in the same location as the sftp:// file you are editing, and
parses the output for errors in ErrorList.
}}}
{{{ SaxonPlugin 9.5.1.1
Announcement: Update to Saxon 9.5.1.1, which has support for XSLT and XPath 3.0.
Plugin Description: The Saxon XSLT and XQuery Processor from Saxonica
Limited packaged as a jEdit plugin.
}}}
{{{ XSLT 0.8.0
Announcement: This release supports the new SaxonPlugin 9.5.1.1.
Transforms and queries are now run as tasks.
Plugin Description: The XSLT plugin provides features for transforming
XML documents using XSLT stylesheets and for searching XML documents
using XPath expressions.
}}}
{{{ EditorScheme 1.6
Announcement: Added Solarized-light scheme, submitted by Bernat.
Plugin Description: The EditorScheme plugin allows one to easily
switch between editor color/style schemes for jEdit.
}}}
{{{ SynchroScroll 1.2
Announcement: - Tracker 3511118, fix for stop synchroscroll (Alan Ezust)
- Added french localization. (jojaba_67)
- Added german localization. (Robert Schwenn)
Plugin Description: Provides ability to synchronize scrolling when
multiple text areas are open.
}}}
{{{ EditorScheme 1.7
Announcement: Added Monokai scheme (Matthieu Casanova)
Plugin Description: The EditorScheme plugin allows one to easily
switch between editor color/style schemes for jEdit.
}}}
|
|
From: Vampire <Va...@jE...> - 2013-07-29 21:55:59
|
Hello everyone,
I proudly present jEdit 5.1.0, the first stable release of the 5.1 series of jEdit.
Detailed changes can as always be found in the Change Log attached in the end of this email, but here are some of the major features of this version:
* VFS WorkThreads have been rewritten into Tasks, making it possible to completely remove the old "I/O Progress Monitor"
and the wasteful space it took up in the Task Monitor. Old deprecated classes related to WorkThread and WorkThreadPool
have been removed.
* New Plugin Manager option to check for and disable obsolete plugins. Enabled by default, this will ensure that old
unsupported plugins do not interfere with the running operation of jEdit.
* Added another language to our list of translated languages: English, French, German, Japanese, Czech, Russian, and now
Chinese! We are always looking for volunteers to help translate jEdit into Hindi, Korean, or Spanish, or any other
language, really! It is fairly easy to add a new translation to jEdit or the plugins.
* There is now a new encoding Native2ASCII which collapses unicode escapes in ISO-8859-1 files on read and expands
characters that cannot be encoded with ASCII as unicode escapes on write. This encoding is the one Java properties
files should be in.
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.1 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=6846241
Have fun with the new release.
Best Regards
Björn "Vampire" Kautler
jEdit 5.1 version history
(changes since jEdit 5.0.0)
:encoding=UTF-8:
{{{ Version 5.1.0
Thanks to Alan Ezust, Matthieu Casanova, and Björn "Vampire" Kautler
for contributing to this release.
{{{ UI improvements
- The column titles were missing in shortcuts option pane
(#3614404 Matthieu Casanova)
- Made TextArea thick caret thicker, and also thick when in overwrite mode.
(#3614784 Alan Ezust)
- Added a new column "ActionSet" in Shortcuts option pane to know
to which actionSet an action belongs (feature #3614386 Matthieu Casanova)
}}}
}}}
{{{ Version 5.1pre1
Thanks to Björn "Vampire" Kautler, Jarek Czekalski, Thomas Meyer,
Matthieu Casanova, cnvince, Alan Ezust, Malathi, Vladimir Avdonin, Eric Le Lay,
Darien Brown, Steve snarum-micron, EdorFaus, Brian Clapper, Uwe Stöhr,
Marc Häfner, stone1343, Richard The, Dale Anson, Benjamin Gmurczyk,
Makarius, Marco Hunsicker, and Maik Nijhuis for contributing to this release.
{{{ Bug fixes
- The contextInsensitive flag of the edit mode was not used at the first use
of the edit mode (Matthieu Casanova)
- Fix mode loading for temporary buffers (patch #3609469 Thomas Meyer)
- Fix #3598661 - Don't allow negative values in the general option pane.
(Thomas Meyer)
- Fix #3596215 - NPE from docking layout save/loads when started with
-nosettings. (Alan Ezust)
- Fix #3597101, #3596600 - Bad error handling when an invalid path is entered
into the VFS Browser inputs. (Patch# 3602318 Benjamin Gmurczyk)
- Bug no. #3590540 revealed a performance problem in the ChunkCache, because
every scroll action resulted in a tokenization of the really long line, which
takes a considerable time and makes jEdit unusable.
Fix is to always keep all Chunks of the tokenization process and use it as an
buffer in the ChunkCache class.
Tokenization of the physical line still happens for every insertion or
deletion of the Buffer. Tokenization also happens when the cursor enters the
physical line, as only the Chunks from the current physical line are keeped
in the ChunkCache.
(#3590540 Thomas Meyer)
- Bug no. #3590540 produced a soft wrap for a single physical line that was
greater than 16383 screen lines. Increased this limit to 65535 in
the ScreenLineManager (#3590540 Thomas Meyer)
- Fixed Insert_Selection macro when the selection is empty (#3596616
Matthieu Casanova)
- fixed bug when pressing down if the is no selection (#3599630
Matthieu Casanova)
- Fixed macros cut lines and copy lines when the buffer is empty (#3596612
Matthieu Casanova)
- Fixed negative values used in recent file history count (#3598661 Matthieu
Casanova)
- Fixed Run script macro when the file is empty (#3596609 Matthieu
Casanova)
- Fixed Get_Class_Name macro when the file is empty (#3596752 Matthieu
Casanova)
- Re-added missing OS/2 support code. (#3589903 Alan Ezust)
- Added missing localization string:
options.plugin-manager.list-cache.minutes (#3574373 Matthieu Casanova)
- Fix AutoSave exception after multiline cut (#3017650 Thomas Meyer)
- Undomanager: Don't compact significant edits (#patch 3560615 Thomas Meyer)
- Fixed undo after replace all with beanshell only first occurance
(#3551910 Thomas Meyer)
- Search all buffers now observes current BufferSet scope and can be restricted
to the current view's buffers when scope is not global. (#3423442 Alan Ezust)
- Fix File status checking after buffer switch (#1871440 Alan Ezust)
- Undo restores selection state in simple cases (deletions, replaces
on simple range selections). (patch #1570553 Maik Nijhuis, Thomas Meyer,
Jarek Czekalski)
- Filter not synchronizing in search dialog when
"All buffers" is selected. (#1646584, patch #3549905 Eric Le Lay)
- Fixed VFS session not ended in VFS.copy() api (#3522406 Matthieu Casanova)
- Use of a scrollable list for delete dialog confirmation
(#2911520 Matthieu Casanova)
- Fix selecting mode based on exact filename match. (#3562935 Dale Anson)
- Fix old modes/catalog entries clutter properties. (#3533751 Eric Le Lay)
[Merged into 5.0.x]
- When checking a box to select a plugin to install, the description was
appearing and immediately disappearing. (#3398605 Dale Anson)
- Fix Exception when clicking Find orphan when disabled plugins (#2940864 Eric
Le Lay)
}}}
{{{ API Changes
- TaskManager: Refactor io task - New class IoTask, a subclass of Task
Remove the code of the io special case in TaskManager (Thomas Meyer)
- Make SearchMatcher interrupttible (Thomas Meyer)
1.) API change: let SearchMatcher.nextMatch() throw InterruptedException
2.) BoyerMooreSearchMatcher: Switch to the new API and react on thread
interruption
- HyperSearch: Make search interruptible even when in VFS.listFiles():
New method TaskManager.cancelTasksByClass(): Interrupt all currently running
Tasks of the given type. (Thomas Meyer)
- Deprecated extra overloads of IOUtilities.closeQuietly() in favor of
using Java5 closeQuietly(Closeable) instead. (Alan Ezust)
- New class: OneTimeMigrationStep, for adding property migration services
(used by fix for #1871440 Alan Ezust)
- New method VFSBrowser.getLastVisitedPath() (Jarek Czekalski)
- New method IOUtilities.closeQuietly(ObjectInput) (Matthieu Casanova)
- New method IOUtilities.closeQuietly(ObjectOutput) (Matthieu Casanova)
- New method GUIUtilities.setAutoMnemonic(AbstractButton) (Jarek Czekalski)
- New method: View.getBuffers(), aware of bufferset scope. (Alan Ezust)
- Removed View.setBuffer(Buffer, boolean, boolean) and
View.setBuffer(Buffer, boolean): methods that had disableFileCheck flag in
since View no longer checks file status there. (#1871440 Alan Ezust)
- AllBufferSet.AllBufferSet(String glob, View v) - additional required
argument for View in constructor argument list. (#3423442 Alan Ezust)
- Removed classes: IOProgressMonitor, WorkRequest, WorkThreadPool,
WorkThreadProgressListener (Thomas Meyer)
- Removed VFSManager.getIOThreadPool() (Thomas Meyer)
- Converted BufferIORequest, VFSFileChooserDialog.GetFileTypeRequest and
TextAreaTransferHandler.DraggedURLLoader to a Task (Thomas Meyer)
- Converted TaskManager to an enum singelton (Thomas Meyer)
- Changed VFSManager.runInWorkThread(Runnable) to
VFSManager.runInWorkThread(Task) and made it accept only IO tasks
- New class: AwtRunnableQueue (Thomas Meyer)
}}}
{{{ Editing
- Fixed bug in ruby multiline comments (Patch#3605738 fixing bug #3605168
Richard The)
- Fixed shellscript highlight (patch #3602461 fixing bug #3594428 Richard The)
- Updated lua mode file (patch #2126692 stone1343)
- Macros move lines up/down now keep the current selection (feature #3600082
Matthieu Casanova)
- Updated nsis2 mode (#3586538 Uwe Stöhr)
- There is now a new encoding Native2ASCII which collapses unicode
escapes in ISO-8859-1 files on read and expands characters that cannot be
encoded with ASCII as unicode escapes on write. This encoding is the one Java
properties files should be in. (Björn "Vampire" Kautler)
- Highlight entity references in xml attributes (#3559971 Eric Le Lay)
- Added highlight of chapter title in rfc edit mode (Matthieu Casanova)
- Fixed shellscript do escape single quote with backslash
(#3557453 Matthieu Casanova)
- Updated ColdFusion mode (#3518536, #3561048 Darien Brown)
- Updated Verilog mode (#3536967 Steve snarum-micron)
- Updated HTML mode (#3594526 Marc Häfner)
- Updated CSS mode (#3595041 Marc Häfner)
- Updated Coffeescript mode (#3595105 Marc Häfner)
- new PostgreSQL mode (feature #2833378 Thiemo Kellner, Eric Le Lay)
}}}
{{{ UI improvements
- Better information in the plugin manager when loading plugin list
(Matthieu Casanova)
- Initial view hidden by other windows at startup (#3610089)
- Remove empty root node in OptionGroupPane
(#3608324, #3608327: Marco Hunsicker)
- More accurate treatment of ALT_KEY_PRESSED_DISABLED (#3604532: Makarius)
- New view option: "Abbreviate paths with environment variables when possible".
(#3606329 Alan Ezust)
- Made view option, "alternate toolbar placement" the default for jEdit.
- Emacs macros and keymap updates. (Brian Clapper)
- Use separate (shorter) label for "whole word search" in the search bar.
(Shlomy Reinstein)
- Added a right click popup menu with a copy action in the Error dialog
(#3557023 Matthieu Casanova)
- Avoid trouble with horizontal scrolling (Patch #3134788, EdorFaus)
- Enable ContextMenu via keyboard to VFS-BrowserView (#3560239, Thomas Meyer)
- Added a possibility to suppress synchronization of the filter in search
dialog, using a hidden setting in jedit.props: search.dontSyncFilter.
(Jarek Czekalski)
- Added mnemonics for popup menus in File System Browser (Commands, Plugins,
Favorites). (Jarek Czekalski)
}}}
{{{ Miscellaneous
- Added Chinese translation (patch #3611777 cnvince)
- Made the plugin manager loading much faster (up to 3 time faster)
(Matthieu Casanova)
- New macro in Files section: "Open Selection In Desktop" (Jarek Czekalski)
- Open Selection macro improvements. An attempt is made to use current
VFS browser directory as a parent for the highlighted filename.
In case of no selection the path under caret is used. (Jarek Czekalski)
- Fixed unreasonable quadratic operations which could be observable on
big search&replace-all. (Patch #3533838 by Thomas Meyer)
- Avoided unreasonable memory consumption by duplicate String instances
that could be allocated for each occurrence in a big
search&replace-all. (Patch #3528619 by Thomas Meyer)
- Fix high memory usage for large search&replace all operations.
(Patch #3531515 by Thomas Meyer)
- Fix memory usage of Buffer.calculateHash() (patch# 3560429, Thomas Meyer)
- Make_Bug_Report macro now use logs edit mode to have a little coloring
in the result (Matthieu Casanova)
- Beep on output option in Activity log settings
(request #3551931 Jarek Czekalski)
- New Plugin Manager option: Disable obsolete plugins (#2931321 Alan Ezust)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Vampire <Va...@jE...> - 2013-05-23 23:27:08
|
Hello everyone,
I proudly present jEdit 5.1pre1, the first preview development release of the 5.1 series of jEdit.
Detailed changes can as always be found in the Change Log attached in the end of this email,
but here are some of the major features of the upcoming 5.1.0 version:
* WorkThreads have been rewritten into Tasks, making it possible to completely remove the old
"I/O Progress Monitor" and the wasteful space it took up in the Task Monitor. Old deprecated
classes related to WorkThread and WorkThreadPool have been removed.
* New Plugin Manager option to check for and disable obsolete plugins. Enabled by default,
this will ensure that old unsupported plugins do not interfere with the running operation of jEdit.
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.1 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=6846241
Have fun with the new release.
Best Regards
Björn "Vampire" Kautler
jEdit 5.1 version history
(changes since jEdit 5.0.0)
:encoding=UTF-8:
{{{ Version 5.1pre1
Thanks to Björn "Vampire" Kautler, Jarek Czekalski, Thomas Meyer,
Matthieu Casanova, cnvince, Alan Ezust, Malathi, Vladimir Avdonin, Eric Le Lay,
Darien Brown, Steve snarum-micron, EdorFaus, Brian Clapper, Uwe Stöhr,
Marc Häfner, stone1343, Richard The, Dale Anson, Benjamin Gmurczyk,
Makarius, Marco Hunsicker, and Maik Nijhuis for contributing to this release.
{{{ Bug fixes
- The contextInsensitive flag of the edit mode was not used at the first use
of the edit mode (Matthieu Casanova)
- Fix mode loading for temporary buffers (Thomas Meyer)
- Fix #3598661 - Don't allow negative values in the general option pane.
(Thomas Meyer)
- Fix #3596215 - NPE from docking layout save/loads when started with
-nosettings. (Alan Ezust)
- Fix #3597101, #3596600 - Bad error handling when an invalid path is entered
into the VFS Browser inputs. (Patch# 3602318 Benjamin Gmurczyk)
- Bug no. #3590540 revealed a performance problem in the ChunkCache, because
every scroll action resulted in a tokenization of the really long line, which
takes a considerable time and makes jEdit unusable.
Fix is to always keep all Chunks of the tokenization process and use it as an
buffer in the ChunkCache class.
Tokenization of the physical line still happens for every insertion or
deletion of the Buffer. Tokenization also happens when the cursor enters the
physical line, as only the Chunks from the current physical line are keeped
in the ChunkCache.
(#3590540 Thomas Meyer)
- Bug no. #3590540 produced a soft wrap for a single physical line that was
greater than 16383 screen lines. Increased this limit to 65535 in
the ScreenLineManager (#3590540 Thomas Meyer)
- Fixed Insert_Selection macro when the selection is empty (#3596616
Matthieu Casanova)
- fixed bug when pressing down if the is no selection (#3599630
Matthieu Casanova)
- Fixed macros cut lines and copy lines when the buffer is empty (#3596612
Matthieu Casanova)
- Fixed negative values used in recent file history count (#3598661 Matthieu
Casanova)
- Fixed Run script macro when the file is empty (#3596609 Matthieu
Casanova)
- Fixed Get_Class_Name macro when the file is empty (#3596752 Matthieu
Casanova)
- Re-added missing OS/2 support code. (#3589903 Alan Ezust)
- Added missing localization string:
options.plugin-manager.list-cache.minutes (#3574373 Matthieu Casanova)
- Fix AutoSave exception after multiline cut (#3017650 Thomas Meyer)
- Undomanager: Don't compact significant edits (#patch 3560615 Thomas Meyer)
- Fixed undo after replace all with beanshell only first occurance
(#3551910 Thomas Meyer)
- Search all buffers now observes current BufferSet scope and can be restricted
to the current view's buffers when scope is not global. (#3423442 Alan Ezust)
- Fix File status checking after buffer switch (#1871440 Alan Ezust)
- Undo restores selection state in simple cases (deletions, replaces
on simple range selections). (patch #1570553 Maik Nijhuis, Thomas Meyer,
Jarek Czekalski)
- Filter not synchronizing in search dialog when
"All buffers" is selected. (#1646584, patch #3549905 Eric Le Lay)
- Fixed VFS session not ended in VFS.copy() api (#3522406 Matthieu Casanova)
- Use of a scrollable list for delete dialog confirmation
(#2911520 Matthieu Casanova)
- Fix selecting mode based on exact filename match. (#3562935 Dale Anson)
- Fix old modes/catalog entries clutter properties. (#3533751 Eric Le Lay)
[Merged into 5.0.x]
- When checking a box to select a plugin to install, the description was
appearing and immediately disappearing. (#3398605 Dale Anson)
- Fix Exception when clicking Find orphan when disabled plugins (#2940864 Eric
Le Lay)
}}}
{{{ API Changes
- TaskManager: Refactor io task - New class IoTask, a subclass of Task
Remove the code of the io special case in TaskManager (Thomas Meyer)
- Make SearchMatcher interrupttible (Thomas Meyer)
1.) API change: let SearchMatcher.nextMatch() throw InterruptedException
2.) BoyerMooreSearchMatcher: Switch to the new API and react on thread
interruption
- HyperSearch: Make search interruptible even when in VFS.listFiles():
New method TaskManager.cancelTasksByClass(): Interrupt all currently running
Tasks of the given type. (Thomas Meyer)
- Deprecated extra overloads of IOUtilities.closeQuietly() in favor of
using Java5 closeQuietly(Closeable) instead. (Alan Ezust)
- New class: OneTimeMigrationStep, for adding property migration services
(used by fix for #1871440 Alan Ezust)
- New method VFSBrowser.getLastVisitedPath() (Jarek Czekalski)
- New method IOUtilities.closeQuietly(ObjectInput) (Matthieu Casanova)
- New method IOUtilities.closeQuietly(ObjectOutput) (Matthieu Casanova)
- New method GUIUtilities.setAutoMnemonic(AbstractButton) (Jarek Czekalski)
- New method: View.getBuffers(), aware of bufferset scope. (Alan Ezust)
- Removed View.setBuffer(Buffer, boolean, boolean) and
View.setBuffer(Buffer, boolean): methods that had disableFileCheck flag in
since View no longer checks file status there. (#1871440 Alan Ezust)
- AllBufferSet.AllBufferSet(String glob, View v) - additional required
argument for View in constructor argument list. (#3423442 Alan Ezust)
- Removed classes: IOProgressMonitor, WorkRequest, WorkThreadPool,
WorkThreadProgressListener (Thomas Meyer)
- Removed VFSManager.getIOThreadPool() (Thomas Meyer)
- Converted BufferIORequest, VFSFileChooserDialog.GetFileTypeRequest and
TextAreaTransferHandler.DraggedURLLoader to a Task (Thomas Meyer)
- Converted TaskManager to an enum singelton (Thomas Meyer)
- Changed VFSManager.runInWorkThread(Runnable) to
VFSManager.runInWorkThread(Task) and made it accept only IO tasks
- New class: AwtRunnableQueue (Thomas Meyer)
}}}
{{{ Editing
- Fixed bug in ruby multiline comments (Patch#3605738 fixing bug #3605168
Richard The)
- Fixed shellscript highlight (patch #3602461 fixing bug #3594428 Richard The)
- Updated lua mode file (patch #2126692 stone1343)
- Macros move lines up/down now keep the current selection (feature #3600082
Matthieu Casanova)
- Updated nsis2 mode (#3586538 Uwe Stöhr)
- There is now a new encoding Native2ASCII which collapses unicode
escapes in ISO-8859-1 files on read and expands characters that cannot be
encoded with ASCII as unicode escapes on write. This encoding is the one Java
properties files should be in. (Björn "Vampire" Kautler)
- Highlight entity references in xml attributes (#3559971 Eric Le Lay)
- Added highlight of chapter title in rfc edit mode (Matthieu Casanova)
- Fixed shellscript do escape single quote with backslash
(#3557453 Matthieu Casanova)
- Updated ColdFusion mode (#3518536, #3561048 Darien Brown)
- Updated Verilog mode (#3536967 Steve snarum-micron)
- Updated HTML mode (#3594526 Marc Häfner)
- Updated CSS mode (#3595041 Marc Häfner)
- Updated Coffeescript mode (#3595105 Marc Häfner)
- new PostgreSQL mode (feature #2833378 Thiemo Kellner, Eric Le Lay)
}}}
{{{ UI
- Better information in the plugin manager when loading plugin list
(Matthieu Casanova)
- Initial view hidden by other windows at startup (#3610089)
- Remove empty root node in OptionGroupPane
(#3608324, #3608327: Marco Hunsicker)
- More accurate treatment of ALT_KEY_PRESSED_DISABLED (#3604532: Makarius)
- New view option: "Abbreviate paths with environment variables when possible".
(#3606329 Alan Ezust)
- Made view option, "alternate toolbar placement" the default for jEdit.
- Emacs macros and keymap updates. (Brian Clapper)
- Use separate (shorter) label for "whole word search" in the search bar.
(Shlomy Reinstein)
- Added a right click popup menu with a copy action in the Error dialog
(#3557023 Matthieu Casanova)
- Avoid trouble with horizontal scrolling (Patch #3134788, EdorFaus)
- Enable ContextMenu via keyboard to VFS-BrowserView (#3560239, Thomas Meyer)
- Added a possibility to suppress synchronization of the filter in search
dialog, using a hidden setting in jedit.props: search.dontSyncFilter.
(Jarek Czekalski)
- Added mnemonics for popup menus in File System Browser (Commands, Plugins,
Favorites). (Jarek Czekalski)
}}}
{{{ Miscellaneous
- Added chinese translation (patch #3611777 - cnvince)
- Made the plugin manager loading much faster (up to 3 time faster)
(Matthieu Casanova)
- New macro in Files section: "Open Selection In Desktop" (Jarek Czekalski)
- Open Selection macro improvements. An attempt is made to use current
VFS browser directory as a parent for the highlighted filename.
In case of no selection the path under caret is used. (Jarek Czekalski)
- Fixed unreasonable quadratic operations which could be observable on
big search&replace-all. (Patch #3533838 by Thomas Meyer)
- Avoided unreasonable memory consumption by duplicate String instances
that could be allocated for each occurrence in a big
search&replace-all. (Patch #3528619 by Thomas Meyer)
- Fix high memory usage for large search&replace all operations.
(Patch #3531515 by Thomas Meyer)
- Fix memory usage of Buffer.calculateHash() (patch# 3560429, Thomas Meyer)
- Make_Bug_Report macro now use logs edit mode to have a little coloring
in the result (Matthieu Casanova)
- Beep on output option in Activity log settings
(request #3551931 Jarek Czekalski)
- New Plugin Manager option: Disable obsolete plugins (#2931321 Alan Ezust)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Eric B. <el...@gm...> - 2013-04-01 18:20:02
|
0 New plugins and 11 Updated plugins
Updated Releases:
{{{ ProjectViewer 3.5.1
Announcement: Bugfix release.
- Fixed 3603729: Compact Tree broken
- Fixed 3604239: Add files broken
Plugin Description: The ProjectViewer plugin provides an interface for
managing a "project", i.e. a related group of source files.
}}}
{{{ MacroManager 1.3.1
Announcement: Bugfix release.
Plugin Description: The MacroManager plugin provides an interface to
the jEdit community website's archive of contributed macros.
}}}
{{{ EditorConfig 0.4.0
Announcement: Update the core library to 0.11.0 (which now supports
brace glob matching)
Plugin Description: EditorConfig plugin for jEdit
}}}
{{{ JakartaCommons 0.8
Announcement: Added commons-io-2.4.jar.
Plugin Description: The JakartaCommons plugin provides a single point
of dependency for plugins needing to use Apache Jakarta libraries.
Currently included are BCEL, commons-collections, commons-logging, and
xmlrpc.
}}}
{{{ FileSync 1.1
Announcement: Added dependency on Jakarta Commons plugin to provide commons-io.
Plugin Description: Synchronizes project files to another directory.
}}}
{{{ PMDPlugin 5.0.2
Announcement: - Updated to depend on the Jakarta Commons plugin, which
provides commons-io. This fixes tracker 3608256, where checking all
open buffers would
fail due to the missing commons-io jar file.
- Fix for tracker 3602659, the progress bar that is displayed in the
jEdit status bar when checking all files in a directory or project was
being
added at plugin startup and never being hidden. Now it is only
displayed when PMD is actually checking files, and hides when it is
done.
Plugin Description: The PMD plugin is a Java source code analysis tool.
}}}
{{{ Console 5.1.1
Announcement: Bugfix release
[Alan Ezust]
#3589470 Revisited: Brought back old "generic" error pattern, and
added gcc pattern.
Fix #3605191: Exception after node selected on windows.
[Artem Bryantsev]
Remade ANSI escape code parser's options: migration from values based
on String to ones based on int.
Plugin Description: The Console plugin allows jEdit to execute
arbitrary commands from an internal shell.
In addition, it provides buttons in a "commando toolbar" for your
favorite command-line tools (make, ant, qmake, latex, etc), and an
easy way to add others.
}}}
{{{ SshConsole 1.0.6
Announcement: <ul>
<li> Fix #3604654: NPE when changing to invalid folder. </li>
<li> Fix #3604790: Initial connect when opening a project </li>
</ul>
Plugin Description: Allows you to issue compile commands remotely via
ssh in the same location as the sftp:// file you are editing, and
parses the output for errors in ErrorList.
}}}
{{{ CscopeFinder 0.6
Announcement: - applied patch 3025115: Fix escape behavior in pop-up
chooser (yohannmartineau)
Plugin Description: (C/C++/Python) CscopeFinder adds rapid code
searching using Cscope or PyCscope index files.
}}}
{{{ FastOpen 2.5.1
Announcement: FR #3580223: If the thing to search for has a file
separator character, search full path instead of just filename.
Plugin Description: FastOpen is a plugin designed to quickly open any file
in the currect project by just typing in the first few
characters of the filename you want to open.
}}}
{{{ Highlight 1.9.12
Announcement: -Added an option to choose round corner or not
-Fixed highlighter ignoring extra line spacing
Plugin Description: Highlights words (or matched regexps) with different colors.
}}}
|
|
From: Vampire <Va...@jE...> - 2012-11-22 22:37:00
|
Hello everyone,
I proudly present jEdit 5.0.0, the first stable release of the 5.0 series of jEdit.
Detailed changes can as always be found in the Change Log attached in the end of this email, but here are some of the major features of this version:
* Localization - jEdit now supports switching between default locale, French, German, Russian, Czech, and Japanese.
Some translations for those locales are provided, containing common jEdit labels. It is also now possible to add
new or contribute to existing translation property files for jEdit core as well as for plugins.
* Keymaps - named collections of shortcuts. Example keymaps for Emacs, MacOS, German Keyboard, Intellij and classic
jEdit are provided, and users can create or customize them.
* New Editing options: Disable or simplified automatic indentation, and default response when opening a large file.
* Updated html/css edit modes with HTML5/CSS3 keywords. Added a dozen new edit modes, updated a dozen more.
* Scrolling - Many bugs (#2832769, #2998294, #3193168, possibly others), related to soft wrap, multiline delete/cut,
undo, and folding, that could cause the text area to be confused about its location, are fixed. This greatly
improves the stability of jEdit. Thank you, Thomas Meyer!
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.0 series (fix done, but waiting for a review) can be found at:
https://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2546309
Have fun with the new release.
Best Regards
Björn "Vampire" Kautler
jEdit 5.0 version history
(changes since jEdit 4.5.2)
:encoding=UTF-8:
{{{ Version 5.0.0
Thanks to Jarek Czekalski, Eric Le Lay, Matthieu Casanova, Tom Power, Malathi,
Thomas Meyer, Vladimir Avondin, Björn "Vampire" Kautler and Alan Ezust for
contributing to this release.
{{{ Bug fixes
- Does not create backups on exit (#3579788 Jarek Czekalski)
- I/O Error on First Save Attempt (#3574500 Jarek Czekalski)
- Fixed whole word search (#3551515 Matthieu Casanova)
- Fixed a number of scrollbar bugs related to undo, multiline cut,
soft-wrap, and folding.
(Patch#3567959, Bugs #2832769, #2998294, and #3193168 - Thomas Meyer)
- Fix keymap duplication handling (Björn "Vampire" Kautler)
- Fix broken macro Files/Glob_close.bsh (Eric Le Lay)
- File status checking before save (#3562315, Alan Ezust)
- Fix "Customize This Menu..." item in context menu options (#3554895 Tom Power)
- Fixed the StandaloneTextArea that cannot load keymaps
(#3562023 Matthieu Casanova)
- Fix a case where a NPE occurs when removing a plugin
(#3557441 Matthieu Casanova)
- Recognizing "Extra word characters" in "Whole word" option in
searches (bug #3522497, patch #3543524 Malathi)
- The macro Display_Abbreviations was broken (#3539691 Matthieu Casanova)
- Fix pressing return in parent files of the VFS browser that do not
browse the selected folder as it should (patch #3543499 by Eric Le Lay)
}}}
{{{ API
- New method MiscUtilities.openInDesktop() (Alan Ezust)
}}}
{{{ UI
- Disable menu bar mnemonics if they are mapped as otherwise defined shortcuts
so that they are not shown visually to the user when they actually do not
work and make sure that no conflict can arise with the default keymap and
any localization (#3528208 Björn "Vampire" Kautler)
- Added a new German keymap. Replaced shortcuts that were unreachable
on a german keyboard. Moved shortcuts from German localization into
keymap. (#3572796 Björn "Vampire" Kautler)
- Translate underscores to spaces when displaying keymap names in the UI to
eliminate files with spaces in the name. (Björn "Vampire" Kautler)
- Fix broken keymap properties (Björn "Vampire" Kautler)
- Added russian localization (patch #3544154 Vladimir Avdonin)
}}}
{{{ Miscellaneous
- Correctly determine whether Look and Feel did change to not touch it if it
stays the same as this might cause delays and Exceptions.
(Björn "Vampire" Kautler)
- The .jedit/modes/catalog is now written using UTF-8 instead of default
OS encoding (#3560800 Matthieu Casanova)
}}}
}}}
{{{ Version 5.0pre1
Thanks to Björn "Vampire" Kautler, Nathan Gray, Evan Wright, Alan Ezust, Dale
Anson, Matthieu Casanova, Olivier Pisano, Jimmy Chaw, peibl, Robert Schwenn,
Martin Raspe, Max Funk, SPennington, Ingo Tomahogh, Jarek Czekalski, Jojaba,
Stephen Blackheath, Milan Černil, Makarius, Chris Sullins, Peter C. Chapin,
Tom Power and Donovaly for contributing to this release.
{{{ Bug fixes
- Fixed exception in dockable window system when loading a plugin using
jar libraries (#3532429 Matthieu Casanova)
- The plugin description in install panel now supports html
(#3509183 Matthieu Casanova)
- The mirror "Plugin Central default" now works as auto selecting
mirror and is used by default. Previous default was hardcoded "switch"
(mirror.switch.ch) as workaround, but one could easily stuck on broken
"Plugin Central default" and got strange errors.
(#2913393, #3501210 - Kazutoshi Satoda)
- Avoided annoying behavior of electric keys that canceled obvious
manual indentation. Now they take effect only when the current level
of indentation is same with automatic indentation.
(#1936678, #2332140 Jarek Czekalski, Kazutoshi Satoda)
- Fixed "Backup on every save" resets file permissions. Renaming of the file
was replaced with copying. (#1803073 Jarek Czekalski)
- Added backup of remote files, for example opened with FTP plugin.
(#1525654 Jarek Czekalski)
- Fixed NPE which was shown in place of a proper error message for empty
keyword elements in mode XML. (Kazutoshi Satoda)
- Cannot DnD betweeen PingPongLists (#3501020 Jarek Czekalski)
- Fixed macros at menu split are unaccessible (#3512853 Jarek Czekalski)
- If the same plugin is installed in home and install folder, only the newest
is loaded. (#1848802 Matthieu Casanova)
- Fixed rectangular selection constructor (patch #3440310 peibl)
- When copying a file in VFSBrowser, if a file with the same name already exists
a suffix copy-n is added to avoid deleting the existing file
(#3470759 Matthieu Casanova)
- Fixed Ctrl + key not working in completion popup (Matthieu Casanova)
- Fixed copy of Hypersearch results adding \r in the clipboard
(#3142456 Matthieu Casanova)
- The Java based installer now correctly handles GNU style long filenames in
the installer package and thus does not corrupt the JavaDoc files anymore
(#2327520 Björn "Vampire" Kautler)
- Several message boxes were not being created on the EDT which would result in
tiny, non-resizable message boxes. (#3441535 Dale Anson)
}}}
{{{ API Changes
- New method Debug.compDelay, for debugging purposes (Jarek Czekalski)
- Made EditBus.send uninterruptible, as it was before putting handling of
messages into EDT (r17139, to 4.4).
- New method ThreadUtilities.runInDispatchThreadNow() (Jarek Czekalski)
- New VFS capability: NON_AWT_SESSION_CAP and a helper method
VFS.createVFSSessionSafe that frees the caller from entering the EDT
thread in most cases. All built-in filesystems have this capability set.
(Jarek Czekalski)
- The status bar widget service is now
org.gjt.sp.jedit.gui.statusbar.StatusWidgetFactory instead of
org.gjt.sp.jedit.gui.statusbar.StatusWidget (only the name in service.xml)
is modified, because the service class is a StatusWidgetFactory and not a
StatusWidget (#3521413 Matthieu Casanova)
- New public constructor for org.gjt.sp.jedit.gui.ErrorListDialog
allowing for specifying custom urgency (priority). (Jarek Czekalski)
- TextArea.isCaretVisible became public (patch #3518424 Makarius)
- Fixed jedit exit procedure. Now all views are closed. Earlier only
the current view was properly closed. This may be important for plugins
that were workarounding the issue, as now they will get more
ViewUpdate.CLOSED messages. (Jarek Czekalski)
- The JEditEmbeddedTextArea and StandaloneTextArea do not create an empty
popup menu anymore.
To add a context menu in your JEditEmbeddedTextArea, please override
createPopupMenu(MouseEvent evt) as before, but also call
setRightClickPopupEnabled(true) in your constructor (Matthieu Casanova)
- New jEdit.getCurrentLanguage() method that returns the language used by jEdit
(Matthieu Casanova)
- New method JEditBuffer.insert(int offset, CharSequence seq) to insert
text in a buffer. (Matthieu Casanova)
- New constructors for CopyFileWorker:
CopyFileWorker(Component comp, VFSFile[] vfsFiles, String target)
CopyFileWorker(Component comp, VFSFile[] vfsFiles, String target,
Behavior behavior)
CopyFileWorker(Component comp, File[] files, String target)
CopyFileWorker(Component comp, File[] files, String target, Behavior behavior)
to allow copy of multiple files at the same time (Matthieu Casanova)
- New VFS.copy() methods:
copy(ProgressObserver progress, VFS sourceVFS, Object sourceSession,
String sourcePath, VFS targetVFS, Object targetSession,
String targetPath, Component comp, boolean canStop,
boolean sendVFSUpdate)
copy(ProgressObserver progress, String sourcePath,String targetPath,
Component comp, boolean canStop, boolean sendVFSUpdate)
(Matthieu Casanova)
- New methods MiscUtilities.getCompleteBaseName() to return
the (complete) base names of a file (until the last .) and
and getBaseName(), to replace the badly named getFileNameNoExtension,
which is now deprecated (Matthieu Casanova, Alan Ezust)
- TextUtilities.join() now accept Collection<?> instead of Collection<String>
(Matthieu Casanova)
- OperatingSystem.isOS2() method is removed since OS/2 cannot run jEdit since
many years (Matthieu Casanova)
- OperatingSystem.isDOSDerived() is now deprecated since OS/2 do not exists
anymore Windows is the only DOS derived OS, so use OperatingSystem.isWindows()
instead (Matthieu Casanova)
- Some undocumented but public members in class DisplayTokenHandler and
Chunk became private as they should be in the first place.
Specifically:
org.gjt.sp.jedit.syntax.DisplayTokenHandler
MAX_CHUNK_LEN
initChunk() (* this was protected)
org.gjt.sp.jedit.syntax.Chunk
accessable
initialized
style
width
Chunk constructors
offsetToX() (non static)
xToOffset() (non static)
init()
(Kazutoshi Satoda)
}}}
{{{ Editing
- Nsis mode: added sectiongroup and deprecated subsection.
(patch #3531776 Uwe - donovaly)
- Shellscript mode: changed electric keys to better fit current jEdit
capabilities in this area. (Jarek Czekalski)
- Made markers list selectable with keyboard. (patch #3509642 Tom Power)
- Ada mode improvements (patch #3523836 Peter C. Chapin,
request #2860105 Britt)
- Scala mode added (#3501401 Daniel Spiewak)
- logs edit mode added (Matthieu Casanova)
- Dart mode added (patch #3483431 Chris Sullins)
- Haskell mode: Removed the fixed 8 character indent and tab size
(patch #3470636)
- Haskell mode: Added some GHC extensions: recursive do and arrow notation
(patch #3470637 Stephen Blackheath)
- New mxml.xml mode, and updates to ActionScript (patch #2913561 Chris Hill)
- New metapost.xml mode (patch #1606258 Kondr)
- Updated cobol.xml (patch #2654343 Markus Röhner)
- fortran90.xml: new Fortran90 edit mode (patch #2406563 Jonni Lehtiranta)
- roff.xml: New ROFF/GROFF/TROFF edit mode
(patch #3081484 Kostas Michalopoulos, Robert Schwenn)
- nsis2.xml: Added Java/C style comments. (patch #2976473)
- Ruby Edit Mode: Improved Symbol Highlighting
(patch #1918110 Ingo Tomahogh, Alan Ezust)
- "velocity_pure.xml" edit mode to replace older sgml-based velocity.xml.
Velocity keywords nested within markup tags incorrectly highlighted.
(patch #1285741 Robert Schwenn)
- Updated D edit mode (patch #3463009 Olivier Pisano)
- Removed special highlight for object access and creation in php edit mode
(#2985508, #3151072 Matthieu Casanova)
- Major simplification of phpdoc to make it look more like javadoc
(#1803310, #3029383, #3316733 Matthieu Casanova)
- Added some missing keywords to vrml2 edit mode (patch #3471586 Jimmy Chaw)
- Using no highlight or limited syntax highlight in large buffers now also
disables soft wrap (Matthieu Casanova)
- Using no highlight or limited syntax highlight in large buffers now disables
highlight of very long lines (Matthieu Casanova)
- Latex Indentation a nuisance (#3432974)
- Made it possible to disable automatic indentation by buffer or by edit
mode, and created a status widget to toggle the setting (Evan Wright)
- Fix for tracker 2976661, script tag attributes not syntax highlighted.
(Dale Anson)
- Fix for tracker 846913, jsp syntax highlighting for single line comments.
(Dale Anson)
- Updated css mode with new css 3 properties and values, tracker 3483390.
(Dale Anson)
- Updated html mode to recognize new html 5 keywords, updated jsp mode to
delegate to html mode for html tags. (Dale Anson)
}}}
{{{ UI
- Made "Customize This Menu..." item in context menu optional.
(patch #3530786 Tom Power)
- File System Browser docked on left by default. (Alan Ezust)
- Suppressed output to standard error of encoding problems on opening
files, which affects also hypersearch encoding errors. These errors are
now displayed in a dialog, but not sent to error output.
(request #3517116 Jarek Czekalski)
- Reserve space for 4 digit in memory's status bar widget.
(patch #3518422 Makarius)
- The Windows installer and windows integration are now localized in french
(patch #3513215 Jojaba)
- The Error status bar widget now use a JEditEmbeddedTextArea instead of a
simple swing TextArea to display exceptions (Matthieu Casanova)
- jEdit now supports localization. (Matthieu Casanova)
- Added french translation (Jojaba http://jojaba.free.fr)
- Added german translation (Robert Schwenn)
- Added czech translation (patch #3523511 Milan Černil)
- Text Area option for Search System Fonts in Font substitution
(#3479585 Max Funk)
- Dialog titles in file system browser
(patch #2968930, request #2807301 SPennington)
- Standarized Buffer Switcher combo (#3408584, patch #3456572 Jarek Czekalski)
- If a Task is not cancellable, the cancel button of TaskMonitor is disabled
(Matthieu Casanova)
- Added Icons to the VFS Browser context menu (Matthieu Casanova)
- Combined Global and Plugin options into a single pane, making Optional plugin
obsolete, fixing auto resize dialog issue.
(#3449498, request #3455602 Alan Ezust)
- jEdit is now always using continuous layout in JSplitPane (Matthieu Casanova)
- Fixed keyboard handling of comboboxes in jedit's option panes.
(#3415064 Alan Ezust)
- Changed menus to use Mac-specific symbols for accelerator keys when using OS X
and the native look & feel (patch #1950147 Nathan Gray)
- Added an option (on by default) to use the native Quartz renderer on
Mac OS X (Evan Wright)
- Fixed keyboard handling of drop-down menus in File System Browser.
(#1571578 Alan Ezust)
- Fixed "Use textarea colors" for dockables created in non-metal L&F.
(#1794400 Alan Ezust)
- New option in Saving and Backup pane: Use File System Browser dir for
Save-As (#1591441 Alan Ezust)
- RegisterViewer: set initial focus to registerList, added key bindings for
inserting content, clearing a register and leaving the registerList
(#3437779 Martin Raspe)
- RegisterViewer: close the floating window after inserting a clip, to make
behaviour consistent with Paste Previous window (#3478916 Jarek Czekalski)
- Show a preview of the window rather than a low-resolution icon when minimizing
on Mac OS X (#3529980 Evan Wright)
}}}
{{{ Miscellaneous
- New FileOpenerService, Offered by FastOpen 2.5, SmartOpen 1.1.
Used by ErrorList 2.0 (#3481157 Alan Ezust)
- jeditresource:/ URL handler now also checks jEditHome for files so
it can be used to link to core documentation. (#3565139 Alan Ezust)
- Macros folder can now be localized with properties
macros.folder.[foldername].label (Matthieu Casanova)
- Pasting a VFSFile as String dataflavor will now paste the full path instead of
the name of the file (Matthieu Casanova)
- The EditingOptionPane has now an option to remember the user choice about
large file treatment (Matthieu Casanova)
- OS/2 tasks were removed from the Java installer as OS/2 does not
have a working Java 6 implementation and probably never will have
(Björn "Vampire" Kautler)
- jEdit support for keymaps (Matthieu Casanova)
- User Settings directory migrated to %APPDATA%/jEdit on Windows
(#2510763 Alan Ezust)
- Added support for "Find Previous" when searching in multiple files
(Evan Wright)
- Applied patch to Get_Class_Name macro from lxdyglt to find
classname for inner classes. (#3301598 Dale Anson)
- Fixed some edge cases in the Make_Get_and_Set_Methods macro, properly handle
comments, multi-line variable declarations and multiple initializers.
(Dale Anson)
- Soft wrap now works at non-whitespace line breaks within some natural
language texts; Japanese for example.
(patch #2483695 Kazutoshi Satoda)
- Introduced glyph caching to lower CPU usage on text rendering and
line wrapping. (Kazutoshi Satoda)
- Changed calculation of wrap margin to be based on an average character
width instead of a width of a space which gave very narrow wrap margin
for proportional fonts. (Kazutoshi Satoda)
- Updated Move Lines Up and Down macros to move whole lines regardless of
selection. (Dale Anson)
}}}
}}}
jEdit buffer local properties:
:maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2:
:folding=explicit:collapseFolds=2:
|
|
From: Jarek C. <jar...@po...> - 2012-08-28 18:33:34
|
0 New plugins and 14 Updated plugins
New Releases:
{{{ EditorConfigPlugin 0.3.1
Source: https://github.com/editorconfig/editorconfig-jedit
After clone the code, use git checkout v0.3.1 to checkout the version
Announcement: Initial release: the jEdit EditorConfig plugin.
Requires Java 1.6
Requires jEdit 04.04.99.01
Short Description: EditorConfig plugin for jEdit
Long Description: EditorConfig helps developers define and maintain
consistent coding styles
between different editors and IDEs. The EditorConfig project consists of
a file
format for defining coding styles and a collection of text editor
plugins that
enable editors to read the file format and adhere to defined styles.
EditorConfig files are easily readibly and they work nicely with version
control systems.
This is the EditorConfig plugin of jEdit. For more information, please visit
< http://editorconfig.org >.
}}}
|
|
From: Dale A. <da...@gr...> - 2012-07-06 03:15:03
|
About Javasidekick, looks like I need to update the docs. This release
provides full support for Java 1.7 and earlier.
On Jul 5, 2012 5:07 PM, "Eric Berry" <el...@gm...> wrote:
> 0 New plugins and 14 Updated plugins
>
>
> Updated Releases:
> {{{ JavaSideKick 3.1.3
> Announcement: Bugfix release.
> Plugin Description: Java code browser, provides full support for all Java
> 1.5 and earlier syntax. Offers code completion and structure browsing for
> Java. Also provides structure browsing for property files and javacc files.
> }}}
>
> {{{ FTP 1.0.0
> Announcement: Version 1.0.0 Requires Java 1.5+ and jEdit 4.5.0
> Re-ask for connection details if no key-file exists
> Fixed problem with authentication on some sFTP servers
> (promptKeyboardInteractive method impelented)
> Added troubleshooting section in user's guide, to point to possible
> workaround for the Windows 7 firewall bug.
> Added local file backup for jEdit up to 4.5.x. Newer jEdit does it itself.
> Plugin Description: The FTP plugin adds the ability to browse directories
> and edit files on (S)FTP servers.
> }}}
>
> {{{ MarkerSets 0.9
> Announcement: Displaying the marker under mouse in status bar. (request
> #3451543)
> Fixed bug #3455360: disabled duplicate shortcuts.
> Immediate update of the dockable when a shortcut of a marker is changed.
> Made setting and going to a marker recordable by macro recorder. (request
> #3421071)
> Allowed for macros with marker shortcuts (patch #3444424 Jarek Czekalski)
> Plugin Description: The MarkerSets plugin enables you to create named sets
> of markers from various files.
>
> Provides a replacement for the Bookmarks plugin, as well as the "Markers"
> feature from core.
> }}}
>
> {{{ Highlight 1.9.10
> Announcement: -Fixed NPE during initialization if highlight overview is
> disabled (#3509281)
> -The plugin will no longer switch to defer mode (#3522011)
> -Fix color highlight when using softwrap (patch #3521997)
> Plugin Description: Highlights words (or matched regexps) with different
> colors.
> }}}
>
> {{{ XML 2.8.3-jedit-4.5
> Announcement: This release provides support for HTML5, CSS3 and Docbook 5
> Plugin Description: The XML plugin provides features for editing XML,
> HTML, JavaScript and CSS files. For XML files, it does validation against a
> DTD, XSD, or RNG. For all languages, it displays element trees in the
> SideKick dockable. For XML, HTML and CSS, you get completion popups for
> elements, attribute, and entities.
> }}}
>
> {{{ XML 2.8.3-jedit-5.0
> Announcement: This release provides support for HTML5, CSS3 and Docbook 5
> Plugin Description: The XML plugin provides features for editing XML,
> HTML, JavaScript and CSS files. For XML files, it does validation against a
> DTD, XSD, or RNG. For all languages, it displays element trees in the
> SideKick dockable. For XML, HTML and CSS, you get completion popups for
> elements, attribute, and entities.
> }}}
>
> {{{ QuickNotepad 5.0
> Announcement: Changes for the jEdit 5.0 API
>
> Now that jEdit supports localization, we have a
> lang_fr.properties file for the French language.
>
> lang_XX.properties files can be added to each plugin
> for other support in other languages.
> Plugin Description: This plugin provides a dockable "scratch pad" for
> writing and displaying notes, to do lists or similar items as unformatted
> text.
> }}}
>
> {{{ jEdit 5.0pre1
> Announcement:
> Plugin Description:
> }}}
>
> {{{ jEdit 4.5.2
> Announcement:
> Plugin Description:
> }}}
>
> {{{ ErrorList 2.0
> Announcement: o Uses jEdit 5's FileOpenerService for filenames when no
> full path is supplied to the DefaultError. (#3481157 - Alan Ezust)
> o New API for specifying the View of an ErrorSource. (#2106739 - Alan
> Ezust)
> o Fixed a deadlock and concurrency issues. (#3526070, #3530999 Jarek
> Czekalski)
> o Fixed errors appearing twice at first time. (#3028049 Jarek Czekalski)
> Plugin Description: The ErrorList plugin provides one-click access, and
> on-the-spot highlighting of errors generated by EditBus-aware packages,
> such as the Console.
> }}}
>
> {{{ SideKick 1.4
> Announcement: Fixed #2311948, auto-displayed ErrorList kills
> CompletionPopup (Jarek Czekalski)
> Fixed #3536025, Sidekick displays same errors in all views (XML plugin)
> (Alan Ezust)
> Fixed #3480846, Sidekick doesn't remember my parser (Jarek Czekalski)
> Plugin Description: The SideKick plugin provides a framework for
> high-level language-specific features, such as a structure tree, and code
> completion.
> }}}
>
> {{{ Console 5.0
> Announcement: Version 5.0 Requires jEdit 5.0pre1, Java 1.6, ErrorList 2.0,
> and ProjectViewer 3.4.2 (optional).
> [Artem Bryantsev]
> ANSI escape code parser for Console plugin (FR #2510255).
> #3530817 - Console wrong LF after running a command to buffer (Windows).
> [Damien Radtke]
> #2194479 - Fixed NPE when running detached processes that print to stderr.
> [Alan Ezust]
> #3536039: Console no longer displays same errors in all views
> Plugin Description: The Console plugin allows jEdit to execute arbitrary
> commands from an internal shell.
>
> In addition, it provides buttons in a "commando toolbar" for your favorite
> command-line tools (make, ant, qmake, latex, etc), and an easy way to add
> others.
> }}}
>
> {{{ FastOpen 2.5
> Announcement: Offers a jEdit 5 FileOpenerService [#3481157 - Alan Ezust]
> FastOpen now uses the View TextArea's Background color for its Text
> Field's Background. Helps in case custom themes are used. [Jiger Patel]
> FastOpen now supports differential colours for File Names and Paths in the
> Search Results. The Colour to use for the path is configurable via FastOpen
> options. (Dont forget to do a ReIndex after changing path colors) [Jiger
> Patel]
> Alternative rows can be highlighted(zebra style) in the Search Results.
> Ofcourse it can be configured to be switched on/off via Options. [Jiger
> Patel]
> Support for CamelCase Search. For example simply type First Letter of
> Uppercase Filename to search. [Jiger Patel]
> Fixed Bug - FastOpen jump to line number only works on loaded buffers.
> (Bug #3517260) [Jiger Patel]
> Plugin Description: FastOpen is a plugin designed to quickly open any file
> in the currect project by just typing in the first few
> characters of the filename you want to open.
> }}}
>
> {{{ BufferList 1.4
> Announcement: Bugfix Release
> #3530560: BufferList not BufferSet-aware -Alan Ezust
> Fixed #3307762: Right click close on directory nodes. Patch# 3536753 -
> Patric Bechtel.
> Compress paths with Miscutilities.abbreviate() - Alan Ezust.
> #1103435 Fixed inconsistent drive letter handling - Matthieu Casanova
> Plugin Description: The BufferList plugin shows the list of currently open
> files in a dockable tree view.
> }}}
>
>
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> _______________________________________________
> jEdit Announcement List
> jEd...@li...
> https://lists.sourceforge.net/lists/listinfo/jedit-announce
>
>
> ------------------------------------------------------------------------------
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond. Discussions
> will include endpoint security, mobile security and the latest in malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> --
> -----------------------------------------------
> jEdit Users' List
> jEd...@li...
> https://lists.sourceforge.net/lists/listinfo/jedit-users
>
>
|
|
From: Eric B. <el...@gm...> - 2012-07-05 23:07:01
|
0 New plugins and 14 Updated plugins
Updated Releases:
{{{ JavaSideKick 3.1.3
Announcement: Bugfix release.
Plugin Description: Java code browser, provides full support for all Java
1.5 and earlier syntax. Offers code completion and structure browsing for
Java. Also provides structure browsing for property files and javacc files.
}}}
{{{ FTP 1.0.0
Announcement: Version 1.0.0 Requires Java 1.5+ and jEdit 4.5.0
Re-ask for connection details if no key-file exists
Fixed problem with authentication on some sFTP servers
(promptKeyboardInteractive method impelented)
Added troubleshooting section in user's guide, to point to possible
workaround for the Windows 7 firewall bug.
Added local file backup for jEdit up to 4.5.x. Newer jEdit does it itself.
Plugin Description: The FTP plugin adds the ability to browse directories
and edit files on (S)FTP servers.
}}}
{{{ MarkerSets 0.9
Announcement: Displaying the marker under mouse in status bar. (request
#3451543)
Fixed bug #3455360: disabled duplicate shortcuts.
Immediate update of the dockable when a shortcut of a marker is changed.
Made setting and going to a marker recordable by macro recorder. (request
#3421071)
Allowed for macros with marker shortcuts (patch #3444424 Jarek Czekalski)
Plugin Description: The MarkerSets plugin enables you to create named sets
of markers from various files.
Provides a replacement for the Bookmarks plugin, as well as the "Markers"
feature from core.
}}}
{{{ Highlight 1.9.10
Announcement: -Fixed NPE during initialization if highlight overview is
disabled (#3509281)
-The plugin will no longer switch to defer mode (#3522011)
-Fix color highlight when using softwrap (patch #3521997)
Plugin Description: Highlights words (or matched regexps) with different
colors.
}}}
{{{ XML 2.8.3-jedit-4.5
Announcement: This release provides support for HTML5, CSS3 and Docbook 5
Plugin Description: The XML plugin provides features for editing XML, HTML,
JavaScript and CSS files. For XML files, it does validation against a DTD,
XSD, or RNG. For all languages, it displays element trees in the SideKick
dockable. For XML, HTML and CSS, you get completion popups for elements,
attribute, and entities.
}}}
{{{ XML 2.8.3-jedit-5.0
Announcement: This release provides support for HTML5, CSS3 and Docbook 5
Plugin Description: The XML plugin provides features for editing XML, HTML,
JavaScript and CSS files. For XML files, it does validation against a DTD,
XSD, or RNG. For all languages, it displays element trees in the SideKick
dockable. For XML, HTML and CSS, you get completion popups for elements,
attribute, and entities.
}}}
{{{ QuickNotepad 5.0
Announcement: Changes for the jEdit 5.0 API
Now that jEdit supports localization, we have a
lang_fr.properties file for the French language.
lang_XX.properties files can be added to each plugin
for other support in other languages.
Plugin Description: This plugin provides a dockable "scratch pad" for
writing and displaying notes, to do lists or similar items as unformatted
text.
}}}
{{{ jEdit 5.0pre1
Announcement:
Plugin Description:
}}}
{{{ jEdit 4.5.2
Announcement:
Plugin Description:
}}}
{{{ ErrorList 2.0
Announcement: o Uses jEdit 5's FileOpenerService for filenames when no full
path is supplied to the DefaultError. (#3481157 - Alan Ezust)
o New API for specifying the View of an ErrorSource. (#2106739 - Alan Ezust)
o Fixed a deadlock and concurrency issues. (#3526070, #3530999 Jarek
Czekalski)
o Fixed errors appearing twice at first time. (#3028049 Jarek Czekalski)
Plugin Description: The ErrorList plugin provides one-click access, and
on-the-spot highlighting of errors generated by EditBus-aware packages,
such as the Console.
}}}
{{{ SideKick 1.4
Announcement: Fixed #2311948, auto-displayed ErrorList kills
CompletionPopup (Jarek Czekalski)
Fixed #3536025, Sidekick displays same errors in all views (XML plugin)
(Alan Ezust)
Fixed #3480846, Sidekick doesn't remember my parser (Jarek Czekalski)
Plugin Description: The SideKick plugin provides a framework for high-level
language-specific features, such as a structure tree, and code completion.
}}}
{{{ Console 5.0
Announcement: Version 5.0 Requires jEdit 5.0pre1, Java 1.6, ErrorList 2.0,
and ProjectViewer 3.4.2 (optional).
[Artem Bryantsev]
ANSI escape code parser for Console plugin (FR #2510255).
#3530817 - Console wrong LF after running a command to buffer (Windows).
[Damien Radtke]
#2194479 - Fixed NPE when running detached processes that print to stderr.
[Alan Ezust]
#3536039: Console no longer displays same errors in all views
Plugin Description: The Console plugin allows jEdit to execute arbitrary
commands from an internal shell.
In addition, it provides buttons in a "commando toolbar" for your favorite
command-line tools (make, ant, qmake, latex, etc), and an easy way to add
others.
}}}
{{{ FastOpen 2.5
Announcement: Offers a jEdit 5 FileOpenerService [#3481157 - Alan Ezust]
FastOpen now uses the View TextArea's Background color for its Text Field's
Background. Helps in case custom themes are used. [Jiger Patel]
FastOpen now supports differential colours for File Names and Paths in the
Search Results. The Colour to use for the path is configurable via FastOpen
options. (Dont forget to do a ReIndex after changing path colors) [Jiger
Patel]
Alternative rows can be highlighted(zebra style) in the Search Results.
Ofcourse it can be configured to be switched on/off via Options. [Jiger
Patel]
Support for CamelCase Search. For example simply type First Letter of
Uppercase Filename to search. [Jiger Patel]
Fixed Bug - FastOpen jump to line number only works on loaded buffers. (Bug
#3517260) [Jiger Patel]
Plugin Description: FastOpen is a plugin designed to quickly open any file
in the currect project by just typing in the first few
characters of the filename you want to open.
}}}
{{{ BufferList 1.4
Announcement: Bugfix Release
#3530560: BufferList not BufferSet-aware -Alan Ezust
Fixed #3307762: Right click close on directory nodes. Patch# 3536753 -
Patric Bechtel.
Compress paths with Miscutilities.abbreviate() - Alan Ezust.
#1103435 Fixed inconsistent drive letter handling - Matthieu Casanova
Plugin Description: The BufferList plugin shows the list of currently open
files in a dockable tree view.
}}}
|
|
From: Vampire <Va...@jE...> - 2012-06-15 22:26:06
|
Hi all, I proudly present jEdit 4.5.2, the latest stable release of the 4.5 series of jEdit. Detailed changes can as always be found in the Change Log attached in the end of this email. This release is a bugfix release. 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 4.5 series (fix done, but waiting for a review) can be found at: http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2274635 Have fun with the new release. Best Regards Björn "Vampire" Kautler jEdit 4.5 version history (changes since jEdit 4.4.2) :encoding=UTF-8: {{{ Version 4.5.2 Thanks to Björn "Vampire" Kautler, Alan Ezust, Jarek Czekalski, and Matthieu Casanova for contributing to this release. {{{ Bug Fixes - Fixed freezes on hypersearch with encoding errors. (#3502585 Jarek Czekalski) - Fixed IO error when changing VFS Browser filter content (#3502820 Matthieu Casanova) - Fixed NPE when opening View option pane for the first time on a fresh installation (#3520577 Matthieu Casanova) - Fixed favorites menu actions (#3512250 Matthieu Casanova) - Remove jar cache when unloading a plugin (#3514022 Matthieu Casanova) }}} {{{ UI - Changed error list dialog size to a fixed size of 80x25 characters. (Jarek Czekalski) }}} }}} jEdit buffer local properties: :folding=explicit:collapseFolds=2:maxLineLen=80:wrap=hard:tabsize=4: |
|
From: Kazutoshi S. <k_s...@f2...> - 2012-06-11 17:02:18
|
Hi all, jEdit development team now presents jEdit 5.0pre1, the first preview development release of the 5.0.x series of jEdit. Here are some convenient links to see the live state of major problems: - Bugs which are marked as "severe": http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=101607 - Bugs which are marked as "regressive": http://sourceforge.net/tracker/?group_id=588&atid=100588&status=1&artgroup=619797 Volunteers are always welcome to fix bugs including the above: 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.0.x series (fix done, but waiting for a review): http://sourceforge.net/tracker/?group_id=588&atid=1235750&status=1&artgroup=2546309 Have fun with the new release. NOTE: As for the "4.5.2" below, jEdit 4.5.2 is also going to be released in a few days. jEdit 5.0 version history (changes since jEdit 4.5.2) :encoding=UTF-8: {{{ Version 5.0pre1 Thanks to Björn "Vampire" Kautler, Nathan Gray, Evan Wright, Alan Ezust, Dale Anson, Matthieu Casanova, Olivier Pisano, Jimmy Chaw, peibl, Robert Schwenn, Martin Raspe, Max Funk, SPennington, Ingo Tomahogh, Jarek Czekalski, Jojaba, Stephen Blackheath, Milan Černil, Makarius, Chris Sullins, Peter C. Chapin, Thomas Meyer, Tom Power and Donovaly for contributing to this release. {{{ Bug fixes - Fixed exception in dockable window system when loading a plugin using jar libraries (#3532429 Matthieu Casanova) - The plugin description in install panel now supports html (#3509183 Matthieu Casanova) - The mirror "Plugin Central default" now works as auto selecting mirror and is used by default. Previous default was hardcoded "switch" (mirror.switch.ch) as workaround, but one could easily stuck on broken "Plugin Central default" and got strange errors. (#2913393, #3501210 - Kazutoshi Satoda) - Avoided annoying behavior of electric keys that canceled obvious manual indentation. Now they take effect only when the current level of indentation is same with automatic indentation. (#1936678, #2332140 Jarek Czekalski, Kazutoshi Satoda) - Fixed "Backup on every save" resets file permissions. Renaming of the file was replaced with copying. (#1803073 Jarek Czekalski) - Added backup of remote files, for example opened with FTP plugin. (#1525654 Jarek Czekalski) - Fixed NPE which was shown in place of a proper error message for empty keyword elements in mode XML. (Kazutoshi Satoda) - Cannot DnD betweeen PingPongLists (#3501020 Jarek Czekalski) - Fixed macros at menu split are unaccessible (#3512853 Jarek Czekalski) - If the same plugin is installed in home and install folder, only the newest is loaded. (#1848802 Matthieu Casanova) - Fixed rectangular selection constructor (patch #3440310 peibl) - When copying a file in VFSBrowser, if a file with the same name already exists a suffix copy-n is added to avoid deleting the existing file (#3470759 Matthieu Casanova) - Fixed Ctrl + key not working in completion popup (Matthieu Casanova) - Fixed copy of Hypersearch results adding \r in the clipboard (#3142456 Matthieu Casanova) - The Java based installer now correctly handles GNU style long filenames in the installer package and thus does not corrupt the JavaDoc files anymore (#2327520 Björn "Vampire" Kautler) - Several message boxes were not being created on the EDT which would result in tiny, non-resizable message boxes. (#3441535 Dale Anson) }}} {{{ API Changes - New method Debug.compDelay, for debugging purposes (Jarek Czekalski) - Made EditBus.send uninterruptible, as it was before putting handling of messages into EDT (r17139, to 4.4). - New method ThreadUtilities.runInDispatchThreadNow() (Jarek Czekalski) - New VFS capability: NON_AWT_SESSION_CAP and a helper method VFS.createVFSSessionSafe that frees the caller from entering the EDT thread in most cases. All built-in filesystems have this capability set. (Jarek Czekalski) - The status bar widget service is now org.gjt.sp.jedit.gui.statusbar.StatusWidgetFactory instead of org.gjt.sp.jedit.gui.statusbar.StatusWidget (only the name in service.xml) is modified, because the service class is a StatusWidgetFactory and not a StatusWidget (#3521413 Matthieu Casanova) - New public constructor for org.gjt.sp.jedit.gui.ErrorListDialog allowing for specifying custom urgency (priority). (Jarek Czekalski) - TextArea.isCaretVisible became public (patch #3518424 Makarius) - Fixed jedit exit procedure. Now all views are closed. Earlier only the current view was properly closed. This may be important for plugins that were workarounding the issue, as now they will get more ViewUpdate.CLOSED messages. (Jarek Czekalski) - The JEditEmbeddedTextArea and StandaloneTextArea do not create an empty popup menu anymore. To add a context menu in your JEditEmbeddedTextArea, please override createPopupMenu(MouseEvent evt) as before, but also call setRightClickPopupEnabled(true) in your constructor (Matthieu Casanova) - New jEdit.getCurrentLanguage() method that returns the language used by jEdit (Matthieu Casanova) - New method JEditBuffer.insert(int offset, CharSequence seq) to insert text in a buffer. (Matthieu Casanova) - New constructors for CopyFileWorker: CopyFileWorker(Component comp, VFSFile[] vfsFiles, String target) CopyFileWorker(Component comp, VFSFile[] vfsFiles, String target, Behavior behavior) CopyFileWorker(Component comp, File[] files, String target) CopyFileWorker(Component comp, File[] files, String target, Behavior behavior) to allow copy of multiple files at the same time (Matthieu Casanova) - New VFS.copy() methods: copy(ProgressObserver progress, VFS sourceVFS, Object sourceSession, String sourcePath, VFS targetVFS, Object targetSession, String targetPath, Component comp, boolean canStop, boolean sendVFSUpdate) copy(ProgressObserver progress, String sourcePath,String targetPath, Component comp, boolean canStop, boolean sendVFSUpdate) (Matthieu Casanova) - New methods MiscUtilities.getCompleteBaseName() to return the (complete) base names of a file (until the last .) and and getBaseName(), to replace the badly named getFileNameNoExtension, which is now deprecated (Matthieu Casanova, Alan Ezust) - TextUtilities.join() now accept Collection<?> instead of Collection<String> (Matthieu Casanova) - OperatingSystem.isOS2() method is removed since OS/2 cannot run jEdit since many years (Matthieu Casanova) - OperatingSystem.isDOSDerived() is now deprecated since OS/2 do not exists anymore Windows is the only DOS derived OS, so use OperatingSystem.isWindows() instead (Matthieu Casanova) - Some undocumented but public members in class DisplayTokenHandler and Chunk became private as they should be in the first place. Specifically: org.gjt.sp.jedit.syntax.DisplayTokenHandler MAX_CHUNK_LEN initChunk() (* this was protected) org.gjt.sp.jedit.syntax.Chunk accessable initialized style width Chunk constructors offsetToX() (non static) xToOffset() (non static) init() (Kazutoshi Satoda) }}} {{{ Editing - Nsis mode: added sectiongroup and deprecated subsection. (patch #3531776 Uwe - donovaly) - Shellscript mode: changed electric keys to better fit current jEdit capabilities in this area. (Jarek Czekalski) - Made markers list selectable with keyboard. (patch #3509642 Tom Power) - Ada mode improvements (patch #3523836 Peter C. Chapin, request #2860105 Britt) - Scala mode added (#3501401 Daniel Spiewak) - logs edit mode added (Matthieu Casanova) - Dart mode added (patch #3483431 Chris Sullins) - Haskell mode: Removed the fixed 8 character indent and tab size (patch #3470636) - Haskell mode: Added some GHC extensions: recursive do and arrow notation (patch #3470637 Stephen Blackheath) - New mxml.xml mode, and updates to ActionScript (patch #2913561 Chris Hill) - New metapost.xml mode (patch #1606258 Kondr) - Updated cobol.xml (patch #2654343 Markus Röhner) - fortran90.xml: new Fortran90 edit mode (patch #2406563 Jonni Lehtiranta) - roff.xml: New ROFF/GROFF/TROFF edit mode (patch #3081484 Kostas Michalopoulos, Robert Schwenn) - nsis2.xml: Added Java/C style comments. (patch #2976473) - Ruby Edit Mode: Improved Symbol Highlighting (patch #1918110 Ingo Tomahogh, Alan Ezust) - "velocity_pure.xml" edit mode to replace older sgml-based velocity.xml. Velocity keywords nested within markup tags incorrectly highlighted. (patch #1285741 Robert Schwenn) - Updated D edit mode (patch #3463009 Olivier Pisano) - Removed special highlight for object access and creation in php edit mode (#2985508, #3151072 Matthieu Casanova) - Major simplification of phpdoc to make it look more like javadoc (#1803310, #3029383, #3316733 Matthieu Casanova) - Added some missing keywords to vrml2 edit mode (patch #3471586 Jimmy Chaw) - Using no highlight or limited syntax highlight in large buffers now also disables soft wrap (Matthieu Casanova) - Using no highlight or limited syntax highlight in large buffers now disables highlight of very long lines (Matthieu Casanova) - Latex Indentation a nuisance (#3432974) - Made it possible to disable automatic indentation by buffer or by edit mode, and created a status widget to toggle the setting (Evan Wright) - Fix for tracker 2976661, script tag attributes not syntax highlighted. (Dale Anson) - Fix for tracker 846913, jsp syntax highlighting for single line comments. (Dale Anson) - Updated css mode with new css 3 properties and values, tracker 3483390. (Dale Anson) - Updated html mode to recognize new html 5 keywords, updated jsp mode to delegate to html mode for html tags. (Dale Anson) }}} {{{ UI - Made "Customize This Menu..." item in context menu optional. (patch #3530786 Tom Power) - File System Browser docked on left by default. (Alan Ezust) - Suppressed output to standard error of encoding problems on opening files, which affects also hypersearch encoding errors. These errors are now displayed in a dialog, but not sent to error output. (request #3517116 Jarek Czekalski) - Reserve space for 4 digit in memory's status bar widget. (patch #3518422 Makarius) - The Windows installer and windows integration are now localized in french (patch #3513215 Jojaba) - The Error status bar widget now use a JEditEmbeddedTextArea instead of a simple swing TextArea to display exceptions (Matthieu Casanova) - jEdit now supports localization. (Matthieu Casanova) - Added french translation (Jojaba http://jojaba.free.fr) - Added german translation (Robert Schwenn) - Added czech translation (patch #3523511 Milan Černil) - Text Area option for Search System Fonts in Font substitution (#3479585 Max Funk) - Dialog titles in file system browser (patch #2968930, request #2807301 SPennington) - Standarized Buffer Switcher combo (#3408584, patch #3456572 Jarek Czekalski) - If a Task is not cancellable, the cancel button of TaskMonitor is disabled (Matthieu Casanova) - Added Icons to the VFS Browser context menu (Matthieu Casanova) - Combined Global and Plugin options into a single pane, making Optional plugin obsolete, fixing auto resize dialog issue. (#3449498, request #3455602 Alan Ezust) - jEdit is now always using continuous layout in JSplitPane (Matthieu Casanova) - Fixed keyboard handling of comboboxes in jedit's option panes. (#3415064 Alan Ezust) - Changed menus to use Mac-specific symbols for accelerator keys when using OS X and the native look & feel (patch #1950147 Nathan Gray) - Added an option (on by default) to use the native Quartz renderer on Mac OS X (Evan Wright) - Fixed keyboard handling of drop-down menus in File System Browser. (#1571578 Alan Ezust) - Fixed "Use textarea colors" for dockables created in non-metal L&F. (#1794400 Alan Ezust) - New option in Saving and Backup pane: Use File System Browser dir for Save-As (#1591441 Alan Ezust) - RegisterViewer: set initial focus to registerList, added key bindings for inserting content, clearing a register and leaving the registerList (#3437779 Martin Raspe) - RegisterViewer: close the floating window after inserting a clip, to make behaviour consistent with Paste Previous window (#3478916 Jarek Czekalski) - Show a preview of the window rather than a low-resolution icon when minimizing on Mac OS X (#3529980 Evan Wright) }}} {{{ Miscellaneous - New FileOpenerService, Offered by FastOpen 2.5, SmartOpen 1.1. Used by ErrorList 2.0 (#3481157 Alan Ezust) - Macros folder can now be localized with properties macros.folder.[foldername].label (Matthieu Casanova) - Pasting a VFSFile as String dataflavor will now paste the full path instead of the name of the file (Matthieu Casanova) - The EditingOptionPane has now an option to remember the user choice about large file treatment (Matthieu Casanova) - OS/2 tasks were removed from the Java installer as OS/2 does not have a working Java 6 implementation and probably never will have (Björn "Vampire" Kautler) - jEdit support for keymaps (Matthieu Casanova) - User Settings directory migrated to %APPDATA%/jEdit on Windows (#2510763 Alan Ezust) - Added support for "Find Previous" when searching in multiple files (Evan Wright) - Applied patch to Get_Class_Name macro from lxdyglt to find classname for inner classes. (#3301598 Dale Anson) - Fixed some edge cases in the Make_Get_and_Set_Methods macro, properly handle comments, multi-line variable declarations and multiple initializers. (Dale Anson) - Soft wrap now works at non-whitespace line breaks within some natural language texts; Japanese for example. (patch #2483695 Kazutoshi Satoda) - Introduced glyph caching to lower CPU usage on text rendering and line wrapping. (Kazutoshi Satoda) - Changed calculation of wrap margin to be based on an average character width instead of a width of a space which gave very narrow wrap margin for proportional fonts. (Kazutoshi Satoda) - Updated Move Lines Up and Down macros to move whole lines regardless of selection. (Dale Anson) }}} }}} jEdit buffer local properties: :maxLineLen=80:wrap=hard:autoIndent=simple:noTabs=true:indentSize=2:tabSize=2: :folding=explicit:collapseFolds=2: -- k_satoda |