You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/global-apis/ace.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,6 +10,7 @@ This page exists for plugin migration from Ace-era APIs.
10
10
- Use `acode.require("commands")` for command registration/removal.
11
11
- Use `acode.require("editorLanguages")` to register or remove language modes.
12
12
- Use `acode.require("editorThemes")` to register or apply editor themes.
13
+
- Use `editorManager.isCodeMirror` to check whether current acode uses codemirror or ace, if its true then its codemirror and if it is null or undefined then its ace.
0 commit comments