Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Intellij Community
Commits
be0a0c32
Commit
be0a0c32
authored
6 years ago
by
Konstantin Bulenkov
Browse files
Options
Download
Email Patches
Plain Diff
make installEditorScheme() protected to support temporary editor schemes
parent
9ee95010
Branches unavailable
Tags unavailable
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/platform-impl/src/com/intellij/ide/ui/laf/UIThemeBasedLookAndFeelInfo.java
+2
-2
.../com/intellij/ide/ui/laf/UIThemeBasedLookAndFeelInfo.java
with
2 additions
and
2 deletions
+2
-2
platform/platform-impl/src/com/intellij/ide/ui/laf/UIThemeBasedLookAndFeelInfo.java
+
2
-
2
View file @
be0a0c32
// Copyright 2000-201
8
JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
// Copyright 2000-201
9
JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package
com.intellij.ide.ui.laf
;
package
com.intellij.ide.ui.laf
;
import
com.intellij.ide.ui.UITheme
;
import
com.intellij.ide.ui.UITheme
;
...
@@ -60,7 +60,7 @@ public class UIThemeBasedLookAndFeelInfo extends UIManager.LookAndFeelInfo {
...
@@ -60,7 +60,7 @@ public class UIThemeBasedLookAndFeelInfo extends UIManager.LookAndFeelInfo {
return
myInitialised
;
return
myInitialised
;
}
}
pr
ivate
void
installEditorScheme
()
{
pr
otected
void
installEditorScheme
()
{
String
name
=
myTheme
.
getEditorSchemeName
();
String
name
=
myTheme
.
getEditorSchemeName
();
if
(
name
!=
null
)
{
if
(
name
!=
null
)
{
EditorColorsManager
cm
=
EditorColorsManager
.
getInstance
();
EditorColorsManager
cm
=
EditorColorsManager
.
getInstance
();
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help