让 CodeMirror 跟随 TextArea
如何让 CodeMirror 与 TextArea 同步,以便光标位置、选择和文本区域同步?两者的数据保持相同吗?
我将 CodeMirror 与 MobWrite 结合使用。 CodeMirror 仅使用 textArea 来读取输入和内容MobWrite 可以处理给定 TextArea 上的选择等,问题是让 CodeMirror 与 TextArea 同步。
How can I get CodeMirror to sync with a TextArea, so that the cursor position, selection & data stay the same on the both of them?
I'm using CodeMirror with MobWrite. CodeMirror only uses a textArea to read input & MobWrite can handle the selection, etc over a given TextArea, the problem is to get CodeMirror to sync with a TextArea.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
扩展了 ModWrite 代码以支持 CodeMirror 和 CodeMirror它就像一个魅力。
也可以在 GitHub 上找到。有关 CodeMirror 群组的详细信息。
下面为所有可能走这条路的人转储代码:
Extended the ModWrite code to support CodeMirror & it works like a charm.
It can also be found on GitHub. Details on the CodeMirror Group.
Code dumped below for all who may tread this path: