[Geany] java developers using Geany

2012-07-13 Thread Sean Felipe Wolfe
Hello everybody, I'm a enthusiastic Geany supporter but haven't been using it much lately as I've been doing a lot of Java in Eclipse. Well, Eclipse is really starting to annoy me and I'm looking at other options. Part of me says 'learn emacs', but that is an investment in time that I could

[Geany] mac osx -- control-v paste not working

2012-07-13 Thread Sean Felipe Wolfe
Hey everybody, I started playing around with geany for osx via macports, thanks to this article: http://wiki.geany.org/howtos/osx/running everything was going great until I realized that I couldn't paste anything. :P I'm able to copy and paste to an external text file. But copying + pasting

Re: [Geany] mac osx -- control-v paste not working

2012-07-13 Thread Sean Felipe Wolfe
...@codebrainz.ca wrote: On 12-07-13 04:18 PM, Sean Felipe Wolfe wrote: Hey everybody, I started playing around with geany for osx via macports, thanks to this article: http://wiki.geany.org/howtos/osx/running everything was going great until I realized that I couldn't paste anything. :P

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Sean Felipe Wolfe
On Fri, Jul 13, 2012 at 6:25 PM, Matthew Brush mbr...@codebrainz.ca wrote: Getting setup to build with jhbuild and stuff is a pure PITA, but also doesn't require much programming, just patience. There's some info out there for help, search for Building GTK+ on OSX and gtk-osx-application and

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Sean Felipe Wolfe
On Mon, Jul 16, 2012 at 1:43 PM, Matthew Brush mbr...@codebrainz.ca wrote: On 12-07-16 01:21 PM, Sean Felipe Wolfe wrote: Just for comparison, here's my build: http://codebrainz.ca/images/geany-mac.png That looks pretty good! I've got a GTK build environment running, gtk-demo works, so

Re: [Geany] mac osx -- control-v paste not working

2012-07-16 Thread Sean Felipe Wolfe
On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe ether@gmail.com wrote: That looks pretty good! I've got a GTK build environment running, gtk-demo works, so going to grab the Geany code and try a build. I just downloaded the latest code tarball from here: http://git.geany.org/geany

Re: [Geany] mac osx -- control-v paste not working

2012-07-25 Thread Sean Felipe Wolfe
On Tue, Jul 17, 2012 at 8:43 PM, Matthew Brush mbr...@codebrainz.ca wrote: On Mon, Jul 16, 2012 at 2:33 PM, Sean Felipe Wolfe Trying to understand why your paste works and mine doesn't. It might be part of the extra GTK+ library I'm using: http://gtk-osx.sourceforge.net/ige-mac-integration

[Geany-devel] draggable tabs - current state?

2012-07-13 Thread Sean Felipe Wolfe
I'd like to be able to have 2-3 columns of tabs and be able to drag + rearrange, something like Eclipse's draggable tab setup -- one of the few things I like about Eclipse. I assume this is non-trivial ... how horribly difficult would it be? I'm not very C or GTK experienced, but I got into Geany

Re: [Geany-devel] Introduction

2012-07-13 Thread Sean Felipe Wolfe
Hey Jacob ... my name is Sean Wolfe and I'm in a similar position to yourself, not a lot of Geany type contributions made as yet but I'm enthusiastic about the technology and would like to see it grow. I just got back on the Geany list after some time away from Geany , and I saw your intro hadn't

Re: [Geany-devel] draggable tabs - current state?

2012-07-14 Thread Sean Felipe Wolfe
What does 'notebook' refer to in this context? It sounds like it refers to the windowspace of the gtk app as a whole? Or did I get that wrong? ___ Geany-devel mailing list Geany-devel@uvena.de https://lists.uvena.de/cgi-bin/mailman/listinfo/geany-devel

Re: [Geany-devel] osx build problem

2012-07-17 Thread Sean Felipe Wolfe
BTW, I was able to resolve this ... looks like the osx implementation of glib is a bit flaky. Anyhow this fix helped me get by: https://github.com/vguerci/Deluge.app/blob/master/osx/README.md On Tue, Jul 17, 2012 at 11:24 AM, Sean Felipe Wolfe ether@gmail.com wrote: Hello all, I'm

[Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Sean Felipe Wolfe
Sorry to be kind of spammy today. Just ran into what looks like a build error? I cloned the git repo, ran autogen.sh, and make is giving me this error: - CC utils.o CC vte.o CXXLD geany ld: unknown option: --export-dynamic - This is on osx Lion. Any

Re: [Geany-devel] OSX build error: ld: unknown option: --export-dynamic

2012-07-17 Thread Sean Felipe Wolfe
On Tue, Jul 17, 2012 at 2:17 PM, Colomban Wendling lists@herbesfolles.org wrote: ...or we could drop our flag and let GModule pkg-config flags deal with it. Fixed with commit https://github.com/geany/geany/commit/d11f9a51b939bf39c3c1676ab823147d460ede75 Regards, Colomban Nice! I