bug-global
[Top][All Lists]
Advanced

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

Can global handle fully qualifed C++ names?


From: Gautam Thaker
Subject: Can global handle fully qualifed C++ names?
Date: Sat, 20 Jun 2015 13:27:51 -0400
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0

Hi:

I have been using global (including its latest "nearness" capability), and it is working well for me. I have another question. Can global be asked to return a tag for a fully qualifed C++ name such as:

retval = OpenDDS::DCPS::DataWriterImpl::write( ...)

In this software there are 202 "write()" functions, and getting to the correct one quickly would be a nice help. In this case when I ask global to find this "write" method there is no way, it seems, to tell it the full, entirely qualified name. Since OpenDDS::DCPS::  are namespace qualifiers it would be nice if global recognized that closed entry is one with the line:

path/path1/DataWriterImpl.cpp:1691:DataWriterImpl::write(..)

No other entry out of 202 comes close to this match.  Is it possible for global to somehow find this entry correctly? "nearness" works great, and has already saved me much time in navigating around. This case of fully qualified names I wish there was support for (or if it exists and I have missed seeing it pl. let me know.)

Gautam


reply via email to

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