mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
UX-387: deprecate XsltDebuggerIcons.FilterWhitespace
This commit is contained in:
|
Before Width: | Height: | Size: 324 B After Width: | Height: | Size: 324 B |
@@ -0,0 +1 @@
|
||||
deprecated: filterWhitespace.png -> com.intellij.icons.AllIcons@/objectBrowser/flattenPackages.svg; to be removed in IDEA 2020 - use AllIcons.ObjectBrowser.FlattenPackages
|
||||
@@ -14,12 +14,17 @@ public final class XsltDebuggerIcons {
|
||||
return IconLoader.getIcon(path, XsltDebuggerIcons.class);
|
||||
}
|
||||
|
||||
/**
|
||||
* 16x16
|
||||
*/
|
||||
public static final Icon FilterWhitespace = load("/icons/filterWhitespace.png");
|
||||
private static Icon load(String path, Class<?> clazz) {
|
||||
return IconLoader.getIcon(path, clazz);
|
||||
}
|
||||
|
||||
/**
|
||||
* 16x16
|
||||
*/
|
||||
public static final Icon XmlComment = load("/icons/xmlComment.svg");
|
||||
|
||||
/** @deprecated to be removed in IDEA 2020 - use AllIcons.ObjectBrowser.FlattenPackages */
|
||||
@SuppressWarnings("unused")
|
||||
@Deprecated
|
||||
public static final Icon FilterWhitespace = load("/objectBrowser/flattenPackages.svg", com.intellij.icons.AllIcons.class);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user