`
wooce
  • 浏览: 185355 次
  • 性别: Icon_minigender_1
  • 来自: 广州
社区版块
存档分类
最新评论

我在2006年6月给XRefactory的家伙发的邮件

阅读更多
我这几天在试用Emacs和XRefactory,  发现了XRefactory的一个问题, 发了以下邮件给他们, 他们的系统说要人工处理邮件,不超过一个工作日会处理. 所以备份在这里,如果他们没理就再发.

Subject: XRef can't recognize the "this" C++ pointer
From: wooce
Date: Thu Jun 15 10:28:53 2006


If for the following code:
class TFile
{
...
}
TFile *f;
f->
then I press F8 here, ok,  XRef give the function lists of class TFile for me to set for the f pointer.
But for the code:
class TFile
{
public:
Open();
Save();
Test(){ this->  }
}
Then when I move the cursor after the "this->", then press F8 , damn it!
XRef can't popup the function lists of class TFile for me.  If you smart guys can solve this problem in
the next version of XRef,  I would thank you very much.
Best Regards,
Wooce

他们已经采纳了, 
鬼佬还挺勤快。这里是他们的回复:  http://www.xref-tech.com/forum/messages/44913a50.html

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics