Skip to content

Commit

Permalink
Merge pull request #4535 from bubblobill/RemoveAutoCloseQuotes
Browse files Browse the repository at this point in the history
Removed auto inserting quotes from code editor
  • Loading branch information
cwisniew authored Dec 7, 2023
2 parents e0981d7 + b1e66e1 commit d8b76e5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ private void initCommandTextArea() {

// Macro Editor setup
macroEditorRSyntaxTextArea.setSyntaxEditingStyle("text/MapToolScript");

macroEditorRSyntaxTextArea.setInsertPairedCharacters(false);
macroEditorRSyntaxTextArea.setEditable(true);
macroEditorRSyntaxTextArea.setCodeFoldingEnabled(true);
macroEditorRSyntaxTextArea.setLineWrap(true);
Expand Down

0 comments on commit d8b76e5

Please sign in to comment.