Skip to content
Snippets Groups Projects

JetBrains: Remove com.intellij.java dependency

Merged Administrator requested to merge ps/jetbrains-remove-com.intellij.java-dependency into main

Created by: philipp-spiess

Fixes #37330 (closed)

When I implemented support for serializing the editor color scheme, I needed to use a specific language to extract the symbols. Based on this guide I thought that this list of languages is bundled with every IntelliJ product:

Screenshot 2022-06-24 at 13 57 32

This is not true though and our extension currently won't run in non-Java IDEs. Since we ended up not needing the syntax highlighter colors anyways, this PR removes the syntaxTheme field of the theme serlization.

Test plan

Manually tested that the application still loads:

Screenshot 2022-06-24 at 14 15 56

I've also remove it from the standalone color debugger:

Screenshot 2022-06-24 at 14 15 36

App preview:

Check out the client app preview documentation to learn more.

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
Please register or sign in to reply
Loading