Skip to content
This repository has been archived by the owner on Aug 8, 2019. It is now read-only.

Gedit 3.8.2, Python 2.7, Ubuntu 13.04 #4

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This plugin fully integrates [Zen Coding](http://code.google.com/p/zen-coding/)
Installation
------------

1. Download [zip](http://github.com/fmarcia/zen-coding-gedit/zipball/master) or [tar](http://github.com/fmarcia/zen-coding-gedit/tarball/master) source
1. Download [zip](http://github.com/mtrovo/zen-coding-gedit3/zipball/master) or [tar](http://github.com/mtrovo/zen-coding-gedit3/tarball/master) source
2. Unpack it
3. Run `./install.sh`
4. In Gedit, go to Edit > Preferences > Plugins and enable the plugin
Expand All @@ -39,6 +39,7 @@ Credits

- Zen Coding is written by [Sergey Chikuyonok](http://chikuyonok.ru/)
- Zen Coding for Gedit is written by [Franck Marcia](http://github.com/fmarcia)
- Zen Coding for Gedit3 is written by [Moises Trovo](http://github.com/mtrovo)

License
-------
Expand Down
8 changes: 4 additions & 4 deletions install.sh
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#!/bin/bash
#
# Zen Coding for GEdit installation
# Zen Coding for GEdit3 installation
#

sudo cp zencoding.png /usr/share/icons/hicolor/16x16/apps
sudo gtk-update-icon-cache /usr/share/icons/hicolor > /dev/null 2>&1
mkdir -p ~/.gnome2/gedit/plugins
cp zencoding.gedit-plugin ~/.gnome2/gedit/plugins
cp -r zencoding ~/.gnome2/gedit/plugins
mkdir -p ~/.local/share/gedit/plugins/
cp zencoding.plugin ~/.local/share/gedit/plugins/
cp -r zencoding ~/.local/share/gedit/plugins/

4 changes: 2 additions & 2 deletions zencoding.gedit-plugin → zencoding.plugin
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[Gedit Plugin]
[Plugin]
Loader=python
Module=zencoding
IAge=2
IAge=3
Name=Zen Coding
Description=Expand expressions similar to CSS selectors into HTML, CSS or XSLT code
Description[fr]=Développe des expressions similaires à des sélecteurs CSS en code HTML, CSS ou XSLT
Expand Down
Loading