[pedevel] Re: feature idea: function pop up window

  • From: "Andrew Bachmann" <shatty@xxxxxxxxxxxxx>
  • To: pedevel@xxxxxxxxxxxxx
  • Date: Wed, 14 Apr 2004 20:55:41 -0700 PDT

Ingo Weinhold <bonefish@xxxxxxxxxxxxxxx> wrote:
> 
> On 2004-04-14 at 16:51:28 [+0200], Oliver Tappe wrote:
> > My current patch (I consider it a draft) just keeps track of the nesting
> > level and indents the parts contained inside a namespace correspondingly. I
> > find that this works quite nicely and doesn't waste as much screen-estate.
> > But maybe that's just me, so please tell me what you think.
> 
> The reason why I asked is that
> 
>       namespace Foo {
>               void my_function() {}
>       }
> 
> and
> 
>       void Foo::my_function() {}
> 
> are semantically equal but are presented differently. Personally I find this 
> way nicer nevertheless.

I agree that despite the fact that both of those can be referred to as
"Foo::my_function", this is better, because the intent is different.  It
also reads a lot better.  Thanks!

Oliver it seems you fixed my issue too quickly.  How about
implementing a pref to save tabs as spaces? :-)

Andrew


Other related posts: