In my Inno Setup script I'm including files
#include "commons.iss"#include "custom_messages.iss"#include "code_utils.iss"#include "code_connstr.iss"#include "code_checks.iss"#include "idp.iss"#include "code_pages.iss"#include "code_install.iss"#include "code_legacy.iss"#include "code_commons.iss"#include "code_uninstall.iss"[Code]procedure InitializeWizard();...
No matter what lenght of names of those files is, the number of opened files in upper bar is limited to 10.
Any ideas, how to increase this?I'd like to split my code to more readable files and keep the option to see them all in the upper bar.
I've checked UI, registry and main Inno Setup files if somewhere this configuration can be found, but no luck.The only thing is in Options - Automaticaly open #include files
My version is 6.2.2