1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-01-13 08:05:52 +01:00

Long message target

This allows interactive display of the results of new commands that generate
lots of text.
This commit is contained in:
James Crook
2018-02-07 21:22:05 +00:00
committed by Paul Licameli
parent e29699086e
commit 2f6fc0a1e5
8 changed files with 191 additions and 5 deletions

View File

@@ -139,6 +139,7 @@
<ClCompile Include="..\..\..\src\blockfile\NotYetAvailableException.cpp" />
<ClCompile Include="..\..\..\src\commands\AudacityCommand.cpp" />
<ClCompile Include="..\..\..\src\commands\CommandContext.cpp" />
<ClCompile Include="..\..\..\src\commands\CommandTargets.cpp" />
<ClCompile Include="..\..\..\src\commands\Demo.cpp" />
<ClCompile Include="..\..\..\src\commands\LoadCommands.cpp" />
<ClCompile Include="..\..\..\src\commands\OpenSaveCommands.cpp" />