I started a prototype with Delphi with all source files under one single directory.
Now, I want to reorganize everything with folders.
I found two way to do this.
1/ First is to open each unit in Delphi IDE and Save as
the new folder. Then delete the old unit file.
2/ Under windows explorer, reorganize everything, then open the project in Delphi IDE, remove reference to old (unknown) units, and then add each unit folder by folder.
As I have 100+ units, it is really painful, whatever method I use (1 or 2).
How are you doing such reorganization ?
Did I miss a feature ?
I didn't check for XE, but in XE2 this is quite easy to do inside the IDE:
The IDE will move the unit (removing the old one) and promote this change to all projects in the project group.