-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Milestone
Description
When importing another qface module, it is expected that this module is also parsed as part of FileSystem.parse(). If that's not the case, no error is reported, but instead the types can't be resolved in the templates.
If all the qface files are parsed, it would make sense to still be able to select which modules should be autogenerated and which modules are just needed to resolve the type simulation. This would make the system more flexible, as the user can define the structure of a big project and generate the modules one by one instead of doing it in one go.