Ace editor Processing mode?

南笙酒味 提交于 2019-12-25 08:48:19

问题


I uploaded a processing file to github. I want to show the code on my website. So I implement ACE editor in my site and ajaxed my proecessing code to the ace editor. But there is a problem.

I want the code showed on my look as the code show in Processing IDE. But Ace editor support java language but no mode for processing. How can I solve this problem ? I could not find any package for Ace processing mode.


回答1:


http://hello.processing.org/editor/ uses Ace, and it have a mode for processing see http://hello.processing.org/js/vendor/ace/mode-processing.js



来源:https://stackoverflow.com/questions/25214764/ace-editor-processing-mode

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!