From synkro at gmx.net Mon Jun 21 19:32:51 2010 From: synkro at gmx.net (synkro) Date: Mon, 21 Jun 2010 21:32:51 +0200 Subject: [Valencia] Empty file valencia.gedit-plugin Message-ID: <4C1FBE63.3090503@gmx.net> Hi! I buil?t the latest version (1844) from the SVN but the file valencia.gedit-plugin is empty. Is that a bug or do I have to fill it myself? Thanks. synkro From adam at yorba.org Mon Jun 21 19:37:52 2010 From: adam at yorba.org (Adam Dingle) Date: Mon, 21 Jun 2010 12:37:52 -0700 Subject: [Valencia] Empty file valencia.gedit-plugin In-Reply-To: <4C1FBE63.3090503@gmx.net> References: <4C1FBE63.3090503@gmx.net> Message-ID: <4C1FBF90.4010409@yorba.org> On 06/21/2010 12:32 PM, synkro wrote: > Hi! > > I buil?t the latest version (1844) from the SVN but the file > valencia.gedit-plugin is empty. Is that a bug or do I have to fill it > myself? Thanks. > synkro, valencia.gedit-plugin should be automatically generated by the following rule in the Valencia makefile: valencia.gedit-plugin: valencia.gedit-plugin.m4 Makefile m4 -DVERSION='$(VERSION)' valencia.gedit-plugin.m4 > valencia.gedit-plugin Perhaps you don't have m4 installed? (Probably we should check in the Makefile to make sure it is present.) adam From celil.kj at gmail.com Tue Jun 22 05:54:17 2010 From: celil.kj at gmail.com (celil) Date: Mon, 21 Jun 2010 22:54:17 -0700 Subject: [Valencia] valencia on the Mac In-Reply-To: <4C1FBE63.3090503@gmx.net> References: <4C1FBE63.3090503@gmx.net> Message-ID: <4C205009.7060607@gmail.com> Hello, Do you provide any valencia binaries for the Mac? I downloaded a gedit binary from their official website http://projects.gnome.org/gedit/ and now I would like to install valencia on that. It would be really nice if I could get a binary from somewhere, and plug it under the gedit directory. Thanks, Celil From adam at yorba.org Tue Jun 22 15:40:32 2010 From: adam at yorba.org (Adam Dingle) Date: Tue, 22 Jun 2010 08:40:32 -0700 Subject: [Valencia] valencia on the Mac In-Reply-To: <4C205009.7060607@gmail.com> References: <4C1FBE63.3090503@gmx.net> <4C205009.7060607@gmail.com> Message-ID: <4C20D970.3030007@yorba.org> On 06/21/2010 10:54 PM, celil wrote: > Hello, > > Do you provide any valencia binaries for the Mac? > > I downloaded a gedit binary from their official website > http://projects.gnome.org/gedit/ > and now I would like to install valencia on that. It would be really > nice if I could get a binary from somewhere, and plug it under the gedit > directory. > celil, We do not provide a Valencia binary for the Mac. In fact, we've never built Valencia for the Mac. If you have both gedit and valac on the Mac then in theory Valencia should work just fine. If you do manage to build and run it then let us know how it turns out! cheers adam From synkro at gmx.net Tue Jun 22 19:29:12 2010 From: synkro at gmx.net (synkro) Date: Tue, 22 Jun 2010 21:29:12 +0200 Subject: [Valencia] Empty file valencia.gedit-plugin Message-ID: <4C210F08.1030808@gmx.net> Hi Adam! I have m4 installed still empty. I just copied the contents in to the empty file. Valencia works fine now. I am missing the symbol browser. Is there a shortcut to make it visible? I enabled all views but still nothing. greets synkro From adam at yorba.org Tue Jun 22 19:46:21 2010 From: adam at yorba.org (Adam Dingle) Date: Tue, 22 Jun 2010 12:46:21 -0700 Subject: [Valencia] Empty file valencia.gedit-plugin In-Reply-To: <4C210F08.1030808@gmx.net> References: <4C210F08.1030808@gmx.net> Message-ID: <4C21130D.9020800@yorba.org> On 06/22/2010 12:29 PM, synkro wrote: > Hi Adam! > > I have m4 installed still empty. I just copied the contents in to the > empty file. Valencia works fine now. > Glad to hear Valencia is working. If m4 is installed, I'm surprised that valencia.gedit-plugin is not being generated. Could you try this? % rm valencia.gedit-plugin % make valencia.gedit-plugin When you do that, does the m4 command run? What does valencia.gedit-plugin look like afterward? > I am missing the symbol browser. Is there a shortcut to make it visible? > I enabled all views but still nothing. > Yes, there is a shortcut: use the Search->Find Symbol command or type Ctrl+Alt+S. Alternatively, choose View->Side Pane, and then in the bottom of the side pane click on the tab icon which looks like a magnifying class. Either of these approaches should take you to the symbol browser. cheers adam