expose ace document, reqjired for various plugins
parent
34e3e2f432
commit
6b55d13370
|
@ -1013,6 +1013,11 @@ function Ace2Inner(){
|
|||
return caughtErrors.slice();
|
||||
};
|
||||
|
||||
editorInfo.ace_getDocument = function()
|
||||
{
|
||||
return doc;
|
||||
};
|
||||
|
||||
editorInfo.ace_getDebugProperty = function(prop)
|
||||
{
|
||||
if (prop == "debugger")
|
||||
|
|
Loading…
Reference in New Issue