Is the ProjectViewer docked or floating? Regardless, I can't reproduce. How did you invoke the file browser? A menu action or a keyboard shortcut? 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.
There is no jEdit 25.02. Please clarify the version#. Also, you might want to clear the activity log, reproduce the issue, and then attach the activity log.
CtagsSideKick has an interesting history. Before, there was CodeBrowser plugin and I asked the author to please turn it into a proper SideKick plugin. So he did, and we called it CTagsSideKick, and you can't download CodeBrowser anymore because it is no longer maintained. I like CtagsSideKick much better because we don't need another dockable to use it. My SideKick dockable has 16 parsers. I use it for showing me a structure browser in any language.
CtagsSideKick has an interesting history. Before, there was CodeBrowser plugin and I asked the author to please turn it into a proper SideKick plugin. So he did, and we called it CTagsSideKick, and you can't download CodeBrowser anymore because it is no longer maintained. I like CtagsSideKick much better because we don't need another dockable to use it.
Why would someone use this instead of CtagsSideKick?
Also, please clear the activity log, reproduce, and then attach the activity log to this ticket.
We need more info to reproduce. Is a username/password required for this proxy? Did you supply one or both or neither?
Under jEdit global options - Proxy Settings, are you using a proxy server? The error message tells you to supply a password there. If you are not using a proxy server, be sure to uncheck that option.
To sort the buffer sets (which are used by BufferTabs) global options - view - sort buffer switcher.
Are you talking about the BufferTabs plugin? jEdit has no tabs.
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. https://drive.google.com/drive/folders/1bvedx-mqVU4JGdhXYrjtxka6LFeA6-YW?usp=sharing
changelog
Fix empty encoding options pane.
add some more keywords to qdoc.xml
Adding *.qdocinc as another filename glob for qdoc.
Apply patch #635
Get rid of Floatable Toolbars option - it never worked properly anyway.
Update comments.
New edit mode: qdoc.
Updating year to 2020 in docs.
package.html is not exposed by javadoc anyway, so rename it to README.html
added readme.
Remove java 1.8 requirement by ant build. it seems to build fine with java 11.
Docs, changelog.
Patch #617 - Fixed Untitled Issue with -background command line option
jEdit 5.6
whatsnew for 5.6
https
Separated autosave options from backup options in savebackupoptionpane
Fixed german localization.
remove unnecessary paragraph. also update URL for docbook.xsd to use https (since it is now being redirected).
FR#506: Option for global autosave directory for existing files (not backup)
Removed $JEDIT_SETTINGS from jedit.props and also handled some NPEs on startup if jedit -nosettings is invoked.
small improvements to my keymap.
small changes.
Whatsnew.
Patch #607 continued...
... s/Parent Directory/Directory/ of current buffer
Changes.
Fix bug# 4059 - patch by Hrotko Gabor.
Patch #614: Fix "Proliferation of untitled buffers" (Hrotkó Gábor)
InstallPane: Only show different versions with the v1->v2 notation in table.
C and C++ mode updates (Roman Tsourick - Patch #607)
changelog.
nsis2 mode updates (Uwe - Patch #606)
Draw2d mode updates (A.Vontobel - Patch #605)
doc fixes.
Allow specification of fallback font sizes (Patch #569, Rafal Kolanski)
FSB: Sorting icon not following header when moving
FSB: Disable first column dragging (Patch # 603, Roman Tsourick)
changelog, whitespace
RegisterViewer editable contentPane fixed (Patch #598, Jesse Pavel)
No need to show tooltip of label over the label itself
Show tooltips in ShortcutOptionPane table (FR# 538, Roman Tsourick)
docs.
Document large files option pane for completeness.
Make related options adjacent.
More doc updates.
Updating documentation re: recent changes to default behavior of autosave/backup features.
Add tooltip, fix separator text
Give more info to user about large files (how large?) in LargeFilesOptionPane
Better label/tooltip.
improving labels, adding tooltips, fixing whitespace.
More from Patch 596. Final touches and cleanup.
Make $JEDIT_SETTINGS variable work from abbreviate() and also expandVariables().
Remove old java5? stylesheet, which was for swing helpviewer compatibility.
Patch #596 Continued...
Get rid of old tooltip which is no longer accurate.
Move dirty untitled buffers only if autosave untitled is true.
Don't move untitled buffers between views unless they are dirty.
Group autosave and backup options together, add tooltips to the options.
Reverting a bad previous change - view.confirmClose() must be called in the place it was...
Final fixes for FR#175.
Changelog.
Fixing previous commit - now suppress works properly with close view and close all.
Changed the behavior of the suppressNotSavedConfirmUntitled option so that
Check VFS for path after the if statement...
Patch 596 continued - autosave untitled buffers.
jEdit patch #596 - additional bugfix submitted by author.
Rolling back some previous changes which were unnecessary
A recent commit broke, and this commit fixes restoring of dirty untitled buffers.
Refactoring autosave and backup miscutilities methods.
Update MiscUtilities.prepareAutosaveDirectory() and refactor Buffer to use that.
Resolve symbolic link paths before choosing the autosave directory.
Use backup directory for autosaves.
Use same property for backup directory as autosave directory.
FR#506: Option to change global autosave directory (not backup)
changelog.
Documented autosave untitled. Removed the "never mark untitled buffers dirty" option
Autosave Untitled Buffers fixed (Patch #596 - Hrotkó Gábor)
Patch #595 - New Assembly-arm32 edit mode (M. Cesar R. Lacruz)
command line behavior for +line fixed (Patch #590 - Wim West)
Changelog.
#592 Patch for groovy mode (egor abramovich)
Version bump. 5.5pre1.
Changelog.
#593 Various small patches to modes (AdamS)
changelog
Batch mode updates (Patch #594 - Jean-Francois LARVOIRE)
Aded a clean-jenkins build target so clean-all remains the same.