com.intellij.openapi.options.colors.ColorDescriptor Java Examples
The following examples show how to use
com.intellij.openapi.options.colors.ColorDescriptor.
You can vote up the ones you like or vote down the ones you don't like,
and go to the original project or source file by following the links above each example. You may check out the related API usage on the sidebar.
Example #1
Source File: DebuggerColorsPage.java From consulo with Apache License 2.0 | 5 votes |
@Override @Nonnull public ColorDescriptor[] getColorDescriptors() { return new ColorDescriptor[] { new ColorDescriptor(OptionsBundle.message("options.java.attribute.descriptor.recursive.call"), DebuggerColors.RECURSIVE_CALL_ATTRIBUTES, ColorDescriptor.Kind.BACKGROUND) }; }
Example #2
Source File: XQueryColorSettingsPage.java From intellij-xquery with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #3
Source File: HighlightBracketPairSettingsPage.java From HighlightBracketPair with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return new ColorDescriptor[0]; }
Example #4
Source File: HaskellColorSettingsPage.java From intellij-haskforce with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #5
Source File: CabalColorSettingsPage.java From intellij-haskforce with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #6
Source File: ConceptColorSettingsPage.java From Intellij-Plugin with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #7
Source File: SpecColorSettingsPage.java From Intellij-Plugin with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #8
Source File: LatteColorSettingsPage.java From intellij-latte with MIT License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #9
Source File: DecorationColorsPage.java From GitToolBox with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return new ColorDescriptor[0]; }
Example #10
Source File: GLSLColorAndFontsPage.java From glsl4idea with GNU Lesser General Public License v3.0 | 4 votes |
@NotNull public ColorDescriptor[] getColorDescriptors() { return new ColorDescriptor[0]; }
Example #11
Source File: CSharpColorSettingsPage.java From consulo-csharp with Apache License 2.0 | 4 votes |
@Nonnull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #12
Source File: HaxeColorSettingsPage.java From intellij-haxe with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #13
Source File: HXMLColorSettingsPage.java From intellij-haxe with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #14
Source File: LombokConfigColorSettingsPage.java From lombok-intellij-plugin with BSD 3-Clause "New" or "Revised" License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #15
Source File: YangColorSettingsPage.java From intellij-yang with Apache License 2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #16
Source File: LocalSarosAnnotationColorsPage.java From saros with GNU General Public License v2.0 | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #17
Source File: ANTLRv4ColorsPage.java From intellij-plugin-v4 with BSD 3-Clause "New" or "Revised" License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #18
Source File: DslColorSettingsPage.java From dsl-compiler-client with BSD 3-Clause "New" or "Revised" License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #19
Source File: BuckColorSettingsPage.java From buck with Apache License 2.0 | 4 votes |
@Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #20
Source File: DefaultLanguageColorsPage.java From consulo with Apache License 2.0 | 4 votes |
@Nonnull @Override public ColorDescriptor[] getColorDescriptors() { return new ColorDescriptor[0]; }
Example #21
Source File: CustomColorsPage.java From consulo with Apache License 2.0 | 4 votes |
@Override @Nonnull public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #22
Source File: GeneralColorsPage.java From consulo with Apache License 2.0 | 4 votes |
@Override @Nonnull public ColorDescriptor[] getColorDescriptors() { return COLOR_DESCRIPTORS; }
Example #23
Source File: ANSIColoredConsoleColorsPage.java From consulo with Apache License 2.0 | 4 votes |
@Override @Nonnull public ColorDescriptor[] getColorDescriptors() { return COLORS; }
Example #24
Source File: DustColorSettingsPage.java From Intellij-Dust with MIT License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #25
Source File: CppColorsAndFontsPage.java From CppTools with Apache License 2.0 | 4 votes |
@NotNull public ColorDescriptor[] getColorDescriptors() { return COLORS; }
Example #26
Source File: MakefileColorsAndFontsPage.java From CppTools with Apache License 2.0 | 4 votes |
@NotNull public ColorDescriptor[] getColorDescriptors() { return COLORS; }
Example #27
Source File: SQFColorSettingsPage.java From arma-intellij-plugin with MIT License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #28
Source File: TSColorSettings.java From Custom-Syntax-Highlighter with MIT License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #29
Source File: JSColorSettings.java From Custom-Syntax-Highlighter with MIT License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }
Example #30
Source File: JavaColorSettings.java From Custom-Syntax-Highlighter with MIT License | 4 votes |
@NotNull @Override public ColorDescriptor[] getColorDescriptors() { return ColorDescriptor.EMPTY_ARRAY; }