What's new in Project Viewer for jEdit 3.5.3

Oct 29, 2013
  • Fix #3612151 ProjectViewer alters sftp path separators on windows
  • Fix #3615098 Changing project closes project files

New in Project Viewer for jEdit 3.5.2 (Oct 3, 2013)

  • Added "Show in VFS Browser" context menu action
  • Show importer tasks in Task Monitor
  • Don't show "open with encoding" for directories

New in Project Viewer for jEdit 3.5.1 (Mar 25, 2013)

  • Requires jEdit 5.0.0, CommonControls 1.5, ErrorList 2.1, InfoViewer 1.6 and
  • Java 1.6.
  • Fixed 3603729: Compact Tree broken
  • Fixed 3604239: Add files broken

New in Project Viewer for jEdit 3.5.0 (Mar 25, 2013)

  • Requires jEdit 5.0.0, CommonControls 1.5, ErrorList 2.1, InfoViewer 1.6 and
  • Java 1.6.
  • Performance improvements in tree painting.
  • Fixed bug where files with spaces were not opened properly on a non-windows platform.
  • Fixed focus when opening a group.
  • Persist vcs state with project. This improves PV start up time.
  • Use/store import settings per project.
  • Allow file and directory includes/exclues per project in addition to filter.
  • German localization.
  • Fixed a number of possible null pointer exceptions.
  • Added background update of vcs status.
  • Fix for tracker 3600852, don't allow sibling group with same name.
  • Performance improvements for vcs status. This is significantly faster now.
  • Added command to update the vcs status.
  • Update messaging for inter-plugin messages.

New in Project Viewer for jEdit 3.4.4 (Mar 25, 2013)

  • Requires jEdit 4.4.1, CommonControls 1.3, ErrorList 1.9, InfoViewer 1.6 and Java 1.6
  • User interface:
  • Disabled separate filter options from Auto Reimport pane. Filter from
  • Re-import is used instead. (#350453)
  • Bugs fixed:
  • ProjectViewer ignores view titles. (#3325344)
  • Context menu unavailable for multiple nodes, since 3.4.2. (#3519516)
  • Api changes:
  • If "Remember open project files" is set and there was a project active
  • in last jedit session, project viewer is activated on startup to
  • open the files even if the dockable is not active. (#3475119)
  • getViewer(view, FORCE) method allows for instantiating ProjectViewer even if the dockable is not active.

New in Project Viewer for jEdit 3.4.2 (Mar 25, 2013)

  • Requires jEdit 4.4.1, CommonControls 1.3, ErrorList 1.9, InfoViewer 1.6
  • and Java 1.6
  • User interface:
  • Hid import filters from other version controls (#3493305)
  • Added actions to the context menu: open project, close project,
  • open/close all project files, new file (FR #3468871).
  • This one and the following for 3.4.2:
  • Bugs fixed:
  • Search in parent directory hanged jedit, bug #3490604.
  • An error message on double-clicking a directory, bug #3490543.
  • Api changes:
  • New methods in PVActions: editCurrentProject, editProject, createProject. One of them satisfies FR #3470084.
  • New methods: projectviewer.importer.ImportUtils.setFilterId and getFilterId.
  • Documentations:
  • Changed most bridgeheads to sections, to make navigation and looking for content easier.

New in Project Viewer for jEdit 3.4.0 (Mar 25, 2013)

  • Requires jEdit 4.4.1, CommonControls 1.3, ErrorList 1.9, InfoViewer 1.6
  • and Java 1.6
  • New option to use variable-prefixed paths when storing project
  • data, #1607622
  • Removed SVN entries filter, broken by SVN 1.7.
  • Use SVNPlugin 1.6.1 new SVN entries filter instead.
  • New action: Add current buffer, fr #3388307, #3434040
  • Always closing current project when selecting a group
  • Bugs fixed:
  • Handling of case-insensitive filenames, #2654971, #3435575
  • Improvements in "Add files" dialog (reenabling adding files through FTP plugin)
  • Improved handling of session problems, for example on cancelling
  • password dialog in FTP plugin. This should fix #1929701 and #2987043
  • Making plugin scope aware, #3371562
  • Import dialog titles, #3459273
  • Problems with gui initialization on first invocation, #3441551
  • Api changes:
  • New EditBus message: PROJECT_UNLOADING
  • New helper method ProjectViewer.showMessage

New in Project Viewer for jEdit 3.2.0 (Mar 25, 2013)

  • Requires jEdit 4.4.1, CommonControls 1.3, and Java 1.6
  • Works better with plain views and as floating dockable.
  • New option to use desktop file associations for launching external applications.
  • Force buffer reload when setting different encoding.
  • Don't show "set encoding" if buffer is dirty
  • Added filename textfield to import dialog
  • BugFixes to file tracking
  • Fix project load order