Quote Originally Posted by FelipeFS View Post
QUESTION: I'm thinking about put a option where the IDE would load ALL units which are in a "standard directories" and parser them. This way, I could put an autocomplete tool in the editor, like this:


But, to do this, the programmer will need the source-code(the .pp file) of each unit.

Do you think it is a good idea?
I think you could create a database with all that definition stuff, that way you don't need the source code. This also allow to use other language provided the right declaration database.