[geany/geany-plugins] 5e04a4: lineoperations: put space in title
Sylvan Mostert
git-noreply at xxxxx
Tue Jan 12 15:58:04 UTC 2016
Branch: refs/heads/master
Author: Sylvan Mostert <smostert.dev at gmail.com>
Committer: Sylvan Mostert <smostert.dev at gmail.com>
Date: Tue, 12 Jan 2016 15:58:04 UTC
Commit: 5e04a451b59c6a4b81e67a84d6c48a3f4982bc63
https://github.com/geany/geany-plugins/commit/5e04a451b59c6a4b81e67a84d6c48a3f4982bc63
Log Message:
-----------
lineoperations: put space in title
The plugin version is bumped to 225.
Modified Paths:
--------------
lineoperations/README
lineoperations/src/lineoperations.c
Modified: lineoperations/README
6 lines changed, 3 insertions(+), 3 deletions(-)
===================================================================
@@ -1,6 +1,6 @@
-==============
-LineOperations
-==============
+===============
+Line Operations
+===============
.. contents::
About
Modified: lineoperations/src/lineoperations.c
8 lines changed, 5 insertions(+), 3 deletions(-)
===================================================================
@@ -27,14 +27,16 @@
GeanyPlugin *geany_plugin;
GeanyData *geany_data;
-PLUGIN_VERSION_CHECK(224)
-PLUGIN_SET_INFO(_("LineOperations"),
- _("Line operations, remove duplicate lines, empty lines, lines with only whitespace, sort lines."),
+PLUGIN_VERSION_CHECK(225)
+
+PLUGIN_SET_INFO(_("Line Operations"),
+ _("Line Operations provides a handful of functions that can be applied to a document such as, removing duplicate lines, removing empty lines, removing lines with only whitespace, and sorting lines."),
"0.1",
"Sylvan Mostert")
+
static GtkWidget *main_menu_item = NULL;
--------------
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