mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24:21 +00:00
Introjucer: redesigned the project settings to be shown as a treeview containing the exporters and configs.
This commit is contained in:
parent
04401e7f3e
commit
463d2b3289
26 changed files with 1170 additions and 1007 deletions
|
|
@ -923,12 +923,6 @@ void Project::addNewExporter (const String& exporterName)
|
|||
exporters.addChild (exp->settings, -1, getUndoManagerFor (exporters));
|
||||
}
|
||||
|
||||
void Project::deleteExporter (int index)
|
||||
{
|
||||
ValueTree exporters (getExporters());
|
||||
exporters.removeChild (index, getUndoManagerFor (exporters));
|
||||
}
|
||||
|
||||
void Project::createDefaultExporters()
|
||||
{
|
||||
ValueTree exporters (getExporters());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue