1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-10 08:33:36 +02:00

Use a-lists for Lispy output.

- Also bump long strings onto a new line in JSON and LISP formats.
This commit is contained in:
James Crook
2018-02-11 09:57:19 +00:00
committed by Paul Licameli
parent 510f68e9ad
commit 5e2371c636
5 changed files with 63 additions and 22 deletions

View File

@@ -65,7 +65,7 @@ def do( command ) :
def quickTest() :
do( 'Help: Command=Help' )
#do( 'Help: Command="GetInfo"' )
do( 'SetPreference: Name=GUI/Theme Value=dark Reload=1' )
do( 'Help: Command="GetInfo"' )
#do( 'SetPreference: Name=GUI/Theme Value=classic Reload=1' )
quickTest()