Background:
Syntax highlighting for javascript, SQL and Python is already developped.
Outline for ObjecScript is already developped.
Example:
Class websys.JS.webcommon.Report.Custom Extends websys.AbstractJavaScript
{
ClientMethod JSContent() [ Language = javascript ]
{
const myJavascriptConstant = 0;
function myJavascriptFunction() {}
}
Parameter SrcVer = "$Id:";
}
Issue:
The outline does not displayed JavaScript symbols.
Expected Behaviour:
JavaScript code have to displayed in Outline.
Example:
websys.JS.webcommon.Report.Custom
JSContent
myJavascriptConstant
myJavascriptFunction
SrcVer
Background:
Syntax highlighting for javascript, SQL and Python is already developped.
Outline for ObjecScript is already developped.
Example:
Issue:
The outline does not displayed JavaScript symbols.
Expected Behaviour:
JavaScript code have to displayed in Outline.
Example: