Gedit Zen 编码插件

发布于 2024-12-05 08:38:01 字数 146 浏览 0 评论 0原文

我曾多次尝试在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

不如归去 2024-12-12 08:38:01

我发现这个插件对于 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.

天生の放荡 2024-12-12 08:38:01

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:

  • New folder: ~/.local/share/gedit/plugins
  • .gedit-plugin extension should be named .plugin
  • [Gedit Plugin] header should be [Plugin]
  • IAge=2 should be IAge=3
  • All plugins must have a .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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文