QuickFix "Add DLL"
Status: Beta
Brought to you by:
bernhardbrem
Adding a quick fix "Add DLL to build target" in the Emonic editor.
The plan is:
1) User includes DLLs or DLL-Folder for Code Completion
2) Error occurs while building because the DLL is not referenced in the build file yet
3) The user chooses this quick fix to add the DLL to a specific target of the build file. Information where to find the DLL may be retrieved from the Code Completion stuff which already knows about this DLL.
Logged In: YES
user_id=1299552
Originator: NO
To implement this I think we'd need to add a new API to allow the modification of references of a given target.