Closed cboulanger closed 5 years ago
I see that there is a ace/mode/plain_text.js file in the ACE source tree, resulting in build file https://raw.githubusercontent.com/ajaxorg/ace-builds/v1.4.3/src-min/mode-plain_text.js
The error message does not appear when you include above file in the external library directory. Care to investigate further?
You're right. Closing
In the ACE XSD
However, when using the attribute
mode="plain_text"
, it will result in an error[Error] Failed to load resource: the server responded with a status of 404 (Not Found) (mode-plain_text.js, line 0)
.There is a file
mode-text.js
but I don't think it is necessary to include it.It thus seems to me that the XSD is incorrect.