[Geany-devel] geany-plugins on openbsd

2009-07-24 Thread Serge A. Ribalchenko
Hi there, yesterday I tried to build geany-plugins 0.17.1 on my home notebook with openbsd 4.4 on it. It just won't compile. Problem was in geany-plugins-0.17.1/geanygdb/src/gdb-ui-main.c, there we have include line, > #include and my openbsd system does not have that file. After an hour or so

Re: [Geany-devel] SF.net SVN: geany:[4020] branches/build-system

2009-07-24 Thread Enrico Tröger
On Fri, 24 Jul 2009 00:59:13 +, ele...@users.sourceforge.net wrote: >Revision: 4020 > http://geany.svn.sourceforge.net/geany/?rev=4020&view=rev >Author: elextr >Date: 2009-07-24 00:59:12 + (Fri, 24 Jul 2009) > >Log Message: >--- >Merge with trunk Building the code

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-24 Thread Enrico Tröger
On Wed, 22 Jul 2009 13:12:41 +1000, Lex wrote: >2009/7/22 Enrico Tröger : >> On Tue, 21 Jul 2009 13:45:16 +1000, Lex wrote: >> >>>2009/7/21 Lex Trotman : >>TODO List (Major items only) >> >>I don't know what the impact on plugins is yet, I tried to build >>the > > Any probl

Re: [Geany-devel] Calltip and autocomplete interaction

2009-07-24 Thread Enrico Tröger
On Fri, 24 Jul 2009 12:42:42 +1000, Lex wrote: >Hi Guys, > >When typing a function call, the calltip is shown when the '(' is >typed. It is then replaced by autocomplete suggestions as the >parameter is typed. If the autocomplete is accepted then the calltip >is re-displayed, but if the autocomp

Re: [Geany-devel] Erlang support patch

2009-07-24 Thread Enrico Tröger
On Sat, 18 Jul 2009 23:38:38 +0200, Etienne wrote: >Hi all, > >- some example files would be helpful because most of us probably don't >> know Erlang (at least me) >> > >You'll find attached some source code from Twoorl (Twoorl is an open >source Twitter clone written in Erlang using the ErlyWeb f

Re: [Geany-devel] Calltip and autocomplete interaction

2009-07-24 Thread Enrico Tröger
On Fri, 24 Jul 2009 12:09:17 +0200, Enrico wrote: >Update: while re-reading your initial report and re-testing, it still >doesn't work if you cancel the auto-completion list by typing an >invalid character (invalid in terms of a non-matching item). For this >to work, we would need to explicitly r

Re: [Geany-devel] SF.net SVN: geany:[4020] branches/build-system

2009-07-24 Thread Lex Trotman
2009/7/24 Enrico Tröger : > On Fri, 24 Jul 2009 00:59:13 +, ele...@users.sourceforge.net wrote: > >>Revision: 4020 >>          http://geany.svn.sourceforge.net/geany/?rev=4020&view=rev >>Author:   elextr >>Date:     2009-07-24 00:59:12 + (Fri, 24 Jul 2009) >> >>Log Message: >>--- >>

Re: [Geany-devel] Calltip and autocomplete interaction

2009-07-24 Thread Lex Trotman
Hi Enrico, Tested with r4023 seems to work fine now, thanks. :-D 2009/7/24 Enrico Tröger : > On Fri, 24 Jul 2009 12:42:42 +1000, Lex wrote: > >>Hi Guys, >> >>When typing a function call, the calltip is shown when the '(' is >>typed.  It is then replaced by autocomplete suggestions as the >>parame

Re: [Geany-devel] Calltip and autocomplete interaction

2009-07-24 Thread Enrico Tröger
On Fri, 24 Jul 2009 21:42:03 +1000, Lex wrote: Hey, >>>When typing a function call, the calltip is shown when the '(' is >>>typed.  It is then replaced by autocomplete suggestions as the >>>parameter is typed.  If the autocomplete is accepted then the calltip >>>is re-displayed, but if the autoc

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-24 Thread Thomas Martitz
Lex Trotman schrieb: Known Bugs, Limits and Incomplete (in no particular order) - Latex doesn't work yet, all the hard coded functionality has been removed but the filetype hasn't been updated to configure it back. - Only one execute command is currently supported/working - Dialog entries in p

Re: [Geany-devel] ANN: Configurable Build Menu Alpha in SVN

2009-07-24 Thread Lex Trotman
2009/7/25 Thomas Martitz : > Lex Trotman schrieb: >> >> Known Bugs, Limits and Incomplete (in no particular order) >> - Latex doesn't work yet, all the hard coded functionality has been >> removed but the filetype hasn't been updated to configure it back. >> - Only one execute command is currently

Re: [Geany-devel] Calltip and autocomplete interaction

2009-07-24 Thread Lex Trotman
Hey enrico, 2009/7/25 Enrico Tröger : > On Fri, 24 Jul 2009 21:42:03 +1000, Lex wrote: > > Hey, > > When typing a function call, the calltip is shown when the '(' is typed.  It is then replaced by autocomplete suggestions as the parameter is typed.  If the autocomplete is accepted then