Developer forums (C::B DEVELOPMENT STRICTLY!) > CodeCompletion redesign
I hope CB allows the user to select the class name
(1/1)
Loaden:
Which I know, VS, and CodeLite support the class name choices, I hope CB also allows the user to select the class name.
--- Code: ---#include <iostream>
using namespace std;
class A
{
public:
void func1() {}
void func2() {}
void func3() {}
};
class B
{
public:
void func1() {}
void func2() {}
void func3() {}
};
class C
{
public:
void func1() {}
void func2() {}
void func3() {}
};
int main()
{
cout << "Hello world!" << endl;
return 0;
}
--- End code ---
[attachment deleted by admin]
ollydbg:
@loaden:
Does this CC toolbar enhancement solve your problem? :D
Loaden:
Great, works well.
bencharluo:
I don't know what it is meaning!
Does it mean in symbols tab we can see class name?
Navigation
[0] Message Index
Go to full version