Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
Bad completion of destructor
Folco:
--- Quote ---@Folco:
What is the exact step?
You use use the ctrl+space at the caret below?
--- Code: ---Abc::~|<-----------caret here
--- End code ---
--- End quote ---
No. The completion box appears automatically after I type the second colon. When I select "~Abc" in this box, I get "Abc::~~Abc".
Jenna:
--- Quote from: Folco on November 30, 2010, 01:44:10 pm ---
--- Quote ---@Folco:
What is the exact step?
You use use the ctrl+space at the caret below?
--- Code: ---Abc::~|<-----------caret here
--- End code ---
--- End quote ---
No. The completion box appears automatically after I type the second colon. When I select "~Abc" in this box, I get "Abc::~~Abc".
--- End quote ---
Dou you get the double tilde, if you select ~Abc before typing the tilde in the source or after typing it ?
ollydbg:
--- Quote from: Folco on November 30, 2010, 01:44:10 pm ---
--- Quote ---@Folco:
What is the exact step?
You use use the ctrl+space at the caret below?
--- Code: ---Abc::~|<-----------caret here
--- End code ---
--- End quote ---
No. The completion box appears automatically after I type the second colon. When I select "~Abc" in this box, I get "Abc::~~Abc".
--- End quote ---
I just follow your steps, and there is no double tilde. (windows, latest debugger branch)
Folco:
--- Quote ---Dou you get the double tilde, if you select ~Abc before typing the tilde in the source or after typing it ?
--- End quote ---
I get it after typing it.
In these two cases, the chars in the line are typed by hand, and the completion box appears automatically.
First case :
I get a correct behaviour when I hit Enter.
Second case :
If I hit Enter, I get a double tilde.
I got these shots under Win XP SP3, latest dbg branch too.
Navigation
[0] Message Index
[*] Previous page
Go to full version