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

yurand at users.sourceforge.net yurand at xxxxx
Fri Feb 6 11:15:05 UTC 2009


Revision: 450
          http://geany-plugins.svn.sourceforge.net/geany-plugins/?rev=450&view=rev
Author:   yurand
Date:     2009-02-06 11:15:05 +0000 (Fri, 06 Feb 2009)

Log Message:
-----------
GeanyPrj: Readme update, set geany minimal version to 0.16

Modified Paths:
--------------
    trunk/geanyprj/README
    trunk/geanyprj/configure.in

Modified: trunk/geanyprj/README
===================================================================
--- trunk/geanyprj/README	2009-02-06 10:07:50 UTC (rev 449)
+++ trunk/geanyprj/README	2009-02-06 11:15:05 UTC (rev 450)
@@ -10,7 +10,7 @@
 =====
 
 geanyprj is alternative project manager for Geany fast light IDE. In order to use it
-you need Geany 0.15.
+you need Geany 0.16.
 
 Why it was created?
 -------------------
@@ -19,12 +19,12 @@
 in Internet. But there are also a lot of crappy sources and when you want steal something
 you need to check if it is good or not. Ability to jump to definition/declaration and back is
 great help for such task. But no other text editor or IDE I know allow this without a lot of setuping.
-You have to create "project/import project" add files. When you finish with one project
+You have to create/import project add files. When you finish with one project
 you need to close it and repeat procedure for all other. Great time wasting. If you are checking
 about 10 potential places you want steal code from, you won't create any project and don't
 get "jump to definition/declaration" just because it is too much bother.
 
-geanyprj try to provide "jump to definition/declaration" functions with as little setup as possible.
+geanyprj aims to provide "jump to definition/declaration" functions with as little setup as possible.
 
 Why different project manager, why don't improve existing code in Geany?
 ------------------------------------------------------------------------
@@ -44,9 +44,6 @@
 Usage
 =====
 
-geanyprj can't work together with Geany internal project support and try to disable
-it as best as it can, It will close any Geany project and make Project menu invisible.
-
 geanyprj add "Tools->Project" menu and sidebar "Project" tab.
 
 Project properties
@@ -127,12 +124,32 @@
 Download
 ========
 
-The current version is |(version)|, download it here http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.4.tar.gz
+The current version is:
 
+============= =============== ============================================================
+Geany Version Geanyvc Version Download
+============= =============== ============================================================
+0.16              |(version)| http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.5.tar.gz
+============= =============== ============================================================
+
 Up to date source code can be downloaded here::
 
   svn checkout http://geany-plugins.svn.sourceforge.net/svnroot/geany-plugins/trunk/geanyprj
+  
+If you have old version of Geany installed you need old version of plugin as well. These versions of plugin
+are no longer supported and if you find bug in one of them, it won't be fixed unless you do it yourself.
 
+============= =============== ==========================================================
+Geany Version Geanyvc Version Download
+============= =============== ==========================================================
+0.15                      0.4 http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.4.tar.gz
+
+0.14                      0.3 http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.3.tar.gz
+
+0.13                      0.2 http://users.cosmostv.by/yurand/geanyprj/geanyprj-0.2.tar.gz
+============= =============== ==========================================================
+
+
 Gentoo
 ------
 

Modified: trunk/geanyprj/configure.in
===================================================================
--- trunk/geanyprj/configure.in	2009-02-06 10:07:50 UTC (rev 449)
+++ trunk/geanyprj/configure.in	2009-02-06 11:15:05 UTC (rev 450)
@@ -16,7 +16,7 @@
 
 
 # checking for Geany
-PKG_CHECK_MODULES(GEANY, [geany >= 0.15])
+PKG_CHECK_MODULES(GEANY, [geany >= 0.16])
 AC_SUBST(GTK_CFLAGS)
 AC_SUBST(GTK_LIBS)
 


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