Opening Units in C++ Builder 10 starts with .h

168 Views Asked by At

About half a year ago our company switched from C++ Builder 5 to the C++ Builder 10 Seattle. If you opened a unit in C++ Builder 5 (via the shortcut CTRL + F12) it automatically opened the .cpp file.

Now if you open a unit with C++ Builder 10, it starts with the .h file and I have to switch manually to the .cpp file. This sounds like a minor inconvenience, but it's really annoying that I have to switch every time I open a unit.

Is there a setting that allows me to switch to the old behaviour?

0

There are 0 best solutions below