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

2009-08-17 Thread Enrico Tröger
On Sun, 16 Aug 2009 15:00:18 +1000, Lex wrote: Hey guys, I won't respond on all details of this part of the thread due to lack of time and more importantly because of lack of knowledge at some parts. One comment though: a Perl dependency is not an option even not if it were installed on 100% of

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

2009-08-16 Thread Lex Trotman
I think we agree but are saying it differently. Let me re-state it from scratch. 1. Killing all the child build processes is significant but not impossible work and implementing it in C isn't very portable. 2. Even if we were willing to do the work involved in 1, killing a build is risky because

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

2009-08-16 Thread Thomas Martitz
Lex Trotman schrieb: It may not be the users build script, for example, have you checked fully what Geany's make does??? I havn't even looked at it :-) For those we can make sure it doesn't harm to kill those. Otherwise I consider this as an actual bug in Geany. Sorry, I'm not qui

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

2009-08-16 Thread Lex Trotman
>> It may not be the users build script, for example, have you checked >> fully what Geany's make does??? I havn't even looked at it :-) >> > > For those we can make sure it doesn't harm to kill those. Otherwise I > consider this as an actual bug in Geany. Sorry, I'm not quite sure I understand yo

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

2009-08-16 Thread Thomas Martitz
Lex Trotman schrieb: 2009/8/17 Thomas Martitz : Lex Trotman schrieb: Killing is done in the client (the snippet came from rbclient.rb). The server just sends a message CANCEL, the client in turn calls killchild. Ok, which is client and which is server is not well defined :-

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

2009-08-16 Thread Lex Trotman
2009/8/17 Thomas Martitz : > Lex Trotman schrieb: > >>> Killing is done in the client (the snippet came from rbclient.rb). The >>> server just sends a message CANCEL, the client in turn calls killchild. >>> >>> >> >> Ok, which is client and which is server is not well defined :-) >> > > > It is, it

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

2009-08-16 Thread Thomas Martitz
Lex Trotman schrieb: Killing is done in the client (the snippet came from rbclient.rb). The server just sends a message CANCEL, the client in turn calls killchild. Ok, which is client and which is server is not well defined :-) It is, it just wasn't obvious in the snippet. I act

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

2009-08-16 Thread Lex Trotman
2009/8/17 Thomas Martitz : > Lex Trotman schrieb: >> >> 2009/8/16 Thomas Martitz : >> >>> >>> Lex Trotman schrieb: >>> Hi Thomas, Good to hear that there are no major problems. I can see that you may want to kill a long build that you started by accident or when y

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

2009-08-16 Thread Thomas Martitz
Lex Trotman schrieb: 2009/8/16 Thomas Martitz : Lex Trotman schrieb: Hi Thomas, Good to hear that there are no major problems. I can see that you may want to kill a long build that you started by accident or when you realise you forgot to do something first. I've done that more than

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

2009-08-16 Thread Lex Trotman
2009/8/16 Thomas Martitz : > Lex Trotman schrieb: >> >> Hi Thomas, >> >> Good to hear that there are no major problems. >> >> I can see that you may want to kill a long build that you started by >> accident or when you realise you forgot to do something first.  I've >> done that more than once ;-)

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

2009-08-16 Thread Thomas Martitz
Lex Trotman schrieb: Hi Thomas, Good to hear that there are no major problems. I can see that you may want to kill a long build that you started by accident or when you realise you forgot to do something first. I've done that more than once ;-) In Geany execute changes to stop while running,

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

2009-08-15 Thread Lex Trotman
Hi Thomas, Good to hear that there are no major problems. I can see that you may want to kill a long build that you started by accident or when you realise you forgot to do something first. I've done that more than once ;-) In Geany execute changes to stop while running, but build doesn't. The

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

2009-08-15 Thread Thomas Martitz
Lex Trotman schrieb: Hi All, The first alpha release of a version of Geany with flexible configuration of the Build Menu is available in the build-system branch of svn, https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system/ I'm loving this branch already, and use it on a d

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

2009-07-31 Thread Thomas Martitz
Enrico Tröger schrieb: So a good debugging time in trunk is important. As you said releasing trunk before the merge will allow that time without the current release getting too stale. Yes. We will do a release in the middle or end of August. After that release, we can merge the build-sy

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

2009-07-27 Thread Lex Trotman
2009/7/28 Enrico Tröger : > On Mon, 27 Jul 2009 10:52:08 +1000, Lex wrote: > >>2009/7/26 Frank Lanitz : >>> On Sat, 18 Jul 2009 16:54:16 +0200 >>> Enrico Tröger wrote: >>> On Sat, 18 Jul 2009 23:19:41 +1000, Lex wrote: >>And then get it into trunk for a wider audience. >>

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

2009-07-27 Thread Enrico Tröger
On Mon, 27 Jul 2009 10:52:08 +1000, Lex wrote: >2009/7/26 Frank Lanitz : >> On Sat, 18 Jul 2009 16:54:16 +0200 >> Enrico Tröger wrote: >> >>> On Sat, 18 Jul 2009 23:19:41 +1000, Lex wrote: >>> >>> >>> >>And then get it into trunk for a wider audience. >>> >> >>> >> I'm wondering if it is worth to

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

2009-07-26 Thread Lex Trotman
2009/7/26 Frank Lanitz : > On Sat, 18 Jul 2009 16:54:16 +0200 > Enrico Tröger wrote: > >> On Sat, 18 Jul 2009 23:19:41 +1000, Lex wrote: >> >> >> >>And then get it into trunk for a wider audience. >> >> >> >> I'm wondering if it is worth to make another release before merging >> >> the branch or t

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

2009-07-26 Thread Frank Lanitz
On Sat, 18 Jul 2009 16:54:16 +0200 Enrico Tröger wrote: > On Sat, 18 Jul 2009 23:19:41 +1000, Lex wrote: > > > >>And then get it into trunk for a wider audience. > >> > >> I'm wondering if it is worth to make another release before merging > >> the branch or to do it before. > >> Doing a releas

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

2009-07-25 Thread Enrico Tröger
On Sat, 25 Jul 2009 15:37:47 +1000, Lex wrote: >> which doesn't happen with trunk. Enrico also reported crashes on >> plain opening. Here's his backtrace: >> http://nopaste.geany.org/p/m4f327d9c > >Can't replicate crash on project open, crash on change S/B fixed and >should also fix likely cause

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] 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 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] ANN: Configurable Build Menu Alpha in SVN

2009-07-21 Thread Lex Trotman
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 problems will quickly show up once the code is in trunk. >>> >>

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

2009-07-21 Thread 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 problems will quickly show up once the code is in trunk. >>> >> >> Plugins won't build, filetype.h now

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

2009-07-20 Thread Lex Trotman
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 problems will quickly show up once the code is in trunk. >> > > Plugins won't build, filetype.h now uses build.h which isn't installed > to /usr/local/includ

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

2009-07-20 Thread Lex Trotman
>>TODO List (Major items only) >> >>I don't know what the impact on plugins is yet, I tried to build the > > Any problems will quickly show up once the code is in trunk. > Plugins won't build, filetype.h now uses build.h which isn't installed to /usr/local/include/geany/ I'm AC_illiterate, where

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

2009-07-18 Thread Enrico Tröger
On Sat, 18 Jul 2009 23:19:41 +1000, Lex wrote: >>And then get it into trunk for a wider audience. >> >> I'm wondering if it is worth to make another release before merging >> the branch or to do it before. >> Doing a releasing before merging would make the release more stable >> probably and give

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

2009-07-18 Thread Lex Trotman
> Probably all true but on the other hand, it just don't hurt :). I > didn't say you should use them, just that I use them. > Wasn't any criticism, but as I had to *read the documentation* to see what they did I thought I'd mention. >>probably worth Wstrict-prototypes > > This causes lots of warn

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

2009-07-18 Thread Enrico Tröger
On Sat, 18 Jul 2009 21:12:26 +1000, Lex wrote: >I have commented out execute/stop button code because now that >multiple executes are possible the question is, which one does the >button execute/stop?? Not sure. New features, new problems, haha. Maybe it's enough to let the Run/Stop button stick

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

2009-07-18 Thread Enrico Tröger
On Sat, 18 Jul 2009 22:17:06 +1000, Lex wrote: >2009/7/18 Enrico Tröger : >> On Fri, 17 Jul 2009 10:03:15 +1000, Lex wrote: >> - you really should fix the compiler warnings, I get a whole bunch when compiling the code (see attachment). Most of them are harmless like unused variables

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

2009-07-18 Thread Lex Trotman
2009/7/18 Enrico Tröger : > On Fri, 17 Jul 2009 10:03:15 +1000, Lex wrote: > >>> - you really should fix the compiler warnings, I get a whole bunch >>> when compiling the code (see attachment). Most of them are harmless >>> like unused variables but the more warnings you usually have, the >>> bigge

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

2009-07-18 Thread Lex Trotman
2009/7/18 Enrico Tröger : > On Fri, 17 Jul 2009 18:13:18 +1000, Lex wrote: > >>Enrico, >> Otherwise, tell me exactly what's the problem, then I'll have a look. >>> >>> Now I know where I'll have a look first, it probably just needs to >>> point to the right menu items again. >>> >> >

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

2009-07-17 Thread Enrico Tröger
On Fri, 17 Jul 2009 18:13:18 +1000, Lex wrote: >Enrico, > >>> Otherwise, tell me exactly what's the problem, then I'll have a >>> look. >>> >> >> Now I know where I'll have a look first, it probably just needs to >> point to the right menu items again. >> > >Ok, I'm lost again, for me the build to

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

2009-07-17 Thread Enrico Tröger
On Fri, 17 Jul 2009 10:03:15 +1000, Lex wrote: >> - you really should fix the compiler warnings, I get a whole bunch >> when compiling the code (see attachment). Most of them are harmless >> like unused variables but the more warnings you usually have, the >> bigger the danger is to overlook a rea

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

2009-07-17 Thread Lex Trotman
Enrico, >> Otherwise, tell me exactly what's the problem, then I'll have a look. >> > > Now I know where I'll have a look first, it probably just needs to > point to the right menu items again. > Ok, I'm lost again, for me the build toolbar menu is never enabled, the toolbutton is there ok and wo

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

2009-07-16 Thread Lex Trotman
2009/7/17 Enrico Tröger : > On Mon, 13 Jul 2009 12:50:09 +1000, Lex wrote: > >>2009/7/13 Andreas Mokros >> >>> Hi. >>> >>> On Thu, 9 Jul 2009 17:25:33 +1000 >>> Lex Trotman wrote: >>> > - Very limited testing so far (C/C++ filetypes only) >>> >>> OK. Did some testing with haxe files now. >>> >>>

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

2009-07-16 Thread Lex Trotman
> > Btw, current SVN crashes in src/build.c:1549. The free() on labeltxt is > wrong because labeltxt isn't allocated nor initialised before, i guess > just a typo :). > fixed thanks incompletely removed unused code at the last minute, pity it didn't crash for me, labeltxt must have happened to be

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

2009-07-16 Thread Lex Trotman
2009/7/17 Enrico Tröger > On Thu, 9 Jul 2009 17:38:57 +1000, Lex wrote: > > >An extra Known Bug so Nick and Enciro don't beat me up > > > >Source formatting and especially very long lines not yet fixed. (well > >they fit on my widescreen monitor) > > A very few general notes: > > - I think it'd b

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

2009-07-16 Thread Enrico Tröger
On Thu, 16 Jul 2009 18:05:04 +0200, Enrico wrote: >On Sat, 11 Jul 2009 23:08:37 +1000, Lex wrote: > > >>PS A question for Enrico/Nick, I was using geany.html as a test file >>and I noticed that it is interpreted as XML and so doesn't have the >>ability to show it in a browser, I thought I had *ano

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

2009-07-16 Thread Enrico Tröger
On Mon, 13 Jul 2009 12:50:09 +1000, Lex wrote: >2009/7/13 Andreas Mokros > >> Hi. >> >> On Thu, 9 Jul 2009 17:25:33 +1000 >> Lex Trotman wrote: >> > - Very limited testing so far (C/C++ filetypes only) >> >> OK. Did some testing with haxe files now. >> >> The "build"-button in the toolbar doesn'

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

2009-07-16 Thread Enrico Tröger
On Thu, 9 Jul 2009 17:38:57 +1000, Lex wrote: >An extra Known Bug so Nick and Enciro don't beat me up > >Source formatting and especially very long lines not yet fixed. (well >they fit on my widescreen monitor) A very few general notes: - I think it'd better if you would format your code properl

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

2009-07-16 Thread Enrico Tröger
On Thu, 16 Jul 2009 18:24:14 +0200, Thomas wrote: >Enrico Tröger schrieb: >> On Thu, 16 Jul 2009 18:17:10 +0200, Enrico wrote: >> >> >>> On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: >>> >>> Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: >

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

2009-07-16 Thread Thomas Martitz
Enrico Tröger schrieb: On Thu, 16 Jul 2009 18:17:10 +0200, Enrico wrote: On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: Alright, I did a svn up in the branch, at it's still at r3952. And my patch is

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

2009-07-16 Thread Enrico Tröger
On Thu, 16 Jul 2009 18:17:10 +0200, Enrico wrote: >On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: > >>Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: >>> >>> Alright, I did a svn up in the branch, at it's still at >>> r3952. And my patch is against that revision. >>>

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

2009-07-16 Thread Enrico Tröger
On Mon, 13 Jul 2009 14:55:20 +0200, Frank wrote: >Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: >> >> Alright, I did a svn up in the branch, at it's still at >> r3952. And my patch is against that revision. >> Could it be local changes on your side? >> >> Mo

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

2009-07-16 Thread Enrico Tröger
On Mon, 13 Jul 2009 01:37:51 +0200, Thomas wrote: >The patch is made off the branch, I'm fairly sure (going by the IRC >bot) that there hasn't been much commits in the meantime. Never ever trust this bot, really :). For two reasons: first, the bot relies on the Sourceforge commit mails, which se

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

2009-07-16 Thread Enrico Tröger
On Sat, 11 Jul 2009 23:08:37 +1000, Lex wrote: >PS A question for Enrico/Nick, I was using geany.html as a test file >and I noticed that it is interpreted as XML and so doesn't have the >ability to show it in a browser, I thought I had *another* bug : >( until I noticed the filetype was wrong. I

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

2009-07-14 Thread Lex Trotman
2009/7/14 Thomas Martitz > Lex Trotman schrieb: > > > Well, I haven't evens started to integrate that field, so it's a bit > early to assume how it would behave. > > > > I pretty much planned that it would fill the appropriate defaults if > they're empty. And very few special characters w

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

2009-07-13 Thread Lex Trotman
2009/7/13 Frank Lanitz > Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: > > > > Alright, I did a svn up in the branch, at it's still at r3952. > > And my patch is against that revision. > > Could it be local changes on your side? > > > > Most probably, as I sa

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

2009-07-13 Thread Lex Trotman
2009/7/14 Thomas Martitz > Lex Trotman schrieb: > >> >> >> 2009/7/13 Thomas Martitz > thomas.mart...@student.htw-berlin.de>> >> >>Lex Trotman schrieb: >> >> >> >> >> I tried to apply your patch to my working copy but 25 >>out of >> 27 chunks were rejected,

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

2009-07-13 Thread Thomas Martitz
Lex Trotman schrieb: > Well, I haven't evens started to integrate that field, so it's a bit early to assume how it would behave. > > I pretty much planned that it would fill the appropriate defaults if they're empty. And very few special characters which for example expand to the file

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

2009-07-13 Thread Thomas Martitz
Lex Trotman schrieb: 2009/7/13 Thomas Martitz > Lex Trotman schrieb: I tried to apply your patch to my working copy but 25 out of 27 chunks were rejected, thats the problem with patches on a

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

2009-07-13 Thread Frank Lanitz
Am Montag, den 13.07.2009, 22:34 +1000 schrieb Lex Trotman: > > Alright, I did a svn up in the branch, at it's still at r3952. > And my patch is against that revision. > Could it be local changes on your side? > > Most probably, as I said its still under active dev

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

2009-07-13 Thread Lex Trotman
2009/7/13 Thomas Martitz > Lex Trotman schrieb: > >> >> >> >>I tried to apply your patch to my working copy but 25 out of >>27 chunks were rejected, thats the problem with patches on a >>rapidly changing source. >> >> >>The patch is made off the branch, I'm fairly sure

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

2009-07-13 Thread Lex Trotman
Thanks, I don't get these messages or the crash so hopefully its already fixed in next commit. Cheers Lex 2009/7/13 Andreas Mokros > On Mon, 13 Jul 2009 12:24:53 +1000 > Lex Trotman wrote: > > I can't repeat it here, if you can get it to occur repeatedly please > > run Geany in the debugger an

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

2009-07-13 Thread Lex Trotman
2009/7/13 Andreas Mokros > Hi. > > On Mon, 13 Jul 2009 11:18:08 +1000 > Lex Trotman wrote: > > Sorry that the short summary in the announcement email isn't clear, > > as the table in the manual states, preferences is the ~/.config/geany > > filetypes files. It is worth a quick look at this tabl

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

2009-07-13 Thread Lex Trotman
2009/7/13 Thomas Martitz > Lex Trotman schrieb: > >> >> I'm not entirely satisfied by this approach since I usually have multiple >> things on the go at once, and having to change the configured directory each >> time I change what I'm working on is not nice (but at least with the common >> one I

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

2009-07-13 Thread Lex Trotman
Thanks Frank, fixed. Will be in my next SVN commit. Lex 2009/7/13 Frank Lanitz > Am Donnerstag, den 09.07.2009, 17:25 +1000 schrieb Lex Trotman: > > Hi All, > > > > The first alpha release of a version of Geany with flexible > > configuration of the Build Menu is available in the build-system >

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

2009-07-13 Thread Andreas Mokros
On Mon, 13 Jul 2009 12:50:09 +1000 Lex Trotman wrote: > I wasn't aware of the dropdown since I don't use the > build toolbar item (I use the F9 key). Its not surprising then that > it doesn't work right and I'm surprised it works at all. I see. It's quite new and I think it's more convenient tha

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

2009-07-13 Thread Andreas Mokros
On Mon, 13 Jul 2009 12:24:53 +1000 Lex Trotman wrote: > I can't repeat it here, if you can get it to occur repeatedly please > run Geany in the debugger and attach the backtrace (bt command) and > the project settings/file. I'm a bit in hurry now, so here's just the output of geany -v after closi

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

2009-07-13 Thread Andreas Mokros
Hi. On Mon, 13 Jul 2009 11:18:08 +1000 Lex Trotman wrote: > Sorry that the short summary in the announcement email isn't clear, > as the table in the manual states, preferences is the ~/.config/geany > filetypes files. It is worth a quick look at this table (near the > end of the build menu sect

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

2009-07-13 Thread Frank Lanitz
Am Donnerstag, den 09.07.2009, 17:25 +1000 schrieb Lex Trotman: > Hi All, > > The first alpha release of a version of Geany with flexible > configuration of the Build Menu is available in the build-system > branch of svn, > https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system/ >

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

2009-07-12 Thread Thomas Martitz
Lex Trotman schrieb: I tried to apply your patch to my working copy but 25 out of 27 chunks were rejected, thats the problem with patches on a rapidly changing source. The patch is made off the branch, I'm fairly sure (going by the IRC bot) that there hasn't b

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

2009-07-12 Thread Thomas Martitz
Lex Trotman schrieb: I'm not entirely satisfied by this approach since I usually have multiple things on the go at once, and having to change the configured directory each time I change what I'm working on is not nice (but at least with the common one I would only have to change it in one sp

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

2009-07-12 Thread Lex Trotman
2009/7/13 Thomas Martitz > Lex Trotman schrieb: > >> Hi Thomas, >> >> Thanks for looking at it and working on improvements already. >> >> (below copied from your previous email so I can reply to both at once) >> >> > Great work! That's a thing I'm really missing for Geany. >> >> > I'm digging in

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

2009-07-12 Thread Lex Trotman
2009/7/13 Andreas Mokros > Hi. > > On Thu, 9 Jul 2009 17:25:33 +1000 > Lex Trotman wrote: > > - Very limited testing so far (C/C++ filetypes only) > > OK. Did some testing with haxe files now. > > The "build"-button in the toolbar doesn't seem to work correctly. By > default it is disabled for h

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

2009-07-12 Thread Lex Trotman
Andreas, I can't repeat it here, if you can get it to occur repeatedly please run Geany in the debugger and attach the backtrace (bt command) and the project settings/file. Actually my 0.17 did crash on closing yesterday, but it had been running all day and I figured it was just tired;-) but maybe

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

2009-07-12 Thread Lex Trotman
2009/7/13 Andreas Mokros > Hi. > > This is a great addition, thanks. > A couple of quick remarks before I'll test it further: > > On Thu, 9 Jul 2009 17:25:33 +1000 > Lex Trotman wrote: > > - Configuration sourced from project if open, preferences, filetypes, > > defaults (in that order) > > Can

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

2009-07-12 Thread Andreas Mokros
On Mon, 13 Jul 2009 01:41:03 +0200 Andreas Mokros wrote: > OK. Did some testing with haxe files now. Another thing: Closing a project apparently crashes Geany (switching to another project seems to work). -- Mockey ___ Geany-devel mailing list Geany-de

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

2009-07-12 Thread Andreas Mokros
Hi. On Thu, 9 Jul 2009 17:25:33 +1000 Lex Trotman wrote: > - Very limited testing so far (C/C++ filetypes only) OK. Did some testing with haxe files now. The "build"-button in the toolbar doesn't seem to work correctly. By default it is disabled for haxe files. Adding a "_Build" command under "

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

2009-07-12 Thread Thomas Martitz
Lex Trotman schrieb: Hi Thomas, Thanks for looking at it and working on improvements already. (below copied from your previous email so I can reply to both at once) > Great work! That's a thing I'm really missing for Geany. > I'm digging in a bit. The dialog looks good already, but I think it

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

2009-07-12 Thread Andreas Mokros
Hi. This is a great addition, thanks. A couple of quick remarks before I'll test it further: On Thu, 9 Jul 2009 17:25:33 +1000 Lex Trotman wrote: > - Configuration sourced from project if open, preferences, filetypes, > defaults (in that order) Can it be that you don't take the user-defined fil

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

2009-07-11 Thread Lex Trotman
Hi Thomas, Thanks for looking at it and working on improvements already. (below copied from your previous email so I can reply to both at once) > Great work! That's a thing I'm really missing for Geany. > I'm digging in a bit. The dialog looks good already, but I think it lacks a important fiel

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

2009-07-11 Thread Thomas Martitz
Thomas Martitz schrieb: I'm looking at the code in the hope I can add it. It's a bit hard for me to read the code, it lacks comments and structure here and there, but I hope I'll find my way. Alright, I've got to the point where I can add it. BUT I needed to rewrite much parts (such as do

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

2009-07-11 Thread Thomas Martitz
Lex Trotman schrieb: Hi All, The first alpha release of a version of Geany with flexible configuration of the Build Menu is available in the build-system branch of svn, https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system/ Great work! That's a thing I'm really missing fo

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

2009-07-11 Thread Lex Trotman
Hi all, A new version of the build-system branch is in svn. Fixes many of the problems with loading, storing and selecting menu items by priority when changing filetypes. I have added a routine to print the current menu items table each time a menu item is requested, first the current filetype i

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

2009-07-09 Thread Lex Trotman
An extra Known Bug so Nick and Enciro don't beat me up Source formatting and especially very long lines not yet fixed. (well they fit on my widescreen monitor) Cheers Lex ___ Geany-devel mailing list Geany-devel@uvena.de http://lists.uvena.de/cgi-bin/ma

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

2009-07-09 Thread Lex Trotman
Hi All, The first alpha release of a version of Geany with flexible configuration of the Build Menu is available in the build-system branch of svn, https://geany.svn.sourceforge.net/svnroot/geany/branches/build-system/ This release is still under active development (see Known Bugs, Limits and In