Delphi Berlin slow after migrating from a Seattle Delphi project

4

I migrated a project made in Delphi Seattle to Delphi Berlin and it was impossible to work on it since autocomplete started to take about 20 seconds to show some suggestion.

How to solve this?

    
asked by anonymous 14.12.2016 / 20:01

2 answers

4

To solve this problem, I deleted the file dproj and opened the project in Berlin using the dpr file. Berlin created a new dproj and everything was normal again.

    
14.12.2016 / 20:01
2

The Auto Complete must be set to Code Insight . The default set up for installation on medium projects with some extra components causes slowness.

Access the Tools > Options > Options Editor> Code Insight

In the current project I work (13 extra components) over 600 units ... It's very slow, just like you mentioned, 20 seconds or more to dial:

Auto invoke
Auto parenthesis
History

Delay can cause slowness too

    
14.12.2016 / 20:14