From: <vam...@us...> - 2023-10-01 22:43:13
|
Revision: 25688 http://sourceforge.net/p/jedit/svn/25688 Author: vampire0 Date: 2023-10-01 22:43:12 +0000 (Sun, 01 Oct 2023) Log Message: ----------- Fix whitespace in CHANGES.txt Modified Paths: -------------- jEdit/trunk/doc/CHANGES.txt Modified: jEdit/trunk/doc/CHANGES.txt =================================================================== --- jEdit/trunk/doc/CHANGES.txt 2023-09-20 20:38:49 UTC (rev 25687) +++ jEdit/trunk/doc/CHANGES.txt 2023-10-01 22:43:12 UTC (rev 25688) @@ -12,9 +12,11 @@ - 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) +- 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) +- Allow user to choose filename when printing to pdf + (partial fix for #4115 - Dale Anson) - Bug #4128 key handling in the Errors dialog uses current keymap. @@ -21,7 +23,8 @@ }}} {{{ Miscellaneous -- Status bar design updated with the ability to add widgets to the left and the right of the bar (Matthieu Casanova) +- 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) @@ -28,15 +31,20 @@ }}} {{{ API Changes -- Added new methods in SegmentBuffer for append and insert text (Matthieu Casanova) +- 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 service org.jedit.util.CleanerService replacing use of finalize() + (Matthieu Casanova) -- New methods JEditBuffer.getWordWrap() and JeditBuffer.setWordWrap() (Matthieu Casanova) +- New methods JEditBuffer.getWordWrap() and JeditBuffer.setWordWrap() + (Matthieu Casanova) -- New method DialogChooser.openChooserWindow() showing a chooser dialog (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 DialogChooser.openListChooserWindow() showing a chooser dialog list + (Matthieu Casanova) - New method Buffer.setLineSeparator() (Matthieu Casanova) @@ -87,8 +95,8 @@ - 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) +- 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) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |