Revision: 2349
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2349&view=rev
Author: frlan
Date: 2011-11-24 19:02:53 +0000 (Thu, 24 Nov 2011)
Log Message:
-----------
Fix wrong updatepo call for waf inside README
Modified Paths:
--------------
trunk/geany-plugins/README.waf
Modified: trunk/geany-plugins/README.waf
===================================================================
--- trunk/geany-plugins/README.waf 2011-11-21 14:00:08 UTC (rev 2348)
+++ trunk/geany-plugins/README.waf 2011-11-24 19:02:53 UTC (rev 2349)
@@ -18,7 +18,7 @@
To update the language catalogues of plugins with enabled I18n support, run:
-./waf --update-po
+./waf updatepo
For more configure options, run
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2347
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2347&view=rev
Author: frlan
Date: 2011-11-20 17:53:12 +0000 (Sun, 20 Nov 2011)
Log Message:
-----------
GeanyMacro: fix typos spotted by Debian's lintian tool. Patch by Evgeni Golov
Modified Paths:
--------------
trunk/geany-plugins/geanymacro/ABOUT
trunk/geany-plugins/geanymacro/README
trunk/geany-plugins/geanymacro/src/geanymacro.c
Modified: trunk/geany-plugins/geanymacro/ABOUT
===================================================================
--- trunk/geany-plugins/geanymacro/ABOUT 2011-11-20 14:19:04 UTC (rev 2346)
+++ trunk/geany-plugins/geanymacro/ABOUT 2011-11-20 17:53:12 UTC (rev 2347)
@@ -4,11 +4,11 @@
allowing users to select which features they want to add to the core editor.
The idea was taken from a Text Editor for Windows called ConText.
-This plugin alows you to record and use your own macros. Macros are sequences
+This plugin allows you to record and use your own macros. Macros are sequences
of actions that can then be repeated with a single key combination. So if you
had dozens of lines where you wanted to delete the last 2 characters, you could
simple start recording, press End, Backspace, Backspace, down line and then
-stop recording. Then simply trigger the macro and it would automaticaly edit
+stop recording. Then simply trigger the macro and it would automatically edit
the line and move to the next. You could then just repeatedly trigger the macro
to do as many lines as you want.
@@ -20,7 +20,7 @@
To edit the macros you already have select Edit Macro from the Tools menu. You
can select a macro and delete it, or re-record it. You can also click on a
-macro's name and change it, or the key combination and re-define that asuming
+macro's name and change it, or the key combination and re-define that assuming
that the new name or key combination are not already in use.
Modified: trunk/geany-plugins/geanymacro/README
===================================================================
--- trunk/geany-plugins/geanymacro/README 2011-11-20 14:19:04 UTC (rev 2346)
+++ trunk/geany-plugins/geanymacro/README 2011-11-20 17:53:12 UTC (rev 2347)
@@ -4,11 +4,11 @@
allowing users to select which features they want to add to the core editor.
The idea was taken from a Text Editor for Windows called ConText.
-This plugin alows you to record and use your own macros. Macros are sequences
+This plugin allows you to record and use your own macros. Macros are sequences
of actions that can then be repeated with a single key combination. So if you
had dozens of lines where you wanted to delete the last 2 characters, you could
simple start recording, press End, Backspace, Backspace, down line and then
-stop recording. Then simply trigger the macro and it would automaticaly edit
+stop recording. Then simply trigger the macro and it would automatically edit
the line and move to the next. You could then just repeatedly trigger the macro
to do as many lines as you want.
@@ -20,7 +20,7 @@
To edit the macros you already have select Edit Macro from the Tools menu. You
can select a macro and delete it, or re-record it. You can also click on a
-macro's name and change it, or the key combination and re-define that asuming
+macro's name and change it, or the key combination and re-define that assuming
that the new name or key combination are not already in use.
Modified: trunk/geany-plugins/geanymacro/src/geanymacro.c
===================================================================
--- trunk/geany-plugins/geanymacro/src/geanymacro.c 2011-11-20 14:19:04 UTC (rev 2346)
+++ trunk/geany-plugins/geanymacro/src/geanymacro.c 2011-11-20 17:53:12 UTC (rev 2347)
@@ -688,17 +688,17 @@
/* create label */
label=gtk_label_new(
_("This Plugin implements Macros in Geany.\n\n"
- "This plugin alows you to record and use your own macros. These are sequences of \
+ "This plugin allows you to record and use your own macros. These are sequences of \
actions that can then be repeated with a single key combination. So if you had dozens of lines \
where you wanted to delete the last 2 characters, you could simple start recording, press End, \
Backspace, Backspace, down line and then stop recording. Then simply trigger the macro and it \
-would automaticaly edit the line and move to the next. Select Record Macro from the Tools menu \
+would automatically edit the line and move to the next. Select Record Macro from the Tools menu \
and you will be prompted with a dialog box. You need to specify a key combination that isn't being\
used, and a name for the macro to help you identify it. Then press Record. What you do in the \
editor is then recorded until you select Stop Recording Macro from the Tools menu. Simply pressing\
the specified key combination will re-run the macro. To edit the macros you have select Edit \
Macro from the Tools menu. You can select a macro and delete it, or re-record it. You can also \
-click on a macro's name and change it, or the key combination and re-define that asuming that it's\
+click on a macro's name and change it, or the key combination and re-define that assuming that it's\
not already in use.\n\n"
"You can alter the default behaviour of this plugin by selecting Plugin Manager under the \
Tools menu, selecting this plugin, and cliking Preferences. You can change:\nSave Macros when \
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
Revision: 2344
http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2344&view=rev
Author: frlan
Date: 2011-11-15 17:37:44 +0000 (Tue, 15 Nov 2011)
Log Message:
-----------
GeanyVC: Using VC in case of submenu is going into menubar to save some place
(->netbooks etc)
Modified Paths:
--------------
trunk/geany-plugins/geanyvc/src/geanyvc.c
Modified: trunk/geany-plugins/geanyvc/src/geanyvc.c
===================================================================
--- trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-11-15 17:37:23 UTC (rev 2343)
+++ trunk/geany-plugins/geanyvc/src/geanyvc.c 2011-11-15 17:37:44 UTC (rev 2344)
@@ -2257,7 +2257,7 @@
menubar = GTK_MENU_SHELL(
ui_lookup_widget(geany->main_widgets->window, "menubar1"));
- menu_vc = gtk_menu_item_new_with_mnemonic(_("_Version Control"));
+ menu_vc = gtk_menu_item_new_with_mnemonic(_("_VC"));
gtk_menu_shell_insert(
menubar, menu_vc, g_list_length(menubar->children)-1);
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.