TMS Software Blog: Extend TMS WEB Core with JS Libraries with Andrew: CodeMirror
Summary
Using CodeMirror as a complete replacement for the Delphi IDE code editor is likely a tall order mostly because of this, if that was something someone was maybe perhaps potentially thinking a little bit about doing. As mentioned at the outset, the two HTML editors that Ive used most in TMS WEB Core projects are Summernote and SunEditor. Other HTML editors, like CKEditor and TinyMCE, for example, also have CodeMirror plugins, so this isnt an obscure practice by any means. If youre on the hunt for a JS library for this kind of thing, Id suggest CodeMirror as a solid contender, but by all means do have a look around and see what is available. In head-to-head comparisons of late, CodeMirror 6 seems to be the leading candidate, so it might be time to figure out what all this module stuff is about and give that one a shot as well.