Skip to content

Commit afee8f2

Browse files
Replace Ace with Monaco editor
Fixes #2689.
1 parent 780c7c9 commit afee8f2

File tree

533 files changed

+57703
-3264
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

533 files changed

+57703
-3264
lines changed

.github/jobs/data/codespellignorefiles.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
./.github/jobs/uploadcodecov.sh
1313
./webapp/vendor
1414
./webapp/public/bundles
15-
./webapp/public/js/ace
15+
./webapp/public/js/monaco
1616
./webapp/templates/bundles
1717
./webapp/var/cache
1818
./webapp/migrations/Version20230122090005.php

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
6969
- name: Remove upstream code
7070
run: |
71-
rm -rf webapp/public/js/ace doc/manual/_static
71+
rm -rf webapp/public/js/monaco doc/manual/_static
7272
7373
- name: Chown everything to the current runner user
7474
if: ${{ contains(env.COMPILED, matrix.language) }}

webapp/public/js/ace/ace.js

Lines changed: 0 additions & 17 deletions
This file was deleted.

webapp/public/js/ace/ext-beautify.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

webapp/public/js/ace/ext-code_lens.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

webapp/public/js/ace/ext-elastic_tabstops_lite.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

webapp/public/js/ace/ext-emmet.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

webapp/public/js/ace/ext-error_marker.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

webapp/public/js/ace/ext-keybinding_menu.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

webapp/public/js/ace/ext-language_tools.js

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)