Subject: code completion with .h files [Print This Page] Author:
boodyman28 Time: 2014-12-29 02:06 Subject: code completion with .h files
code completion work fine in .h (header) file in??c++ builder 6 but with later version <br />
of c++ builder from XE to XE7 does not work with .h (header) correctly when i am use an external header files<br />
included with my project<br />
<br />
i need help for that problem please <br />
i want send 2 pictures that explain this problem but i do not know how send him.......
[ Last edited by boodyman28 at 2014-12-30 02:38 ]
Image Attachment:
cnwizard2 with borland c++ 6.png (2014-12-29 02:06, 222.28 K) / Download count 669 http://bbs.cnpack.org/attachment.php?aid=990
Image Attachment:
[first with borland c++ 6]
cnwizard2 with borland c++ 6.png (2014-12-30 02:38, 222.28 K) / Download count 608 http://bbs.cnpack.org/attachment.php?aid=991
Image Attachment:
[second with c++builder XE]
cnwizard2 with C++builder XE.png (2014-12-30 02:38, 176.8 K) / Download count 586 http://bbs.cnpack.org/attachment.php?aid=992
Author:
Passion Time: 2014-12-29 10:19
I see one snapshot, is there another one?Author:
boodyman28 Time: 2014-12-30 02:40 Subject: Yes
I update snapshot there is the two snapshot that explain the problemAuthor:
boodyman28 Time: 2014-12-30 03:09 Subject: explain problem
the visual assist X plugin for visual studio list all constants, functions, variables, in both .cpp or .h files
cnpack plugin do the same but with c++ builder 6 perfectly, but in later version of c++ builder from XE version to XE7
it make this with standard c++builder constants,function,variables lik int, HRESULT, and so on
but when i am using external library like directx or fmod sound library it does not list all functions or constants that came with
external library in .h file like it make with c++builder 6
sorry about my language
[ Last edited by boodyman28 at 2014-12-30 03:11 ]Author:
Passion Time: 2014-12-30 10:09
OK. I get it. I'll check it. Maybe it's a bug of IDE symbols. Author:
boodyman28 Time: 2014-12-30 22:59
OK I will be waiting to answer me
note:
when i press ctrl + space keys or alt + space key in .h file the code insight does not work
and popup menu for code completion does not appear
[ Last edited by boodyman28 at 2014-12-31 01:12 ]Author:
boodyman28 Time: 2015-1-1 03:51
i do not understand what are u meaning about bug of IDE (integrated development environment) symbols
[ Last edited by boodyman28 at 2015-1-1 03:56 ]Author:
boodyman28 Time: 2015-1-3 04:06 Subject: Reply #5 Passion's post
waiting to answer meAuthor:
Passion Time: 2015-1-12 14:42
Seems actually no IDE symbols here.
Our Input Helper will retrieve symbols from IDE internally, which are partly the same with IDE's code completion. So, if some relative symbols does not appear, maybe IDE does not return them.