Menu

#3825 pluginmanager: transitive deps not installed when filtering

closed-fixed
None
5
2013-11-08
2013-09-07
Eric Le Lay
No

steps to reproduce (fresh install of jEdit 5.1 or trunk):

- Plugin Manager, Install pane
- type XSLT in the filter text field at the top
- select XSLT
- click Install

expected result: XSLT and dependencies installed and activated
what happens: only direct dependencies (XML, ErrorList) are installed, transitive dependencies.

Looking at the code in org.gjt.sp.jedit.pluginmgr.InstallPanel.PluginTableModel.setValueAt(Object, int, int),
only dependencies not filtered out would get their dependencies correctly registered for install.

Patch coming...

Discussion

  • Eric Le Lay

    Eric Le Lay - 2013-09-08
    • assigned_to: nobody --> kerik-sf
     
  • Eric Le Lay

    Eric Le Lay - 2013-11-08
    • status: open --> closed-fixed
     
  • Eric Le Lay

    Eric Le Lay - 2013-11-08

    fixed in r23324

     

Log in to post a comment.