Revision: 623 http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=623&view=rev Author: dmaphy Date: 2009-05-04 21:16:59 +0000 (Mon, 04 May 2009)
Log Message: ----------- be consistent with naming issues. name of this plugin is GeanyGDB, unix name is geanygdb
Modified Paths: -------------- trunk/geanygdb/README trunk/geanygdb/configure.in
Modified: trunk/geanygdb/README =================================================================== --- trunk/geanygdb/README 2009-05-03 22:52:25 UTC (rev 622) +++ trunk/geanygdb/README 2009-05-04 21:16:59 UTC (rev 623) @@ -2,22 +2,30 @@ .. |(download_current)| replace:: http://plugins.geany.org/geanygdb/geanygdb-0.0.2.tar.gz
=============== -Geanygdb Plugin +GeanyGDB Plugin ===============
.. contents::
About ===== -This is a plugin to provide integrated debugging from Geany using the GNU -debugger (gdb). It was developed and tested on openSUSE-10.3 with GDB-6.7.50. -Other recent versions of GDB will probably work, but operating systems other -than Linux-PC will not work, at least not without some considerable hacking. +GeanyGDB is a plugin for Geany which provides integrated debugging support +within Geany via the GNU Debugger (gdb).
+Geany is a small and lightweight integrated development environment using the +GTK2 toolkit.
+The GNU Debugger is a source-level debugger for C, C++, Fortran, Modula 2 and +Java programs. + +It was developed and tested on openSUSE-10.3 with GDB-6.7.50. Other recent +versions of GDB will probably work, but operating systems other than Linux-PC +will not work, at least not without some considerable hacking. + + Current Version =============== -The current stable Geanygdb release is |(version)|. +The current stable GeanyGDB release is |(version)|.
Requirements @@ -89,11 +97,11 @@ Current Version ---------------
-============= ================ ============================================================ -Geany Version Geanygdb Version Download -============= ================ ============================================================ +============= ================ ================================================= +Geany Version GeanyGDB Version Download +============= ================ ================================================= 0.16 |(version)| |(download_current)| -============= ================ ============================================================ +============= ================ =================================================
Up to date source code can be downloaded here::
@@ -102,11 +110,11 @@ previous Versions -----------------
-======================= ================ ============================================================ -Geany Version Geanygdb Version Download -======================= ================ ============================================================ +======================= ================ ========================================================= +Geany Version GeanyGDB Version Download +======================= ================ ========================================================= known to work with 0.14 0.0.1 http://plugins.geany.org/geanygdb/geanydebug-0.0.1.tar.gz -======================= ================ ============================================================ +======================= ================ =========================================================
Contact
Modified: trunk/geanygdb/configure.in =================================================================== --- trunk/geanygdb/configure.in 2009-05-03 22:52:25 UTC (rev 622) +++ trunk/geanygdb/configure.in 2009-05-04 21:16:59 UTC (rev 623) @@ -65,7 +65,7 @@ ])
echo "----------------------------------------" -echo "Install geanygdb in : ${libdir}" +echo "Install GeanyGDB in : ${libdir}" echo "Using Geany version : ${GEANY_VERSION}" echo "Using GTK version : ${GTK_VERSION}" echo ""
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
plugins-commits@lists.geany.org