eguaio / gedit-macropy

Gedit 3 python plugin for recording a playingback macros.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gedit Macropy v2.0.0 - April. 04, 2017
====================================

Changes from previous version:
- Works for Gedit 3.18.
- Added F4 as Macro play shortcut key, ctrl+alt+m is still valid.
- Moved the plugin to its own sub-directory.

Gedit Macropy v1.1.0 - May. 07, 2013
====================================

This is a plugin for Gedit 3 (http://www.gedit.org), the official text editor 
of the GNOME desktop environment. This plugin is for Gedit versions 3 and 
above. **This plugin is NOT compatible with Gedit 2.x**.

This plugin allows to record and execute macros with Gedit 3. It adds menu
options and buttons to the menu-bar for rapid access. It only allows one macro
at a time. To execute a macro the shortcut ctrl+alt+m is available.

Changes from previous version (all adam-yorba contributions):
- Now compatible with python 3 for Gedit 3.8.
- New makefile to ease the installation.

Installation
------------

1. Download the source code from this repository.
2. Unzip the file and cd into the folder with a console. If you have a gedit version 
previous to 3.8, change the line *Loader=python3* of the *macropy.plugin* 
file to *Loader=python* (that is, to erase the 3).
3. Run the command "make install" and you're done. The default location 
  folder is ~/.local/share/gedit/plugins/macropy, but can be changed by editing the makefile.
4. To uninstall the plugin just run the command "make uninstall" in the unzipped folder.

About

Gedit 3 python plugin for recording a playingback macros.

License:GNU General Public License v3.0


Languages

Language:Python 96.5%Language:Makefile 3.5%