[geany/geany-plugins] e50142: Merge pull request #759 from Skif-off/geanylua-glspi_keycmd

Colomban Wendling git-noreply at xxxxx
Fri Sep 21 07:37:53 UTC 2018


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Fri, 21 Sep 2018 07:37:53 UTC
Commit:      e50142ce938dc964587617604918c003d7a7f199
             https://github.com/geany/geany-plugins/commit/e50142ce938dc964587617604918c003d7a7f199

Log Message:
-----------
Merge pull request #759 from Skif-off/geanylua-glspi_keycmd

GeanyLua: glspi_keycmd.h: added "Strip Trailing Spaces"


Modified Paths:
--------------
    geanylua/glspi_keycmd.h
    geanylua/glspi_ver.h

Modified: geanylua/glspi_keycmd.h
1 lines changed, 1 insertions(+), 0 deletions(-)
===================================================================
@@ -43,6 +43,7 @@ static KeyCmdHashEntry key_cmd_hash_entries[] = {
 	{"DOCUMENT_REMOVE_MARKERS_INDICATORS", GEANY_KEY_GROUP_DOCUMENT, GEANY_KEYS_DOCUMENT_REMOVE_MARKERS_INDICATORS},
 	{"DOCUMENT_REPLACESPACES", GEANY_KEY_GROUP_DOCUMENT, GEANY_KEYS_DOCUMENT_REPLACESPACES},
 	{"DOCUMENT_REPLACETABS", GEANY_KEY_GROUP_DOCUMENT, GEANY_KEYS_DOCUMENT_REPLACETABS},
+	{"DOCUMENT_STRIPTRAILINGSPACES", GEANY_KEY_GROUP_DOCUMENT, GEANY_KEYS_DOCUMENT_STRIPTRAILINGSPACES},
 	{"DOCUMENT_TOGGLEFOLD", GEANY_KEY_GROUP_DOCUMENT, GEANY_KEYS_DOCUMENT_TOGGLEFOLD},
 	{"DOCUMENT_UNFOLDALL", GEANY_KEY_GROUP_DOCUMENT, GEANY_KEYS_DOCUMENT_UNFOLDALL},
 	{"EDITOR_AUTOCOMPLETE", GEANY_KEY_GROUP_EDITOR, GEANY_KEYS_EDITOR_AUTOCOMPLETE},


Modified: geanylua/glspi_ver.h
2 lines changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -12,7 +12,7 @@
 
 #define PLUGIN_AUTHOR "Jeff Pohlmeyer"
 
-#define MY_GEANY_API_VER 235
+#define MY_GEANY_API_VER 238
 
 #define LUA_MODULE_NAME "geany"
 



--------------
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