User forums > Nightly builds
The 12 January 2010 build (6080) is out.
ollydbg:
--- Quote from: Borr on January 14, 2010, 07:22:42 am ---I have IBPP (http://www.ibpp.org/) and CB. And I want CB to autocomplete names of members of IBPP classes. I have create external tag database for IBPP includes, attached this tags and re-tagged the current cpp-file but autocomplete not works well.
--- End quote ---
Hi, sorry I can't fully catch your idea.
Did you use an external tag file?? How do you use them?
What does these code means???
--- Code: ---IBPP::/*CodeCompletion work*/Transaction tr = IBPP::/*CodeCompletion*/TransactionFactory();
IBPP::/*CodeCompletion*/Database db = IBPP::/*CodeCompletion*/DatabaseFactory();
IBPP::/*CodeCompletion*/Statement st = IBPP::/*CodeCompletion*/StatementFactory(db, tr);
tr->/*CodeCompletion NOT work*/
--- End code ---
??
Borr:
--- Quote from: ollydbg on January 14, 2010, 07:31:27 am ---Hi, sorry I can't fully catch your idea.
Did you use an external tag file?? How do you use them?
--- End quote ---
No do not use. I just need codecompletion with IBPP class in C::B
--- Quote from: ollydbg on January 14, 2010, 07:31:27 am ---What does these code means???
--- Code: ---IBPP::/*CodeCompletion work*/Transaction tr = IBPP::/*CodeCompletion*/TransactionFactory();
IBPP::/*CodeCompletion*/Database db = IBPP::/*CodeCompletion*/DatabaseFactory();
IBPP::/*CodeCompletion*/Statement st = IBPP::/*CodeCompletion*/StatementFactory(db, tr);
tr->/*CodeCompletion NOT work*/
--- End code ---
??
--- End quote ---
This code mean that codecompletion not work in 4-th line tr->
koso:
And does it works when using operator "." ... i.e. "tr."?
Borr:
See IBPP there is an example.
http://sourceforge.net/projects/ibpp/files/
blueshake:
work fine here.
see the screen shot.
[attachment deleted by admin]
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version