gedit 的缩进指南插件 (python)
屏幕截图 http://www.activestate.com/padfiles/komodo_edit/komodo_edit_linux.png
请参阅缩进指南?它们在编写 Python 代码时非常有帮助。我有可能为 gedit
得到类似的东西吗?我不介意编写自己的插件,只要它是用 Python 编写的...... 那么:
- 有没有一个可以与 gedit 一起使用的插件?
- 如果没有,是否可以用 Python 编写一个。
screenshot http://www.activestate.com/padfiles/komodo_edit/komodo_edit_linux.png
See the indent guides? They're damn helpful when writing Python code. Any chance I could get something similar for gedit
? I wouldn't mind having to write my own plugin, as long as it's in Python... So:
- Is there a plugin for this which works with
gedit
? - If not, would it be possible to write one in Python.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这里有一个巨大的 GEdit 插件列表:
https://wiki.gnome.org/Apps/Gedit /Plugins
我有一段时间没有查看它们了,但我不记得任何实现缩进指南。许多插件都是用 Python 编写的,因此如果您想实现自己的插件,这里有一些很好的示例。
There's a huge list of GEdit plugins here:
https://wiki.gnome.org/Apps/Gedit/Plugins
I haven't looked through them in a while, but I don't remember any implementing indentation guides. Many plugins are written in Python, so there are some good examples if you want to implement your own.