After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 558171 - Sidepane shows duplicated symbols
Sidepane shows duplicated symbols
Status: RESOLVED FIXED
Product: anjuta
Classification: Applications
Component: plugins: symbol-db
SVN TRUNK
Other Linux
: Normal normal
: ---
Assigned To: Massimo Cora'
Anjuta maintainers
Depends on:
Blocks:
 
 
Reported: 2008-10-27 23:16 UTC by Johannes Schmid
Modified: 2008-12-15 18:28 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Johannes Schmid 2008-10-27 23:16:11 UTC
The sidepane shows every symbol of a file twice for me.

Does this happen every time?
Yes, so far.
Comment 1 Massimo Cora' 2008-11-08 14:29:59 UTC
can you please try to give me some steps to reproduce it?
Comment 2 Johannes Schmid 2008-11-13 08:16:15 UTC
I think the problem was the following:

- Add a source file (editing Makefile.am)
- Remove it (editing Makefile.am)
- Add it again...

Maybe there is a missing check at startup if a certain source file is no longer in the project. Then all it's symbols should be removed.
Comment 3 Massimo Cora' 2008-11-17 22:26:51 UTC
(In reply to comment #2)
> I think the problem was the following:
> 
> - Add a source file (editing Makefile.am)
> - Remove it (editing Makefile.am)
> - Add it again...
> 
> Maybe there is a missing check at startup if a certain source file is no longer
> in the project. Then all it's symbols should be removed.
> 

yep you're right, I started hacking on it but still I didn't finish it. 
I'm going to take this step right now.
Comment 4 Massimo Cora' 2008-11-25 19:36:25 UTC
Can you please check with trunk version?
I have just written a patch for offline Makefile.am edits management.

Comment 5 Massimo Cora' 2008-12-15 18:28:51 UTC
I'm closing this one because the feature has been implemented in trunk.