Jervis

Results 84 comments of Jervis

@akof1314 好的,谢谢大佬的付出! 我写兼容度更高的格式好了。

editor.md 作者不怎么更新啦,我看到这个项目[https://github.com/xyhuai/Wiz.Vditor](url)引用的 editor 支持思维导图的功能。

有个问题不知道你有没有遇到过, 有时候从 editor 里面粘贴出来的内容,空格会被替换成`?`,字符编号为 3F,空的编号是 20。

@akof1314 大佬,我想问下笔记怎么开调试模式啊? 我想 tab 替换成输入空格,然后我改了`codemirror.min.js`的方法: ``` insertTab: function (cm) { //todo: cuizj, change \t to 4 blank spaces if(this.settings.tabInsertSpace === true){ var s = ""; for (var i = 0;...

改完了,要动底层的 `codemirror.min.js` 大佬要合并么。 做了: - [x] 多行选中缩退, - [x] tab 替换空格。

@QuinnTian 可能是因为前面有错误格式?

It's been too long. But, I think I wan to say, `OnEntry` and `OnExit` run many times. Beacuse there is many times run `OnEntry` and `OnExit` in the TaskStateMachine.

Thank you for your contributions very much! I'm just starting to learn IL weave. Hope I can help.

You are amazing. 👍 I've been so busy with work and family lately. I'll learn from your code.