Ignore:
Timestamp:
2015-02-09T08:43:18+01:00 (9 years ago)
Author:
bastiK
Message:

see #11090 - basic support for plugin loading at runtime.

This is still in testing stage. It will be announced on
the mailing list when plugin authors can start to adapt
their code.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/gui/MainApplication.java

    r8015 r8017  
    423423
    424424        monitor.indeterminateSubTask(tr("Loading early plugins"));
    425         PluginHandler.loadEarlyPlugins(splash,pluginsToLoad, monitor.createSubTaskMonitor(1, false));
     425        PluginHandler.loadEarlyPlugins(splash, pluginsToLoad, monitor.createSubTaskMonitor(1, false));
    426426
    427427        monitor.indeterminateSubTask(tr("Setting defaults"));
     
    432432
    433433        monitor.indeterminateSubTask(tr("Loading plugins"));
    434         PluginHandler.loadLatePlugins(splash,pluginsToLoad,  monitor.createSubTaskMonitor(1, false));
     434        PluginHandler.loadLatePlugins(splash, pluginsToLoad,  monitor.createSubTaskMonitor(1, false));
    435435        toolbar.refreshToolbarControl();
    436436
Note: See TracChangeset for help on using the changeset viewer.