Hi Guys I'm a HUGE FAN GeAny :D (Converting my peers one at time ) I want start to contribute got a few features/plugins in mind :P
My name is Jacques du Rand 29 from South Africa
Quick Question: -I get a copy of source via svn compiles fine -Builds fine -Run it as <geany-svn-snapshot>src/geany -c ~/.config/geanydev
THEN : ERROR1: I can't see any open files in "File Open Dialog" I can see files in "Project -> Open" dailog ? ERROR2:Plugins list is empty ?
Any hints or ideas ?
Best Regards Jacques du Rand
1)
Hi,
On 27/09/2011 16:44, Jacques du Rand wrote:
Quick Question: -I get a copy of source via svn compiles fine -Builds fine -Run it as<geany-svn-snapshot>src/geany -c ~/.config/geanydev
THEN : ERROR1: I can't see any open files in "File Open Dialog" I can see files in "Project -> Open" dailog ?
Could be related to a file filter bug - do any filters work?
Are you using the latest SVN? (Try 'svn info' to find out).
ERROR2:Plugins list is empty ?
Probably you haven't installed Geany?
Hi Nick svn is up2date yes - Details below Funny enough I can see directories but no files I've changed fiilters to all types (drop down bottom right) but no joy ?
URL: https://geany.svn.sourceforge.net/svnroot/geany/trunk Repository Root: https://geany.svn.sourceforge.net/svnroot/geany Repository UUID: ea778897-0a13-0410-b9d1-a72fbfd435f5 Revision: 5961 Node Kind: directory Schedule: normal Last Changed Author: frlan Last Changed Rev: 5961 Last Changed Date: 2011-09-26 20:17:45 +0200 (Mon, 26 Sep 2011)
On Tue, Sep 27, 2011 at 6:09 PM, Nick Treleaven nick.treleaven@btinternet.com wrote:
Hi,
On 27/09/2011 16:44, Jacques du Rand wrote:
Quick Question: -I get a copy of source via svn compiles fine -Builds fine -Run it as<geany-svn-snapshot>src/geany -c ~/.config/geanydev
THEN : ERROR1: I can't see any open files in "File Open Dialog" I can see files in "Project -> Open" dailog ?
Could be related to a file filter bug - do any filters work?
Are you using the latest SVN? (Try 'svn info' to find out).
ERROR2:Plugins list is empty ?
Probably you haven't installed Geany? _______________________________________________ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel
On 09/27/2011 09:09 AM, Nick Treleaven wrote:
Hi,
On 27/09/2011 16:44, Jacques du Rand wrote:
Quick Question: -I get a copy of source via svn compiles fine -Builds fine -Run it as<geany-svn-snapshot>src/geany -c ~/.config/geanydev
I've had this problem before several times. It's most likely related to you not having installed Geany but it thinks it's going to be installed somewhere (/usr/local by default). Here's what I would do:
Assuming you will install it into `~/geanydev`
$ cd /where/geany/source/is $ ./configure --prefix=/home/your-username/geanydev $ make $ make install $ ~/geanydev/bin/geany -c ~/.config/geanydev
You'll have to use the same prefix with any plugins you install, or you can set the "Extra plugin path" in Preferences->General->Startup to point to where you're plugins are.
Cheers, Matthew Brush
Matthew, You a star :D ! It works thanks !
Regards Jacques
On Wed, Sep 28, 2011 at 1:20 AM, Matthew Brush mbrush@codebrainz.ca wrote:
On 09/27/2011 09:09 AM, Nick Treleaven wrote:
Hi,
On 27/09/2011 16:44, Jacques du Rand wrote:
Quick Question: -I get a copy of source via svn compiles fine -Builds fine -Run it as<geany-svn-snapshot>src/geany -c ~/.config/geanydev
I've had this problem before several times. It's most likely related to you not having installed Geany but it thinks it's going to be installed somewhere (/usr/local by default). Here's what I would do:
Assuming you will install it into `~/geanydev`
$ cd /where/geany/source/is $ ./configure --prefix=/home/your-username/geanydev $ make $ make install $ ~/geanydev/bin/geany -c ~/.config/geanydev
You'll have to use the same prefix with any plugins you install, or you can set the "Extra plugin path" in Preferences->General->Startup to point to where you're plugins are.
Cheers, Matthew Brush _______________________________________________ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel