<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to patches</title><link href="https://sourceforge.net/p/jedit/patches/" rel="alternate"/><link href="https://sourceforge.net/p/jedit/patches/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedit/patches/</id><updated>2025-05-20T09:46:05.473000Z</updated><subtitle>Recent changes to patches</subtitle><entry><title>Standardize notable color properties wrt. getColorHexString</title><link href="https://sourceforge.net/p/jedit/patches/645/" rel="alternate"/><published>2025-05-20T09:46:05.473000Z</published><updated>2025-05-20T09:46:05.473000Z</updated><author><name>Makarius</name><uri>https://sourceforge.net/u/makarius/</uri></author><id>https://sourceforge.nete2d861baf4f497ddcd8aa3bb660b7e97eea55644</id><summary type="html">&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;</summary></entry><entry><title>Some updates for Emacs Macros</title><link href="https://sourceforge.net/p/jedit/patches/644/" rel="alternate"/><published>2025-03-25T11:28:22.818000Z</published><updated>2025-03-25T11:28:22.818000Z</updated><author><name>Makarius</name><uri>https://sourceforge.net/u/makarius/</uri></author><id>https://sourceforge.net4f23ec9f0336ba505853c22ae3e57c6189c86eb5</id><summary type="html">&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;</summary></entry><entry><title>#634 Build failing due to JavaDoc linting under recent OpenJDK 19+ (except Ubuntu)</title><link href="https://sourceforge.net/p/jedit/patches/634/?limit=250#aa0a" rel="alternate"/><published>2025-02-26T03:33:21.842000Z</published><updated>2025-02-26T03:33:21.842000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.net2044c0ebb2c738823357d5697a3ab86b5936bfba</id><summary type="html">&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;</summary></entry><entry><title>Patch for #4133 deleting an expanded directory in VFSBrowser results in IO error dialog</title><link href="https://sourceforge.net/p/jedit/patches/643/" rel="alternate"/><published>2025-01-12T16:19:17.998000Z</published><updated>2025-01-12T16:19:17.998000Z</updated><author><name>Jim LeFevre</name><uri>https://sourceforge.net/u/jiml9/</uri></author><id>https://sourceforge.net5a3b8f2c4fed4dfe65ca8375db6379494c895e61</id><summary type="html">&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;</summary></entry><entry><title>#642 Patch for #4140 jEdit 5.7: bundled Emacs Macros are broken</title><link href="https://sourceforge.net/p/jedit/patches/642/?limit=25#5c11" rel="alternate"/><published>2024-12-19T12:42:45.465000Z</published><updated>2024-12-19T12:42:45.465000Z</updated><author><name>Jim LeFevre</name><uri>https://sourceforge.net/u/jiml9/</uri></author><id>https://sourceforge.net2bcd481f0851cc8bc48eed4ade0b15da4c5bef56</id><summary type="html">&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;</summary></entry><entry><title>Patch for #4140 jEdit 5.7: bundled Emacs Macros are broken</title><link href="https://sourceforge.net/p/jedit/patches/642/" rel="alternate"/><published>2024-12-15T15:46:12.330000Z</published><updated>2024-12-15T15:46:12.330000Z</updated><author><name>Jim LeFevre</name><uri>https://sourceforge.net/u/jiml9/</uri></author><id>https://sourceforge.net6cceac5c1b6ccd789074f4d8a7baec77ce3abbd1</id><summary type="html">&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;</summary></entry><entry><title>#640 Bugfix for Macro Misc/HyperSearch_Results_to_Buffer</title><link href="https://sourceforge.net/p/jedit/patches/640/?limit=25#9cb8" rel="alternate"/><published>2024-10-23T18:09:37.001000Z</published><updated>2024-10-23T18:09:37.001000Z</updated><author><name>Robert Schwenn</name><uri>https://sourceforge.net/u/rschwenn/</uri></author><id>https://sourceforge.net7df1b1a1058f9d4a20aeb7dd9617d7975787a899</id><summary type="html">&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;</summary></entry><entry><title>#640 Bugfix for Macro Misc/HyperSearch_Results_to_Buffer</title><link href="https://sourceforge.net/p/jedit/patches/640/?limit=25#9da8" rel="alternate"/><published>2024-10-23T17:32:31.748000Z</published><updated>2024-10-23T17:32:31.748000Z</updated><author><name>Eric Le Lay</name><uri>https://sourceforge.net/u/kerik-sf/</uri></author><id>https://sourceforge.netb995a41b6a0b700fd2ffb719563bba96f08ecccc</id><summary type="html">&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;</summary></entry><entry><title>#641 Bugfix for Macro Misc/Run_Script</title><link href="https://sourceforge.net/p/jedit/patches/641/?limit=25#d758" rel="alternate"/><published>2024-10-23T17:28:02.554000Z</published><updated>2024-10-23T17:28:02.554000Z</updated><author><name>Eric Le Lay</name><uri>https://sourceforge.net/u/kerik-sf/</uri></author><id>https://sourceforge.netc0b9505b540bbbecd6b705450e4a7913c3963946</id><summary type="html">&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;</summary></entry><entry><title>#636 Bugfix for Macro Misc/Display_Abbreviations</title><link href="https://sourceforge.net/p/jedit/patches/636/?limit=25#1aab" rel="alternate"/><published>2024-10-23T17:20:36.033000Z</published><updated>2024-10-23T17:20:36.033000Z</updated><author><name>Eric Le Lay</name><uri>https://sourceforge.net/u/kerik-sf/</uri></author><id>https://sourceforge.neteb4df55a7b9f4c816c71edd6f16d3fe64a806430</id><summary type="html">&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;</summary></entry></feed>