Board index » cppbuilder » Disable hpp read when -> is typed

Disable hpp read when -> is typed


2003-07-08 04:20:34 PM
cppbuilder2
Everytime I'm typing Function->
on the ->or
Function->Something(
on the (
it reads from the .hpp file making my IDE to work slow.
Is it a way to disable that feature that makes my productivity to decrease
to 1.500% ?
George
 
 

Re:Disable hpp read when -> is typed

George,
Quote
it reads from the .hpp file making my IDE to work slow.

Menu:\Tools\Editor options\Code Insight
and to speed up CI generally:
You absolutely must use Harold Howe's advice on pre-compiled headers:
www.bcbdev.com/articles/pch.htm
If you are using BCB6 you might want to consider removing the *.HDP
files from your VCL include directory under your Builder
installation.
Andrue Cope
[Bicester, UK]
Andrue Cope
[Bicester, UK]