-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve Fluent source editor with syntax highlighting, error annotations #2180
Comments
Comment Author: @mathjazz A potential candidate with support for varying character widths is https://codemirror.net/. |
Comment Author: Florencia Di Ciocco, NI to vbalducci <florencia.diciocco@softvision.com> *** Bug #1586556 has been marked as a duplicate of this bug. *** |
Comment Author: @stasm Another candidate to consider might be Monaco, which powers VS Code: https://microsoft.github.io/monaco-editor/index.html |
Not actually completely solved yet. |
To make it clear, the remaining bit are inline Fluent error annotations. If possible, we should also spell-check content only (and ignore syntax). |
This issue was created automatically by a script.
Bug 1581911
Bug Reporter: @mathjazz
CC: @stasm, v+mozbug@g.nevcal.com
As part of fixing bug 1563457 we replaced Ace Editor with
<textarea>
element in order to support all scripts properly.While that fixed the bug, it also removed syntax highlighting and error annotations from Fluent source editor.
We should find a solution similar to Ace Editor, that will support:
The text was updated successfully, but these errors were encountered: