sábado, 15 de abril de 2006

One Unit per Class

Hello guys,
If you have a big project that should have many classes I recommend that you use the option to save one Class per unit. This option improve the IDE load time when working with many classes. The default option ECO saves all classes in one single file and that makes the IDE load time to be slowed Down.
To enable this option go to the menu Tools->Options and select the item ECO General Options, after that tick the One File Per Class and write the name that eco should save the units, the parameter {0} is the class name. In our case the example files would be saved with the name u + ClassName + Class being that way uClassNameClass.pas.



Regards,
Diego.

Nenhum comentário: