- Title bar to display path and filename instead of just project name. Hard to identify which project is which when you are working on two copies both with a project name of "MyBestSoftwareEver"
- Window menu to have submenu for JUCER projects that are open. Normally I want to switch projects / find the window via the Window menu, no see a list of C++ and header files...
- Auto-save option for the editor so it behaves the same as Xcode ... it's slightly surprising that the files don't save themselves (I know!)
- And the big important one: Configuration to support user defined macros. E.g. BinaryName ${PLUGIN_NAME} ${COMPANY_NAME} or whatever and an additional tab in CONFIG to set the macros. This will make setting up similar projects more straightforward :)
Also, last plugin I set up failed to establish a post-build script. I don't know why, and I can't repeat it. Its' working now.... :)
- possiblity to rename the exporters in the left tree view (example if you have two exporters for VS2012 one for 32 and one for64, both appear with the same name)
- some overview table which show all settings from one project in one view, columns could be the exporters, rows the properties.
(and it would be cool if equal settings in different exportes, could be somehow visualized)
Also - Introjucer is writing a bucket load of PlatformToolset items in the Visual Studio Project? Are they all necessary? They seem to prevent me from changing it in the Visual Studio project properties... which only changes the bottom one. Unless I'm missing a bucket load of options somewhere in the VS GUI.
Every architectural config. needs its own toolset, iirc. Been a while since I got into the nitty gritty after writing the 2012/2013 exporters for the Introjucer.