Gedit Zen Coding Plugin
Asked Answered
E

2

11

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!

Enquire answered 18/9, 2011 at 19:32 Comment(0)
J
5

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.

Johnie answered 14/10, 2011 at 1:24 Comment(0)
R
12

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

Rosemaria answered 29/10, 2011 at 14:4 Comment(0)
J
5

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.

Johnie answered 14/10, 2011 at 1:24 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.