We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This issue was created automatically with bugzilla2github.
Bug Reporter: @mathjazz CC: @stasm, [email protected]
As part of fixing bug 1563457 we replaced Ace Editor with <textarea> element in order to support all scripts properly.
<textarea>
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:
Comment Author: @mathjazz
A potential candidate with support for varying character widths is https://codemirror.net/.
Sorry, something went wrong.
Comment Author: Florencia Di Ciocco, NI to vbalducci <[email protected]>
*** 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
No branches or pull requests
This issue was created automatically with bugzilla2github.
Bug 1581911
Bug Reporter: @mathjazz
CC: @stasm, [email protected]
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: