Community
Participate
Working Groups
1. Link a Git repository to a folder in your Orion workspace. 2. Commit a change to a .js file in the repository. 3. In the Orion navigator, select the .js file and use the "Git Log" action. 4. Click on the log message, and an editor will open showing the file contents. The editor doesn't have any JS syntax highlighting.
Libing is there any way to enable syntax assist in the inline editor?
(In reply to comment #1) > Libing is there any way to enable syntax assist in the inline editor? The contents of the in-line viewer is mixed by original text and diff blocks. I am not sure adding a syntax highlighter against such contents will introduce any funny result but we can try. The text model used in inline viewer is kind of "sub class" from the general text model. Maybe we can play some tricks on that but I am afraid this will not be targeted for 0.4.
Already fixed.