Skip to content

Add included languages in Outline #1780

@yroseau

Description

@yroseau

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:";

}
Image

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions