Skip to content

Commit

Permalink
fix: make Semantic Tokens editor read-only
Browse files Browse the repository at this point in the history
Signed-off-by: Fred Bricon <fbricon@gmail.com>
  • Loading branch information
fbricon authored and angelozerr committed Jul 6, 2024
1 parent e3f1d6e commit b05bbfb
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private JBTextArea createEditor() {
semanticTokenEditor.setLineWrap(true);
semanticTokenEditor.setWrapStyleWord(true);
semanticTokenEditor.setFont(JBFont.regular());
semanticTokenEditor.setEditable(false);
return semanticTokenEditor;
}

Expand Down

0 comments on commit b05bbfb

Please sign in to comment.