Skip to content

Commit

Permalink
Merge pull request #22 from VladRassokhin/issue-21
Browse files Browse the repository at this point in the history
Fix compatibility with IDEA 15
  • Loading branch information
Alexandr Evstigneev authored Apr 7, 2018
2 parents aad2f85 + da6e9d5 commit 75fd9fd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified gradlew
100644 → 100755
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Created by Jon on 10/7/2016.
*/
@State(name = PsiViewerConstants.CONFIGURATION_COMPONENT_NAME, storages = @Storage("other.xml"))
@State(name = PsiViewerConstants.CONFIGURATION_COMPONENT_NAME, storages = @Storage(file = "other.xml"))
public class PsiViewerApplicationSettings implements PersistentStateComponent<PsiViewerApplicationSettings> {
private final TextAttributes _textAttributes = new TextAttributes();
public String HIGHLIGHT_COLOR;
Expand Down

0 comments on commit 75fd9fd

Please # to comment.