mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Removed DependencyPathPropertyComponent and replaced it with an updated FilePathPropertyComponent that supports ValueWithDefault
This commit is contained in:
parent
dbe40552a7
commit
3f2f2f65a4
12 changed files with 150 additions and 738 deletions
|
|
@ -240,7 +240,6 @@
|
|||
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_FileHelpers.cpp"/>
|
||||
<ClCompile Include="..\..\Source\Utility\Helpers\jucer_MiscUtilities.cpp"/>
|
||||
<ClCompile Include="..\..\Source\Utility\PIPs\jucer_PIPGenerator.cpp"/>
|
||||
<ClCompile Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.cpp"/>
|
||||
<ClCompile Include="..\..\Source\Utility\UI\jucer_Icons.cpp"/>
|
||||
<ClCompile Include="..\..\Source\Utility\UI\jucer_JucerTreeViewBase.cpp"/>
|
||||
<ClCompile Include="..\..\Source\Utility\UI\jucer_ProjucerLookAndFeel.cpp"/>
|
||||
|
|
@ -1627,7 +1626,6 @@
|
|||
<ClInclude Include="..\..\Source\Utility\Helpers\jucer_ValueSourceHelpers.h"/>
|
||||
<ClInclude Include="..\..\Source\Utility\PIPs\jucer_PIPGenerator.h"/>
|
||||
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_ColourPropertyComponent.h"/>
|
||||
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_DependencyPathPropertyComponent.h"/>
|
||||
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_FilePathPropertyComponent.h"/>
|
||||
<ClInclude Include="..\..\Source\Utility\UI\PropertyComponents\jucer_PropertyComponentsWithEnablement.h"/>
|
||||
<ClInclude Include="..\..\Source\Utility\UI\jucer_IconButton.h"/>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue