LarryLeonard
Tomato Guru
USA
1041 Posts |
Posted - Apr 12 2004 : 1:32:38 PM
|
Let's say I have an e-mail from my boss that says, "Bumstead! Fix CGrimbleyAccount::DoBungling( ), or you're fired!" So, I copy that class and method name to the clipboard, open the "Find Symbol" dialog, paste it in... and the method isn't there!
It turns out that this dialog only accepts periods as separators, (which seems strange, because C++ uses double colons ). Can you enhance it to recognize both periods and double colons?
|
|