ace.js代码如何格式化,如何检测粘贴事件

ace.js代码如何格式化


下面一段代码在粘贴代码到ace editor时触发格式化

var beautify = ace.require("ace/ext/beautify");

var editor = ace.edit("bfweditor");
editor.$blockScrolling = Infinity;
editor.setTheme("ace/theme/chaos");
editor.session.setMode(...

点击查看剩余70%

{{collectdata}}

网友评论0