简体   繁体   中英

Gedit Zen Coding Plugin

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!

我发现对于GEdit 3这个插件有效: https//github.com/mtrovo/zen-coding-gedit3

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 .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM