-----Original Message----- From: geany-bounces@uvena.de [mailto:geany-bounces@uvena.de] On Behalf Of Enrico Tröger Subject: Re: [Geany] bug with }-matching? On Fri, 10 Mar 2006 14:53:17 +0100, Kristoffer A. Tjernås kt@nupi.no
on typing the closing bracket (}) geany would crash.
It occurs on my system, too. So it will be fixed soon, although I still have no idea where it crashes ;-).
That's "great" news.. not that it crashes.. but that it will be fixed ;)
it is fixed. The answer is late, but positive ;-). The line was simply too long, because it was read into a buffer with fixed size of 256 chars, now the buffer will be allocated with the length of the line.
Thanks for explaining. It's always interresting to know what was going on rather than just "it's fixed" :)
It was originally just an if-else clause, then I was gonna add the elseif(){} part in the middle of it. Upon typing the last bracket it crashed. Note that I didn't try multiple times as I
...
I hope this was related to the brackets-bug. With your code snippet I can't reproduce a crash.
Yea let's hope so. I'll report back if I find any other possible bugs again. And now that I know how to restart Geany after, I'll first try reproducing - tracking down where it happens. ;)
The fix is already in CVS and perhaps Joo will build a new Debian package within the next days.
pretty please ;) If someone would teach me how to do this, I would appreciate it. Creating Debian packages from the Geany-cvs that is..
~Kris
On Fri, 17 Mar 2006 08:21:18 +0100, Kristoffer A. Tjernås kt@nupi.no wrote:
Hi,
The fix is already in CVS and perhaps Joo will build a new Debian package within the next days.
pretty please ;) If someone would teach me how to do this, I would appreciate it. Creating Debian packages from the Geany-cvs that is..
Well, I've created a recent Debian package(for Sarge) and uploaded also a tarball with the current CVS version of Geany.
http://geany.uvena.de/cvs/geany-cvs20060320.tar.bz2 http://geany.uvena.de/cvs/geany_0.5+cvs20060320-1uvena.de_i386.deb
Perhaps, there will be some automatic package building stuff in the future, or at least I will provide nightly tarballs from CVS version. But first, I will finish Geany 0.6 ;-)
regards, Enrico