We don’t allow questions seeking recommendations for software libraries, tutorials, tools, books, or other off-site resources. You can edit the question so it can be answered with facts and citations.
Closed 2 years ago.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(5)
从 Sublime Text 2 切换到 gedit 后,我编写了一个插件,它比
https://github.com/jessecrossen/Gedit-MultiCursor
我认为它还不是 100% 完美,所以我很高兴听到人们遇到的任何边缘情况,这样我就可以继续改进它。我还使用这个插件实现了类似 gedit 的 Command-R 功能。
这几乎是我错过的 Sublime 的唯一两个功能,但话又说回来,我不倾向于使用任何编辑器的深层功能,以保持我的独立性;)。快速打开功能不如 Sublime 的“Goto Anything”,但另一方面,您可以与安装在 FUSE、gvfs 或类似设备上的远程文件系统进行可用集成,而 Sublime 往往很慢,因为它递归索引每个文件。
After switching from Sublime Text 2 to gedit, I've written a plugin that's much closer to Sublime's version of multiple cursors than imitation. I've tested the plugin on versions 3.4 and 3.12. You can find it here:
https://github.com/jessecrossen/Gedit-MultiCursor
I don't think it's 100% perfect yet, so I'd be really glad to hear of any edge cases people run across so I can continue to improve it. I've also implemented something like gedit's Command-R functionality with this plugin.
Those were pretty much the only two features I missed from Sublime, but then again I don't tend to use the deep features of any editor, so as to preserve my independence ;). The quick-open functionality is not as good as Sublime's "Goto Anything", but on the other hand you get usable integration with remote file systems mounted on FUSE, gvfs or similar, whereas Sublime tends to be slow because it's recursively indexing every file.
Cloud9 IDE 执行此操作。
免责声明:我在那里工作。
Cloud9 IDE does this.
Disclaimer: I work there.
vim 似乎通过插件支持这一点。请参阅SO的相关问题: VIM 中的多个选择
vim seems to have support for that via plugins. See a related question on SO: Multiple selections in VIM
最近,jetBrains 开始在其 IDE 系列中添加“Sublime Text 样式多选”。我知道 IntelliJ 和 Pycharm 已经有了它。
More recently jetBrains began adding "Sublime Text style multi selection" to their line of IDEs. I know IntelliJ and Pycharm already have it.
gedit 3 有一个看起来类似的插件: http://codetree.com.au/projects/imitation/< /a>
gedit 3 has a plugin which looks similar: http://codetree.com.au/projects/imitation/