Branch: refs/heads/master Author: tunyash tunyash@gmail.com Committer: tunyash tunyash@gmail.com Date: Mon, 11 Jul 2016 08:56:14 UTC Commit: f06e024d81fbaae9c119f8bfb96f41848722c0cb https://github.com/geany/geany-plugins/commit/f06e024d81fbaae9c119f8bfb96f41...
Log Message: ----------- Changed keyrecord.c minorly, removed artefacts from demoplugin
Modified Paths: -------------- MAINTAINERS keyrecord/src/keyrecord.c
Modified: MAINTAINERS 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -169,7 +169,7 @@ S: Maintained
keyrecord P: Artur Riazanov tunyash@gmail.com -M: Artur Ryazanov tunyash@gmail.com +M: Artur Riazanov tunyash@gmail.com W: S: Maintained
Modified: keyrecord/src/keyrecord.c 12 lines changed, 2 insertions(+), 10 deletions(-) =================================================================== @@ -1,5 +1,5 @@ /* - * demoplugin.c - this file is part of Geany, a fast and lightweight IDE + * keyrecord.c - this file is part of Geany, a fast and lightweight IDE * * Copyright 2007-2012 Enrico Tröger <enrico(dot)troeger(at)uvena(dot)de> * Copyright 2007-2012 Nick Treleaven <nick(dot)treleaven(at)btinternet(dot)com> @@ -22,15 +22,7 @@
/** - * Demo plugin - example of a basic plugin for Geany. Adds a menu item to the - * Tools menu. - * - * Note: This is not installed by default, but (on *nix) you can build it as follows: - * cd plugins - * make demoplugin.so - * - * Then copy or symlink the plugins/demoplugin.so file to ~/.config/geany/plugins - * - it will be loaded at next startup. + * Keystrokes recorder plugin - plugin for recording sequences of keystrokes and replaying it */
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).
plugins-commits@lists.geany.org