|
|
@ -2,7 +2,6 @@ package com.fr.start.module; |
|
|
|
|
|
|
|
|
|
|
|
import com.fr.concurrent.NamedThreadFactory; |
|
|
|
import com.fr.concurrent.NamedThreadFactory; |
|
|
|
import com.fr.design.PluginClassRefreshManager; |
|
|
|
import com.fr.design.PluginClassRefreshManager; |
|
|
|
import com.fr.design.env.WorkspaceChangeLoadingDialog; |
|
|
|
|
|
|
|
import com.fr.design.file.HistoryTemplateListCache; |
|
|
|
import com.fr.design.file.HistoryTemplateListCache; |
|
|
|
import com.fr.event.Event; |
|
|
|
import com.fr.event.Event; |
|
|
|
import com.fr.event.Listener; |
|
|
|
import com.fr.event.Listener; |
|
|
@ -62,9 +61,8 @@ public class DesignerWorkspaceActivator extends Activator { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public void on(Event event, Workspace workspace) { |
|
|
|
public void on(Event event, Workspace workspace) { |
|
|
|
|
|
|
|
HistoryTemplateListCache.getInstance().load(); |
|
|
|
PluginClassRefreshManager.getInstance().addPluginListener(); |
|
|
|
PluginClassRefreshManager.getInstance().addPluginListener(); |
|
|
|
WorkspaceChangeLoadingDialog.hideDialog(); |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
} |
|
|
|