Skip to content

Replace Ace with Monaco editor #2838

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

Merged
merged 1 commit into from
Nov 23, 2024

Conversation

nickygerritsen
Copy link
Member

Fixes #2689.

Beautiful screenshots:
monaco
image

Copy link
Member

@meisterT meisterT left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also missing: readme mentions ace

Perhaps do a git grep ace?

@@ -21,6 +21,12 @@
{% include 'jury/menu.html.twig' %}
{% endblock %}
{% block footer %}
<script src="{{ asset('js/monaco/vs/loader.js') }}"></script>
<script>
{# A bit ugly to do the replace, but Symfony adds a version to #}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

adds a version to what?

@nickygerritsen nickygerritsen added this pull request to the merge queue Nov 23, 2024
Merged via the queue into DOMjudge:main with commit 1bb4255 Nov 23, 2024
32 checks passed
@nickygerritsen nickygerritsen deleted the monaco-editor branch November 23, 2024 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Consider replacing ace editor with monaco
2 participants