我这几天在试用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
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