mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Introjucer update to provide downloading of new modules directly from the website.
This commit is contained in:
parent
65902c0b99
commit
2d56bedab5
18 changed files with 606 additions and 400 deletions
|
|
@ -25,6 +25,7 @@
|
|||
|
||||
#include "jucer_NewProjectWizard.h"
|
||||
#include "jucer_ProjectType.h"
|
||||
#include "jucer_Module.h"
|
||||
|
||||
//==============================================================================
|
||||
class GUIAppWizard : public NewProjectWizard
|
||||
|
|
@ -451,7 +452,7 @@ Project* NewProjectWizard::runNewProjectWizard (Component* ownerWindow)
|
|||
|
||||
aw.addComboBox ("type", getWizards(), "Project Type");
|
||||
|
||||
FilenameComponent juceFolderSelector ("Juce Library Location", StoredSettings::getInstance()->getLastKnownJuceFolder(),
|
||||
FilenameComponent juceFolderSelector ("Juce Library Location", ModuleList::getLocalModulesFolder (nullptr),
|
||||
true, true, false, "*", String::empty, "(Please select the folder containing Juce!)");
|
||||
juceFolderSelector.setSize (350, 22);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue