<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en" xmlns="http://www.w3.org/2005/Atom"><title>Recent changes to plugin-bugs</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/" rel="alternate"/><link href="https://sourceforge.net/p/jedit/plugin-bugs/feed.atom" rel="self"/><id>https://sourceforge.net/p/jedit/plugin-bugs/</id><updated>2026-04-04T09:22:53.281000Z</updated><subtitle>Recent changes to plugin-bugs</subtitle><entry><title>#1938 Exception in ProjectViewer</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1938/?limit=25#a9af" rel="alternate"/><published>2026-04-04T09:22:53.281000Z</published><updated>2026-04-04T09:22:53.281000Z</updated><author><name>Ronald</name><uri>https://sourceforge.net/u/rovf/</uri></author><id>https://sourceforge.net69a1a69bf481f4672228da4d6615c289eb152b9e</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I think it is docked, because in the screenshot, you see that there is a tiny tab "Project Viewer" on the left of the edit area, and no other window is floating around. Also, as I wrote, I had clicked on "Open Project Viewer Dockable", so I guess it means that the viewer should be docked. How else can I check this?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1937 ProjectViewer: Button "Choose" has no effect.</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1937/?limit=25#d669" rel="alternate"/><published>2026-04-04T09:19:31.483000Z</published><updated>2026-04-04T09:19:31.483000Z</updated><author><name>Ronald</name><uri>https://sourceforge.net/u/rovf/</uri></author><id>https://sourceforge.net6190af53fe2147c60c7b693ce0ae70fe7890a237</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;You are right, my mistake. 25.02 is the Java version. jEdit is 5.7.0 . &lt;/p&gt;
&lt;p&gt;I found the Activity Log (in Utilities/Troubleshooting), but there is no "clear" button. How do I clear it?&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1938 Exception in ProjectViewer</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1938/?limit=250#d145" rel="alternate"/><published>2026-04-02T13:49:14.183000Z</published><updated>2026-04-02T13:49:14.183000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.netebda142a36324cb8c895be26ce7c349926d11820</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Is the ProjectViewer docked or floating?  Regardless,&lt;br/&gt;
I can't reproduce. How did you invoke the file browser? A menu action or a keyboard shortcut?&lt;/p&gt;
&lt;p&gt;There is a context menu item called "Show in VFS Browser" when you right-click tree nodes in the ProjectViewer that brings me to the right place. &lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1937 ProjectViewer: Button "Choose" has no effect.</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1937/?limit=250#cbcc" rel="alternate"/><published>2026-04-02T13:45:39.661000Z</published><updated>2026-04-02T13:45:39.661000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.net0f95ccfd5f4bffde3740f79244dccf1192b77726</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;There is no jEdit 25.02. Please clarify the version#.&lt;br/&gt;
Also, you might want to clear the activity log, reproduce the issue, and then attach the activity log.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1938 Exception in ProjectViewer</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1938/?limit=25#465b" rel="alternate"/><published>2026-04-02T13:14:47.309000Z</published><updated>2026-04-02T13:14:47.309000Z</updated><author><name>Ronald</name><uri>https://sourceforge.net/u/rovf/</uri></author><id>https://sourceforge.net1d1955e11bd54bb7d7f9d95897f8562ebf18f4e6</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Jedit window with the project open. We can see on the left that the root directory is shown.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>Exception in ProjectViewer</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1938/" rel="alternate"/><published>2026-04-02T13:13:30.244000Z</published><updated>2026-04-02T13:13:30.244000Z</updated><author><name>Ronald</name><uri>https://sourceforge.net/u/rovf/</uri></author><id>https://sourceforge.net7b56e4ad5adc27cbe681fb769686a6e611d2b413</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;This is related to #1397 (same setup, but different error):&lt;/p&gt;
&lt;p&gt;I have manually entered the project root for my Project, and have clicked on "Open Project Viewer Dockable". &lt;/p&gt;
&lt;p&gt;The title bar of jedit tells me the name of my project.&lt;/p&gt;
&lt;p&gt;Clicking on "File Browser" shows me however the root directory of the file system, not my project directory.&lt;/p&gt;
&lt;p&gt;The status bar of jedit shows me the following error message&lt;/p&gt;
&lt;p&gt;java.lang.NullPointerException: Cannot invoke "projectviewer.ProjectViewer.getTreePanel()" because the return value of "projectviewer.ProjectViewer.getViewer(org.gjt.sp.jedit.View)" is null&lt;br/&gt;
    at projectviewer.ProjectManager$VCSStateLoader.&amp;lt;init&amp;gt;(ProjectManager.java:761)&lt;br/&gt;
    at projectviewer.ProjectManager.updateVCSStatus(ProjectManager.java:461)&lt;br/&gt;
    at projectviewer.importer.Importer._run(Importer.java:564)&lt;br/&gt;
    at org.gjt.sp.util.Task.run(Task.java:65)&lt;br/&gt;
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)&lt;br/&gt;
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)&lt;br/&gt;
    at java.base/java.lang.Thread.run(Thread.java:1474)&amp;lt;/init&amp;gt;&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>ProjectViewer: Button "Choose" has no effect.</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1937/" rel="alternate"/><published>2026-04-02T12:47:09.169000Z</published><updated>2026-04-02T12:47:09.169000Z</updated><author><name>Ronald</name><uri>https://sourceforge.net/u/rovf/</uri></author><id>https://sourceforge.netb52ada5ca0be85d6737e7fda24099b8600392f2f</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;ProjectViewer: Button "Choose" has no effect.&lt;/p&gt;
&lt;p&gt;Jedit 25.02 on MacOS tahoe using Java 17. ProjectViewer 3.6&lt;/p&gt;
&lt;p&gt;I do:&lt;/p&gt;
&lt;p&gt;Plugins / ProjectViewer / Project / NewProjectHere&lt;/p&gt;
&lt;p&gt;There is an entry field "Root Directory", and next to it a button labelled "Choose".&lt;/p&gt;
&lt;p&gt;Since there is no more explanation,  I assume that "Choose" is supposed to open a file browser, from where we can choose the project root. However, clicking on "Choose" does not seem to have any effect.&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1927 SuperAbbrevs 2.0-pre8: fails in 5.7.0</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1927/?limit=25#132a" rel="alternate"/><published>2026-02-26T09:05:38.490000Z</published><updated>2026-02-26T09:05:38.490000Z</updated><author><name>powery</name><uri>https://sourceforge.net/u/poweryl/</uri></author><id>https://sourceforge.net3e6f3c09ee169556ccb274a29a4346109c414f00</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;Same issue&lt;/p&gt;&lt;/div&gt;</summary></entry><entry><title>#1935 FTP Dialog won't open</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1935/?limit=25#3271" rel="alternate"/><published>2025-04-30T13:44:14.198000Z</published><updated>2025-04-30T13:44:14.198000Z</updated><author><name>Eric Le Lay</name><uri>https://sourceforge.net/u/kerik-sf/</uri></author><id>https://sourceforge.net12b1113d3bb7f2bc8c5816f242634ca9b164d4e2</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; pending&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</summary></entry><entry><title>#1935 FTP Dialog won't open</title><link href="https://sourceforge.net/p/jedit/plugin-bugs/1935/?limit=250#b976" rel="alternate"/><published>2025-03-24T00:22:00.570000Z</published><updated>2025-03-24T00:22:00.570000Z</updated><author><name>Alan Ezust</name><uri>https://sourceforge.net/u/ezust/</uri></author><id>https://sourceforge.net7a6dbd2375e3ec9ac1697811bf4719ae1bf01979</id><summary type="html">&lt;div class="markdown_content"&gt;&lt;p&gt;I don't have the setup to release plugins right now but I built it and I can share it on google drive until someone does the official release.&lt;br/&gt;
&lt;a href="https://drive.google.com/drive/folders/1bvedx-mqVU4JGdhXYrjtxka6LFeA6-YW?usp=sharing" rel="nofollow"&gt;https://drive.google.com/drive/folders/1bvedx-mqVU4JGdhXYrjtxka6LFeA6-YW?usp=sharing&lt;/a&gt;&lt;/p&gt;&lt;/div&gt;</summary></entry></feed>