Re: [Anjuta-list] Anjuta 2.1.2 - Symbol browser
- From: Stefan Söffing <soeffing gmx de>
- To: anjuta-list lists sourceforge net
- Cc: naba kumar gmail com
- Subject: Re: [Anjuta-list] Anjuta 2.1.2 - Symbol browser
- Date: Tue, 05 Jun 2007 12:13:00 +0200
Sorry for asking once again, but this problem really prevents me from
using anjuta...
Do you have any clue, what I could do? Compile again with different
settings, configure anjuta differently, ... Or maybe it's a problem with
my code (see example below), the functions / classes not being
declared/defined properly, or shoud I use other extensions, e.g. .cpp
instead of .cc?
Is it worth trying a cvs version?
- Stefan
Stefan Söffing schrieb:
> Naba Kumar schrieb:
>
>> Hi Stefan,
>>
>> On Mon, 2007-05-07 at 13:04 +0200, Stefan Söffing wrote:
>>
>>
>>> But I have a problem with the symbol browser: In my projects, class
>>> declarations go in .h files, while its member functions are defined in
>>> .cc files (all of them are part of the anjuta project). All these
>>> function are listed in the global section of the symbol browser. But
>>> choosing "Go to definition" or "Go to declaration" both jump to the
>>> declaration in the .h-file.
>>>
>>> Is this a bug (I read about a complete rewrite of symbol browser) or am
>>> I doing something wrong here?
>>>
>>>
>>>
>> I remember that happening to me also, but didn't quite investigate it
>> any further. I guess, you can try refreshing the symbols.
>>
>> Regards,
>> -Naba
>>
>>
>>
> You mean by doing a right-click on symbol browser and call "Refresh"?
> This doesn't help...
>
> I also tried to create a new project (generic c++), adding a file main.h:
> - In main.h:
> class test
> {
> int f1();
> };
>
> - In main.cc:
> int test::f1()
> {
> }
>
> After a "refresh" the class is shown in the global section, but no
> matter what I do, I'm brought to main.h...
>
> So you say this is not a known bug and should work? Or am I doing
> something wrong?
>
> - Stefan
>
[Date Prev][
Date Next] [Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]