help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

speedbar


From: Marius Ologesa
Subject: speedbar
Date: Fri, 9 Nov 2001 16:52:09 -0500

Hello 
I have some code like this:
namespace c__ 
{ 
        const char* BreakExprProperty::getName() const 
        { 
                return BREAK_EXPRESSION; 
        } 
        void BreakExprProperty::_init(const DOM_Node * node)    
        {
                //code
        }
        /// other methods
}; 
using C++ mode

And when i browse with speedbar i only see in the speedbar tree the first
method, getName().. but not the subsequent ones. There must be something
wrong because of the namespace. Somebody made a fix, here, but is not
perfect (usable), still has some problems with template classes inside
namespaces, but the lisp code there got too commplicated. Had anyone fixed
this problem, with namespaces and templates? Please help.

Thanks.
-- 
                      The Marius



reply via email to

[Prev in Thread] Current Thread [Next in Thread]