We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac58af7 commit 61f021cCopy full SHA for 61f021c
forsrc-gwt-ui/src/main/java/com/forsrc/gwt/client/application/codemirror/CodemirrorView.java
@@ -60,7 +60,7 @@ protected void onAttach() {
60
public void execute() {
61
if (codeMirrorPanel == null) {
62
Config config = Config.getDefault();
63
- config.setOption(Config.MODE, "clike");
+ config.setOption(Config.MODE, "text/x-java");
64
config.setOption("autoCloseTags", true);
65
config.setOption("collapseRange", true);
66
codeMirrorPanel = new MyCodeMirrorPanel(config);
0 commit comments