[Geany-devel] Little questions

Eugene Arshinov earshinov at xxxxx
Tue Mar 2 12:26:00 UTC 2010


On Sun, 28 Feb 2010 16:05:10 +0100%
Enrico Tröger <enrico.troeger at uvena.de> wrote:

> On Tue, 23 Feb 2010 01:46:08 +0300, Eugene wrote:
> 
> >Hi all.
> >
> >I have a bunch of little questions, some of them are not even related
> >to Geany. Here they are:
> >
> >1. There is a little issue with "Automatically continue block
> >comments" turned on. It inserts comment symbols even if a block
> >comment, which includes the beginning of the prev. line, is already
> >closed. An example:
> >
> >class A {
> >  virtual void a() = 0;
> >};
> >class B {
> >  /* override */ void a() = {}
> >   * <<< comment symbol was inserted here
> >
> >The attached patch checks whether the comment is still active before
> >automatically continuing it. It seems to work fine for me.
> 
> Patch committed, many thanks for this one.
> This closed an open Debian bug report, yay.
> 

Cool. I did not even know about the bug report :)

Best regards,
Eugene.



More information about the Devel mailing list