<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to 1924: XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/" rel="alternate"/><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedit/plugin-bugs/1924/</id><updated>2023-09-02T19:16:02.646000Z</updated><subtitle>Recent changes to 1924: XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</subtitle><entry><title>#1924 XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/?limit=250#b629" rel="alternate"/><published>2023-09-02T19:16:02.646000Z</published><updated>2023-09-02T19:16:02.646000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.nete2de37cd0332af7d4f6f1cef116a3c7e54c219c8</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;TemplatesPlugin.getTemplateDir() gives me undefined variable or classname.&lt;br/&gt;
templates.TemplatesPlugin.getTemplateDir() gives me the right thing at the moment: &lt;br/&gt;
/home/ezust/.jedit/templates/&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1924 XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/?limit=25#1680" rel="alternate"/><published>2023-09-02T13:44:45.354000Z</published><updated>2023-09-02T13:44:45.354000Z</updated><author><name>Eric Le Lay</name><uri>https://sourceforge.net/u/kerik-sf/</uri></author><id>https://sourceforge.netd71f472bccbbb319f2b875c429fa083b291418aa</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;These are the templates, not schema info.&lt;br/&gt;
This happens if for whatever reason &lt;code&gt;TemplatesPlugin.getTemplateDir()&lt;/code&gt; returns null or empty string.&lt;br/&gt;
Please can you check in beanshell? I've modified the code already&lt;span&gt;[1]&lt;/span&gt; to not install templates when the Templates directory looks bad.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;[1]&lt;/span&gt; &lt;a href="https://gitlab.com/jedit/plugins/xml/-/merge_requests/2" rel="nofollow"&gt;https://gitlab.com/jedit/plugins/xml/-/merge_requests/2&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1924 XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/?limit=25#286c" rel="alternate"/><published>2023-09-02T13:28:44.584000Z</published><updated>2023-09-02T13:28:44.584000Z</updated><author><name>Eric Le Lay</name><uri>https://sourceforge.net/u/kerik-sf/</uri></author><id>https://sourceforge.net1bb63979a1a8a431db74155b1d4036e7b4ea666d</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;assigned_to&lt;/strong&gt;: Eric Le Lay&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#1924 XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/?limit=250#b099" rel="alternate"/><published>2023-08-08T15:50:07.860000Z</published><updated>2023-08-08T15:50:07.860000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.net51560399c6783981db968a4b1e6f018a658aded7</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;summary&lt;/strong&gt;: XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's startup folder --&amp;gt; XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory&lt;/li&gt;
&lt;li&gt;Description has changed:&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Diff:&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;&lt;span&gt;&lt;/span&gt;&lt;code&gt;&lt;span class="gd"&gt;--- old&lt;/span&gt;
&lt;span class="gi"&gt;+++ new&lt;/span&gt;
&lt;span class="gu"&gt;@@ -1,4 +1,3 @@&lt;/span&gt;
&lt;span class="gd"&gt;-&lt;/span&gt;
&lt;span class="w"&gt; &lt;/span&gt;I use XMLPlugin to edit docbook files, such as jEdit&amp;amp;#39;s documentation. Editing a file means that schema info is cached in an XMLPlugin directory in whichever directory I started jedit from. So I got lots of directories that look like this:

&lt;span class="w"&gt; &lt;/span&gt;/home/ezust/XMLPlugin/docbook-article-4.4.vm
&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;

&lt;ul&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>XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's startup folder</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/" rel="alternate"/><published>2023-08-08T15:47:47.709000Z</published><updated>2023-08-08T15:47:47.709000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.net3f19f49ee4670c2663fbbda06aebc57217a30535</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I use XMLPlugin to edit docbook files, such as jEdit's documentation. Editing a file means that schema info is cached in an XMLPlugin directory in whichever directory I started jedit from. So I got lots of directories that look like this:&lt;/p&gt;
&lt;p&gt;/home/ezust/XMLPlugin/docbook-article-4.4.vm&lt;br/&gt;
/home/ezust/XMLPlugin/html-frameset.vm&lt;br/&gt;
/home/ezust/XMLPlugin/html-strict.vm&lt;br/&gt;
/home/ezust/XMLPlugin/html-transitional.vm&lt;br/&gt;
/home/ezust/XMLPlugin/schema-relax-ng.vm&lt;br/&gt;
/home/ezust/XMLPlugin/schema-xsd.vm&lt;br/&gt;
/home/ezust/XMLPlugin/xhtml-frameset.vm&lt;br/&gt;
/home/ezust/XMLPlugin/xhtml-strict.vm&lt;br/&gt;
/home/ezust/XMLPlugin/xhtml-transitional.vm&lt;br/&gt;
/home/ezust/XMLPlugin/xslt-1.0.vm&lt;br/&gt;
/home/ezust/XMLPlugin/xslt-2.0.vm&lt;/p&gt;
&lt;p&gt;jEdit 5.6.0&lt;br/&gt;
XMLPlugin 3.0.8&lt;br/&gt;
OpenJdk19, Ubuntu Linux 23.04&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/" rel="alternate"/><published>2023-08-08T15:47:47.709000Z</published><updated>2023-08-08T15:47:47.709000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.net9a0f136083cd911646b2db831149c65284278033</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 1924 has been modified: XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory&lt;br/&gt;
Edited By: Alan Ezust (ezust)&lt;br/&gt;
Summary updated: 'XMLPlugin leaves behind an "XMLPlugin" directory in jEdit\'s startup folder' =&amp;gt; 'XMLPlugin leaves behind an "XMLPlugin" directory in jEdit\'s working directory'&lt;br/&gt;
Description updated:&lt;br/&gt;
--- description-old&lt;/p&gt;
&lt;p&gt;+++ description-new&lt;/p&gt;
&lt;p&gt;@@ -1,4 +1,3 @@&lt;/p&gt;
&lt;p&gt;-&lt;br/&gt;
 I use XMLPlugin to edit docbook files, such as jEdit's documentation. Editing a file means that schema info is cached in an XMLPlugin directory in whichever directory I started jedit from. So I got lots of directories that look like this:&lt;/p&gt;
&lt;p&gt;/home/ezust/XMLPlugin/docbook-article-4.4.vm&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1924/" rel="alternate"/><published>2023-08-08T15:47:47.709000Z</published><updated>2023-08-08T15:47:47.709000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.netdcdf5436e779d69d1edc027aa4c8afea0232add4</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Ticket 1924 has been modified: XMLPlugin leaves behind an "XMLPlugin" directory in jEdit's working directory&lt;br/&gt;
Edited By: Eric Le Lay (kerik-sf)&lt;br/&gt;
Owner updated: None =&amp;gt; 'kerik-sf'&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>