C++ Builder IDE >> code completion - BDS2006

by Vladimir » Thu, 22 Dec 2005 20:43:06 GMT

Is it possible to customize code completion for Builder2006 as in CB6?


C++ Builder IDE >> code completion - BDS2006

by Andrue Cope [TeamB] » Thu, 22 Dec 2005 22:27:44 GMT






Yes and in almost the same menu location.

\Tools\Options\Editor options\Code Insight

--
Andrue Cope [TeamB]
[Bicester, Uk]
http://info.borland.com/newsgroups/guide.html



C++ Builder IDE >> code completion - BDS2006

by Vladimir » Fri, 23 Dec 2005 15:02:16 GMT




No, I mean the possibility to add my own templates to the code
completion, as I can see this feature is absent now.


code completion - BDS2006

by Andrue Cope [TeamB] » Fri, 23 Dec 2005 16:27:02 GMT





Ah, sorry! Yes there is but it's not well documented:

\View\Templates

--
Andrue Cope [TeamB]
[Bicester, Uk]
http://info.borland.com/newsgroups/guide.html


code completion - BDS2006

by Vladimir » Fri, 23 Dec 2005 16:29:38 GMT




Thanks, found.


Similar Threads

1. BDS2006: Optimizing Code Completion

Hello,

compared with BCB5 Code Completion in BDS2006 is now acceptable fast
(of course still very slow compared to Delphi). BUT is there any way
to optimize what is shown? Something like a rank order (class related
stuff first, any sort of seldom used constants last).


Thanks
Udo

2. This is very annoing - Code completion put code editor in ReadOnly mode

3. D8: This is very annoing - Code completion put code editor in ReadOnly mode

This is very annoing - Code completion put code editor in ReadOnly mode
I just typing a code and want to get autocomplete operation
What is a work arround for this


4. unable to invoke code completion due to errors in source code

5. Unable to invoke code completion due to errors in source code MY ASS

Hi,

I have a project group which is very large, containing many dozens of
classes with many hundreds of members and I *rely* on code completion a
great deal to make coding faster and easier...

I find occasionally, seemingly at random, when I am editing my source I get
the "Unable to invoke code completion due to errors in source code." error.
Normally this means exactly what it says, but this must be a bug since I can
manually enter the code I was trying to "complete", and build and it
compiles and links without error or warning.

I restart builder, even try rebooting - and the problem still exists..... so
I struggle along with it manually looking up class members and functions and
entering code... at then - magically at some point several builds later - it
starts working again!

What the hell is going on!?  The *exact same* source on a different computer
doesn't have this problem.

To clarify: I have a project which might contain:

MyObject1->member1 = 5;

I build it - no errors or warnings.

I go to edit the code and invoke code completion by entering on the very
next line

MyObject->

And code completion chokes even though I KNOW "MyObject" is a valid
identifier and has members.

HELP!
M.


6. Code completion, code parameters, block completion do not display. - C++ Builder IDE

7. Code Completion [?]

"P. A. Batsii" <[skip]ragnar0ck[skip]@ukr.net> wrote in message
news:bg8sl3$5uv$ XXXX@XXXXX.COM ...
> I'm sorry if this problem is well-known and I'm just asking trifle.
>
> Suppose I've got to implement coclass TViewNT , which is defined as
follows:
> type class TViewNT = class(TComServer, IContextMenu, IShellInitExt)
>    .... --- after
> this line I am required to fill in prototypes of all the methods of both
> interfaces,
> which isn't very convenient, or
> I'd rather say which is very inconvenient, since
> these methods have lots of variables and stuff, and I 'm forced to search
> for their definitions and
> do some copy-paste.
> This isn't a major problem , of course, thanks to Delphi,
> but is there a way of typing
> all of this automatically?
> ('procedure TViewNT._methodnamehere_
>  begin
>  end;' --     too, in implementation section
> )
> I've read Ctrl-Shift-C combination will do, but it is not working as for
me.
> Thanks in advance.
>
>

Check Help for Class Completion.
Tom


8. Code Completion Issue in CJK Windows