Question

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!

Was it helpful?

Solution

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.

OTHER TIPS

I found that for GEdit 3 this plugin works : https://github.com/mtrovo/zen-coding-gedit3.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top