nextcloud / files_texteditor

:page_facing_up: Text editor for plaintext files

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nextcloud 15, code folding not working (TypeError: ace.require(...) is undefined)

rexxmagnus opened this issue · comments

Steps to reproduce

  1. Upgrade to nextcloud 15
  2. Open an xml file with outline elements

Expected behaviour

Code folding arrows should appear next to elements in xml file

Actual behaviour

No code folding marks appear, javascript throws an error "TypeError: ace.require(...) is undefined" in index.php/js/files_texteditor/merged.js:547:12

Maybe I'm wrong, but I do not recall this feature.
Anyway, I have the same error on Nextcloud 15.0.4 with text editor 2.7.0 and it seems linked to the syntax hghlighting issue (#122).