Gedit Zen 编码插件
我曾多次尝试在 Ubuntu 11.10 中安装适用于 Gedit 的 Zen Coding 插件。 (我安装了所有最新更新。)我知道我做得正确,因为我在其他安装上完成了它,没有任何问题,但由于某种原因它甚至没有显示在插件列表中。还有其他人遇到这个问题或知道如何解决它吗?谢谢!
I've tried multiple times to install the Zen Coding plugin for Gedit in Ubuntu 11.10. (I have all the latest updates installed.) I know I'm doing it correctly because I've done it on other installations with no problem but for some reason it doesn't even show up in the plugins list. Anyone else having this problem or know how to fix it? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我发现这个插件对于 GEdit 3 有效: https://github.com/mtrovo/zen-coding -gedit3。
I found that for GEdit 3 this plugin works : https://github.com/mtrovo/zen-coding-gedit3.
Ubuntu 11.10 附带 Gedit 3,11.04 附带 Gedit 版本 2。为版本 2 编写的插件(据说)不适用于较新的版本,因为它使用 GTK3,而 Gedit2 使用 GTK2。
一些插件更改如下:
~/.local/share/gedit/plugins
.gedit-plugin
扩展名应命名为.plugin
>[Gedit Plugin]
标头应为[Plugin]
IAge=2
应为IAge=3
.plugin
文件沿着它。这是一篇博客文章我发现涵盖为 Gedit 3 制作插件。这是一个关于 询问Ubuntu。
Ubuntu 11.10 ships with Gedit 3, 11.04 had Gedit version 2. Plugins written for version 2 will (supposedly) not work with the newer version, as it uses GTK3, while Gedit2 used GTK2.
Some of the plugin changes are:
~/.local/share/gedit/plugins
.gedit-plugin
extension should be named.plugin
[Gedit Plugin]
header should be[Plugin]
IAge=2
should beIAge=3
.plugin
file along side it.Here's a blog post I found that covers making plugins for Gedit 3. And here's a relevant question on AskUbuntu.