mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-04-16 21:06:44 +02:00
Enhance CodePad
This commit is contained in:
parent
edfcc72080
commit
64207df15e
@ -273,7 +273,7 @@ namespace OS {
|
|||||||
* @memberof CodePad
|
* @memberof CodePad
|
||||||
*/
|
*/
|
||||||
private setup(): void {
|
private setup(): void {
|
||||||
ace.config.set("basePath", "/scripts/ace");
|
ace.config.set("basePath", "scripts/ace");
|
||||||
ace.require("ace/ext/language_tools");
|
ace.require("ace/ext/language_tools");
|
||||||
this.editor = ace.edit(this.find("datarea"));
|
this.editor = ace.edit(this.find("datarea"));
|
||||||
this.editor.setOptions({
|
this.editor.setOptions({
|
||||||
|
Loading…
x
Reference in New Issue
Block a user