mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
renamed to ImageOrColorPreviewProjectStartupActivity
This commit is contained in:
+1
-1
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user