mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
intellij.python.jupyter.psi module extracted
GitOrigin-RevId: 4af675a3ba6bc6bf1177c5f2a5e6cb702cc81ba6
This commit is contained in:
committed by
intellij-monorepo-bot
parent
7e30437691
commit
b321cd9a3d
@@ -43,7 +43,6 @@ public final class PythonIcons {
|
||||
}
|
||||
/** 16x16 */ public static final @NotNull Icon Dotnet = load("/icons/com/jetbrains/python/dotnet.svg");
|
||||
/** 16x16 */ public static final @NotNull Icon Function = load("/icons/com/jetbrains/python/function.svg");
|
||||
/** 16x16 */ public static final @NotNull Icon IpythonNotebook = load("/icons/com/jetbrains/python/IpythonNotebook.svg");
|
||||
/** 16x16 */ public static final @NotNull Icon Jython = load("/icons/com/jetbrains/python/jython.svg");
|
||||
/** 16x16 */ public static final @NotNull Icon Pypy = load("/icons/com/jetbrains/python/pypy.svg");
|
||||
/** 16x16 */ public static final @NotNull Icon Python = load("/icons/com/jetbrains/python/python.svg");
|
||||
|
||||
|
Before Width: | Height: | Size: 730 B After Width: | Height: | Size: 730 B |
@@ -15,6 +15,7 @@ public final class PythonPsiApiIcons {
|
||||
return IconManager.getInstance().getIcon(path, PythonPsiApiIcons.class);
|
||||
}
|
||||
|
||||
/** 16x16 */ public static final @NotNull Icon IpythonNotebook = load("/icons/com/jetbrains/python/IpythonNotebook.svg");
|
||||
|
||||
public final static class Nodes {
|
||||
/** 16x16 */ public static final @NotNull Icon Cyan_dot = load("/icons/com/jetbrains/python/nodes/cyan-dot.svg");
|
||||
|
||||
Reference in New Issue
Block a user