[geany/geany-plugins] a9df8e: keyrecord: Remove spurious backup files from the repository

Colomban Wendling git-noreply at xxxxx
Sun Apr 30 14:32:39 UTC 2017


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 30 Apr 2017 14:32:39 UTC
Commit:      a9df8e498235b85db587b1194f487dd44cba7df6
             https://github.com/geany/geany-plugins/commit/a9df8e498235b85db587b1194f487dd44cba7df6

Log Message:
-----------
keyrecord: Remove spurious backup files from the repository


Modified Paths:
--------------
    keyrecord/ChangeLog~
    keyrecord/README~

Modified: keyrecord/ChangeLog~
10 lines changed, 0 insertions(+), 10 deletions(-)
===================================================================
@@ -1,10 +0,0 @@
-2013-10-05 Pavel Roschin - version 0.2
- * add removing pairing brace by Shift+BackSpace
- * do not add semicolon in #define-s
- * add semicolon after class and struct
- * now works with GTK3+ (thanks Matthew Brush for patch http://pastebin.geany.org/r2VKS/)
- * added scrollbar for settings
- * improve semicolon completion
- * added help
- * added Tab jump to enclosed char (thanks Thomas Martitz:
-   https://github.com/kugel-/geany-plugins/commit/7f19c3035abf6f8a7fa66c7b4c1efe0851cb2f83)


Modified: keyrecord/README~
56 lines changed, 0 insertions(+), 56 deletions(-)
===================================================================
@@ -1,56 +0,0 @@
-Auto-close brackets
-===================
-
-.. image:: http://dl.dropboxusercontent.com/u/59878867/geany-autoclose.gif
-   :width: 778
-   :alt: autoclose plugin
-   :align: right
-
-.. contents::
-
-About
------
-
-This plugin enables auto-closing features. Auto-closing works while you typing 
-and intellectually helps you to write code.
-
-Features
---------
-
-* auto-close for: { }, [ ], ( ), " ", ' ', < >, ` `
-* customizeable auto-closing inside strings and comments
-* delete pairing character if you pressed BackSpace
-* suppress inserting one char twice (if you type "{}" you will get "{}", not
-  "{}}")
-* enclose selected text into brackets instead of removing selection (select
-  text and type "(" or ")" to enclose selection into "()")
-* keep selection when enclosing
-* for C-like languages enclosing selection into "{}" makes auto-indentation
-  (select text and type "{" or "}" - text will be enclosed and indented)
-* enclosing in {} moves cursor to beginning (before "{" character)
-* for C-like languages to insert {}-block you do not need to select text
-  precisely: plugin detects boundaries automatically, just ensure that selection
-  covers lines you need to indent (works like TAB indentation)
-* fix auto-indent inside {} (makes full indent for this block)
-* auto-close curly bracket by pressing Enter
-* auto-close functions (``"sin(|" -> "sin(|);"``) with doubling suppression
-  (for C/C++ languages only)
-* remove paring brace when pressing Shift+BackSpace, unindent {}-blocks
-* add semicolon after ``struct {|};`` and ``class {|};``
-* move cursor to closed char by pressing Tab
-
-Usage
------
-
-After installed successfully, load the plugin in Geany's plugin manager. You may
-change module preferences.
-
-Requirements
-------------
-
-* GTK >= 2.8.0
-
-Contact developers
-------------------
-
-Pavel Roschin <rpg89(at)post(dot)ru>



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list