renamed to ImageOrColorPreviewProjectStartupActivity

This commit is contained in:
Vladimir Krivosheev
2013-06-28 09:43:41 +02:00
parent 2dbb1bca33
commit 229f0fb6ea
2 changed files with 2 additions and 2 deletions
@@ -28,7 +28,7 @@ import com.intellij.psi.PsiFile;
import com.intellij.psi.PsiManager;
import org.jetbrains.annotations.NotNull;
public class ImageOrColorPreviewProjectComponent implements StartupActivity, DumbAware {
public class ImageOrColorPreviewProjectStartupActivity implements StartupActivity, DumbAware {
@Override
public void runActivity(Project project) {
if (!project.isDefault()) {
@@ -839,7 +839,7 @@
serviceImplementation="com.intellij.ide.projectView.impl.nodes.PsiTreeAnchorizer"/>
<!--todo approve set order="last" for OpenFilesActivity-->
<postStartupActivity implementation="com.intellij.codeInsight.preview.ImageOrColorPreviewProjectComponent" order="first"/>
<postStartupActivity implementation="com.intellij.codeInsight.preview.ImageOrColorPreviewProjectStartupActivity" order="first"/>
</extensions>
</idea-plugin>