SF.net SVN: geany-plugins:[2252] trunk/geany-plugins

cesspit at users.sourceforge.net cesspit at xxxxx
Sat Oct 8 12:45:14 UTC 2011


Revision: 2252
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=2252&view=rev
Author:   cesspit
Date:     2011-10-08 12:45:14 +0000 (Sat, 08 Oct 2011)
Log Message:
-----------
devhelp, debugger: README reformatted, russian translation update

Modified Paths:
--------------
    trunk/geany-plugins/debugger/README
    trunk/geany-plugins/devhelp/README
    trunk/geany-plugins/po/ru.po

Modified: trunk/geany-plugins/debugger/README
===================================================================
--- trunk/geany-plugins/debugger/README	2011-10-08 11:40:47 UTC (rev 2251)
+++ trunk/geany-plugins/debugger/README	2011-10-08 12:45:14 UTC (rev 2252)
@@ -1,4 +1,4 @@
-Debugger plugin
+Debugger
 ==================
 
 .. image:: http://img52.imageshack.us/img52/4424/geanydebuggersmall.png
@@ -16,7 +16,6 @@
 Currently supports GDB only, but was developed with multiple debuggers support in mind,
 so the other backends support is planned as well.
 
-
 Features
 --------
 
@@ -31,15 +30,6 @@
  * Double or single panel modes
  * Hotkeys
 
-
-Requirements
-------------
-
- * Geany >= 0.21
- * GTK 2
- * POSIX API
-
-
 Usage
 -----
 
@@ -53,6 +43,13 @@
 When exploring children of a watch or an auto variable user can double click any of them to create a distinct
 watch item containing the corresponding expression. 
 
+Requirements
+------------
+
+ * Geany >= 0.21
+ * GTK 2
+ * POSIX API
+
 Contact developers
 ------------------
 

Modified: trunk/geany-plugins/devhelp/README
===================================================================
--- trunk/geany-plugins/devhelp/README	2011-10-08 11:40:47 UTC (rev 2251)
+++ trunk/geany-plugins/devhelp/README	2011-10-08 12:45:14 UTC (rev 2252)
@@ -1,11 +1,16 @@
-==============
-Devhelp Plugin
-==============
+Devhelp
+===========
 
+.. image:: http://img21.imageshack.us/img21/7087/devhelpsmall.png
+   :width: 400
+   :alt: image of a plugin in work (if applicable)
+   :align: right
+   :target: http://img406.imageshack.us/img406/5833/devhelp.png
+
 .. contents::
 
 About
-=====
+-----
 
 This plugin embeds an API documentation browser and search functionality
 directly into Geany's user interface.  In case you didn't know, Devhelp is an
@@ -14,11 +19,18 @@
 manager and/or Google and you should have no trouble finding books that can
 be viewed with Devhelp.
 
+Features
+--------
+
+ * search in Devhelp
+ * search in 'man' pages
+ * search in Google Code Search
+ 
 Usage
-=====
+-----
 
-User Interface Changes
-----------------------
+*User Interface Changes*
+^^^^^^^^^^^^^^^^^^^^^^^^
 
 When you load the plugin, two things are added to Geany's UI.  The first is a
 new tab labeled 'Devhelp' in the Sidebar notebook.  Inside this notebook page
@@ -29,32 +41,32 @@
 is added in the main area, where it will be next to a new tab called 'Code'
 which now holds the existing documents tabs.
 
-Keybindings
------------
+*Keybindings*
+^^^^^^^^^^^^^
 
 There are several keybindings available when the Devhelp plugin is loaded to
 make it faster to access documentation.  The following keybindings are
 available:
 
-Toggle sidebar contents tab
-+++++++++++++++++++++++++++
+*Toggle sidebar contents tab*
++++++++++++++++++++++++++++++
 
 Activates the "Contents" tab under the Devhelp sidebar tab.  The previous tab
 will be saved so that when this keybinding is fired again, the previous tab
 selection will be activated.
 
-Toggle sidebar search tab
-+++++++++++++++++++++++++
+*Toggle sidebar search tab*
++++++++++++++++++++++++++++
 
 Just like the previous keybinding but with the "Search" tab.
 
-Toggle documentation tab
-++++++++++++++++++++++++
+*Toggle documentation tab*
+++++++++++++++++++++++++++++
 
 Flips between the main documentation viewer and your current code.
 
-Search for current tag in Devhelp
-+++++++++++++++++++++++++++++++++
+*Search for current tag in Devhelp*
++++++++++++++++++++++++++++++++++++++
 
 While coding in the editor, the current tag, that is, the word that is
 nearest to the cursor that looks like a programming symbol, or the current
@@ -63,8 +75,8 @@
 the current tag and if an exact match is found, it will be loaded into the
 documentation view and the view will be made active.
 
-Search for current tag in Manual pages
-++++++++++++++++++++++++++++++++++++++
+*Search for current tag in Manual pages*
+++++++++++++++++++++++++++++++++++++++++++
 
 Like the previous keybinding, but rather than searching Devhelp books, the
 systems manual pages will be searched, assuming a `man` program is available.
@@ -73,14 +85,14 @@
 locate the `mkdir()` function from section 2 before it finds the `mkdir` shell
 utility in section 1.
 
