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
"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