Compiler IDE: Add Multifile Support (Installer Projects)
Add support to create projects with main iss file and additional files used by #include. I suggest that debug support for included files is very helpful and make debuggin easier than having a debug session on the preprocessed file and fixing in several other files with no navigation support from the preprocessed file to the other file. You are pretty lost in open editors in such a case (default usecase!).
4 comments
-
T Slappy
commented
Also there is new third-party tool called "Visual & Installer" which offer a possibility to create project containing multiple files.
This tool is Visual Studio extension - http://www.unsigned-softworks.sk/visual-installer/ -
AdminMartijn Laan
(Admin, Inno Setup)
commented
Inno Script Studio supports multiple files and it's look and feel is based on the default editor. https://www.kymoto.org/inno-script-studio/
-
Crise
commented
Yes this would certainly be great, I recall using an ISS editor that had something like this in the past and it was truly useful (InnoIDE is nice and all but tbh I like the default editor better)
-
Harald Binkle
commented
that would be great. I'm currently not able debug included code sections.