-Search for current tag in Google Code Search
-++++++++++++++++++++++++++++++++++++++++++++
+*Search for current tag in Google Code Search*
+++++++++++++++++++++++++++++++++++++++++++++++++
 Like the previous two keybindings, except that a search will be performed
 online using Google's Code Search service.  The search results page will be
 displayed in the documentation view.
 
-Context Menu
-------------
+*Context Menu*
+^^^^^^^^^^^^^^
 
 There's also another way to invoke a search for the current symbol for our
 mouse loving friends out there.  If you right click on the current document,
@@ -89,87 +101,14 @@
 for the searches discussed under the `Keybindings` section which, when
 activated, will perform the same searches as described above.
 
-Downloads
-=========
+Requirements
+------------
 
-The Devhelp plugin is part of the combined Geany Plugins release. For more
-information and downloads, please visit:
-http://plugins.geany.org/geany-plugins/
+ * GTK >= 2.16
+ * libwebkitgtk >= 1.1.18
+ * libdevhelp 1.0 >= 2.30.1 or libdevhelp 2.0 >= 2.32.0
+ 
+Contact developers
+------------------
 
-Development Code
-================
-
-You can checkout the latest development code from SVN using:
-
-    svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geany-plugins
-
-
-Dependencies
-============
-
-The Devhelp plugin depends on a few critical libraries, including:
-
-Geany and GTK+/GLib
--------------------
-
-Of course these go without saying as you won't be able to run the plugin
-without Geany and you won't be able to run Geany without GTK+/GLib.  The plugin
-should work with any modern version of GTK+/GLib greater than 2.16, as long
-as it's supported by Geany (ie. not GTK+ 3 yet).
-
-Devhelp Library
----------------
-
-The Devhelp library is a bit of a moving target as far as versions go.  Just
-like most GNOME projects, little effort is put into maintaing previous versions
-of the library once a new version is released.  The Geany Devhelp plugin
-supports the 1.0 or 2.0 series of libdevhelp, as long as their versions are
-greater than or equal to 2.30.1 or 2.32.0, respectively.  Unless you're using
-a GTK+ 3.0 version of Devhelp (the latest), pretty much any recent version
-should be supported.
-
-Hint:  If you're on a Debian-based distro (and probably others), the package
-needed will be called `libdevhelp-<version>-dev`.
-
-WebKit
-------
-
-The Devhelp plugin uses the awesome WebKit GTK+ widget to display documentation
-in.  You will need at least version 1.1.18 of the 1.0 series of WebKit to
-build the Devhelp plugin.  If you can compile the `Webhelper` plugin, which
-is also a part of the combined Geany plugins package, you should have
-everything needed to satisfy this dependency.
-
-Hint: If you're on a Debian-based distro (and probably others), the package
-needed will be called `libwebkitgtk-<version>-dev`.
-
-See Also
-========
-
-If you'd rather have your documentation opened in a separate window, not
-integrated into Geany's user-interface, make sure to check out the `GeanyDoc`
-plugin, which is also a part of the combined Geany plugins package.  This
-plugin will let you execute external commands with the current word (or
-interactively) to view documentation.  See the plugin's documentation for more
-information.
-
-License
-=======
-
-The Devhelp plugin is distributed under the terms of the GNU General Public
-License as published by the Free Software Foundation, either version 3 of the
-License, or (at your option) any later version. You should have received a copy
-of the GNU General Public License along with the Devhelp plugin, in the COPYING
-file.  If not, see <http://www.gnu.org/licenses/>.
-
-Bug Reports and Feature Requests
-================================
-
-To report a bug or ask for a new feature, please use the Geany-Plugins tracker
-on SourceForge: http://sourceforge.net/tracker/?group_id=222729
-
-Contact
-=======
-
-You can email me at <codebrainz at users.sourceforge.net>, or find me on the
-#geany IRC channel on FreeNode, with the nickname 'codebrainz'.
+You can email me at <codebrainz at users.sourceforge.net>, or find me on the #geany IRC channel on FreeNode, with the nickname 'codebrainz'.

Modified: trunk/geany-plugins/po/ru.po
===================================================================
--- trunk/geany-plugins/po/ru.po	2011-10-08 11:40:47 UTC (rev 2251)
+++ trunk/geany-plugins/po/ru.po	2011-10-08 12:45:14 UTC (rev 2252)
@@ -9,7 +9,7 @@
 "Project-Id-Version: geany-plugins 0.19\n"
 "Report-Msgid-Bugs-To: \n"
 "POT-Creation-Date: 2011-10-07 14:17+0400\n"
-"PO-Revision-Date: 2011-10-08 15:06+0300\n"
+"PO-Revision-Date: 2011-10-08 16:10+0300\n"
 "Last-Translator: Alexander Petukhov <devel at apetukhov.ru>\n"
 "Language-Team: Russian <geany-i18n at uvena.de>\n"
 "Language: ru\n"
@@ -573,13 +573,12 @@
 msgstr "Переключиться на вкладку поиска в боковой панели"
 
 #: ../devhelp/src/dhp-plugin.c:189
-#, fuzzy
 msgid "Toggle documentation tab"
-msgstr "Интерактивная документация"
+msgstr "Переключиться на вкладку документации"
 
 #: ../devhelp/src/dhp-plugin.c:191
 msgid "Activate all tabs"
-msgstr "Переключиться на вкладки документации"
+msgstr "Активировать все вкладки документации"
 
 #: ../devhelp/src/dhp-plugin.c:193
 msgid "Search for current tag in Devhelp"

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Plugins-Commits mailing list