-----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