<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to patches</title><link>https://sourceforge.net/p/jedit/patches/</link><description>Recent changes to patches</description><atom:link href="https://sourceforge.net/p/jedit/patches/feed.rss" rel="self"/><language>en</language><lastBuildDate>Tue, 20 May 2025 09:46:05 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/jedit/patches/feed.rss" rel="self" type="application/rss+xml"/><item><title>Standardize notable color properties wrt. getColorHexString</title><link>https://sourceforge.net/p/jedit/patches/645/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This is an attempt to reduce redundant entries in user properties (file "properties" in the settings directory).&lt;/p&gt;
&lt;p&gt;The problem is that color defaults use RGB without ALPHA, but SyntaxUtilities.getColorHexString() will add a prefix "#ff" for that. Thus most color properties end up in the user properties file, even without an actual change of the value.&lt;/p&gt;
&lt;p&gt;The patch adjusts the default jEdit colors to coincide with the ARGB format of SyntaxUtilities.getColorHexString(). Note that this does not cover plugin properties: that would require more profound changes, for example to have getColorHexString() omit a redundant "#ff" prefix.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Makarius</dc:creator><pubDate>Tue, 20 May 2025 09:46:05 -0000</pubDate><guid>https://sourceforge.nete2d861baf4f497ddcd8aa3bb660b7e97eea55644</guid></item><item><title>Some updates for Emacs Macros</title><link>https://sourceforge.net/p/jedit/patches/644/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Some updates for Emacs Macros, based on patch #642 "bundled Emacs Macros are broken".&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Makarius</dc:creator><pubDate>Tue, 25 Mar 2025 11:28:22 -0000</pubDate><guid>https://sourceforge.net4f23ec9f0336ba505853c22ae3e57c6189c86eb5</guid></item><item><title>#634 Build failing due to JavaDoc linting under recent OpenJDK 19+ (except Ubuntu)</title><link>https://sourceforge.net/p/jedit/patches/634/?limit=250#aa0a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I tried building with openjdk 22 and I get this:&lt;br/&gt;
compile:&lt;br/&gt;
&lt;span&gt;[depend]&lt;/span&gt; Deleted 1 out of date files in 1 seconds&lt;br/&gt;
&lt;span&gt;[javac]&lt;/span&gt; Compiling 585 source files to /home/ezust/workspace/jedit/trunk/build/classes/core&lt;br/&gt;
&lt;span&gt;[javac]&lt;/span&gt; error: release version 11 not supported&lt;br/&gt;
&lt;span&gt;[javac]&lt;/span&gt; Usage: javac &amp;lt;options&amp;gt; &lt;source/&gt;&lt;br/&gt;
&lt;span&gt;[javac]&lt;/span&gt; use --help for a list of possible options&amp;lt;/options&amp;gt;&lt;/p&gt;
&lt;p&gt;BUILD FAILED&lt;br/&gt;
/home/ezust/workspace/jedit/trunk/build.xml:247: Compile failed; see the compiler error output for details.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Alan Ezust</dc:creator><pubDate>Wed, 26 Feb 2025 03:33:21 -0000</pubDate><guid>https://sourceforge.net2044c0ebb2c738823357d5697a3ab86b5936bfba</guid></item><item><title>Patch for #4133 deleting an expanded directory in VFSBrowser results in IO error dialog</title><link>https://sourceforge.net/p/jedit/patches/643/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This patch avoids the error message and causes the deleted directory to disappear from the browser.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim LeFevre</dc:creator><pubDate>Sun, 12 Jan 2025 16:19:17 -0000</pubDate><guid>https://sourceforge.net5a3b8f2c4fed4dfe65ca8375db6379494c895e61</guid></item><item><title>#642 Patch for #4140 jEdit 5.7: bundled Emacs Macros are broken</title><link>https://sourceforge.net/p/jedit/patches/642/?limit=25#5c11</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;emacs2.patch is a corrected version that makes an additional needed change to Emacs_Next_Line.bsh.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim LeFevre</dc:creator><pubDate>Thu, 19 Dec 2024 12:42:45 -0000</pubDate><guid>https://sourceforge.net2bcd481f0851cc8bc48eed4ade0b15da4c5bef56</guid></item><item><title>Patch for #4140 jEdit 5.7: bundled Emacs Macros are broken</title><link>https://sourceforge.net/p/jedit/patches/642/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This fixes the Emacs keyboard shortcut problems that I noticed on my (Linux) system.  In most cases the macros just needed to be updated to work with the current API.  The align decls macro appeared to be unfinished.  It should now work for simple two-token declarations.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jim LeFevre</dc:creator><pubDate>Sun, 15 Dec 2024 15:46:12 -0000</pubDate><guid>https://sourceforge.net6cceac5c1b6ccd789074f4d8a7baec77ce3abbd1</guid></item><item><title>#640 Bugfix for Macro Misc/HyperSearch_Results_to_Buffer</title><link>https://sourceforge.net/p/jedit/patches/640/?limit=25#9cb8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;No, but Björns comments on bug &lt;a href="https://sourceforge.net/p/jedit/bugs/4118/"&gt;https://sourceforge.net/p/jedit/bugs/4118/&lt;/a&gt; should help. This bug has been the reason for the change.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robert Schwenn</dc:creator><pubDate>Wed, 23 Oct 2024 18:09:37 -0000</pubDate><guid>https://sourceforge.net7df1b1a1058f9d4a20aeb7dd9617d7975787a899</guid></item><item><title>#640 Bugfix for Macro Misc/HyperSearch_Results_to_Buffer</title><link>https://sourceforge.net/p/jedit/patches/640/?limit=25#9da8</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I see the fix in my version of java and jEdit but do you know why setAccessibilty(true) was necessary?&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Wed, 23 Oct 2024 17:32:31 -0000</pubDate><guid>https://sourceforge.netb995a41b6a0b700fd2ffb719563bba96f08ecccc</guid></item><item><title>#641 Bugfix for Macro Misc/Run_Script</title><link>https://sourceforge.net/p/jedit/patches/641/?limit=25#d758</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-accepted&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Eric Le Lay&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Wed, 23 Oct 2024 17:28:02 -0000</pubDate><guid>https://sourceforge.netc0b9505b540bbbecd6b705450e4a7913c3963946</guid></item><item><title>#636 Bugfix for Macro Misc/Display_Abbreviations</title><link>https://sourceforge.net/p/jedit/patches/636/?limit=25#1aab</link><description>&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;status&lt;/strong&gt;: open --&amp;gt; closed-accepted&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Eric Le Lay&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Group&lt;/strong&gt;:  --&amp;gt; &lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Eric Le Lay</dc:creator><pubDate>Wed, 23 Oct 2024 17:20:36 -0000</pubDate><guid>https://sourceforge.neteb4df55a7b9f4c816c71edd6f16d3fe64a806430</guid></item></channel></rss>