I have a very big project, and I'm trying to start using GPS (Gnat Programming Studio) instead of what I have.
The naming conventions of the proj are as following:
something.1.ada for a spec
something.2.ada for a body
parents.son.2.ada for separate procedure/functions where the parent is where the separate function/procedure is declared and son is the name of the separate function/procedure. It might even be more complicated, as in grandparent.parent.son.2.ada
My problem is I can't configure GPS to recognize the separate functions/procedures as source files in the project.
It is a huge project so changing the names of the files or any other change in the code itself is not an option for me as it will cause for too much trouble.
How do I configure GPS correctly?