mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-21 01:24: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
|
|
@ -177,18 +177,6 @@ const String Project::saveDocument (const File& file)
|
|||
updateProjectSettings();
|
||||
sanitiseConfigFlags();
|
||||
|
||||
{
|
||||
ScopedPointer <ProjectExporter> exp (ProjectExporter::createPlatformDefaultExporter (*this));
|
||||
|
||||
if (exp != nullptr)
|
||||
{
|
||||
File f (resolveFilename (exp->getJuceFolder().toString()));
|
||||
|
||||
if (FileHelpers::isJuceFolder (f))
|
||||
StoredSettings::getInstance()->setLastKnownJuceFolder (f.getFullPathName());
|
||||
}
|
||||
}
|
||||
|
||||
StoredSettings::getInstance()->recentFiles.addFile (file);
|
||||
|
||||
ProjectSaver saver (*this, file);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue