mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
DevKit: IdeaPlugin icon
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2000-2009 JetBrains s.r.o.
|
||||
* Copyright 2000-2013 JetBrains s.r.o.
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
@@ -19,6 +19,7 @@
|
||||
|
||||
package org.jetbrains.idea.devkit.dom;
|
||||
|
||||
import com.intellij.ide.presentation.Presentation;
|
||||
import com.intellij.util.xml.*;
|
||||
import org.jetbrains.annotations.NotNull;
|
||||
import org.jetbrains.annotations.Nullable;
|
||||
@@ -29,6 +30,7 @@ import java.util.List;
|
||||
* plugin.dtd:idea-plugin interface.
|
||||
*/
|
||||
@DefinesXml
|
||||
@Presentation(icon = "AllIcons.Nodes.Plugin")
|
||||
public interface IdeaPlugin extends DomElement {
|
||||
@Nullable
|
||||
String getPluginId();
|
||||
|
||||
Reference in New Issue
Block a user