Skip to content

Commit

Permalink
* Fixes #320 and loads component collection of ARE by default
Browse files Browse the repository at this point in the history
    Ensures that the first characater is always uppercase when creating the URL help string.
    This should work for all mentioned plugins (serialSender, enocean,...)
    Only P2_Parser.html should be renamed to P2_parser.html

* set startup bundle to ..\ARE\web\componentCollections\defaultComponentCollection.abd to load directly the component collection which was generated by the ARE at startup. This should ensure that the ACS is in sync with the local ARE by default.
  • Loading branch information
Martin Deinhofer committed Apr 24, 2020
1 parent 8760098 commit 0d29b0f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
Binary file modified bin/ACS/ACS.exe
Binary file not shown.
14 changes: 7 additions & 7 deletions bin/ACS/asterics.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[model]
bundle_schema=bundle_model.xsd
bundle_model=defaultComponentCollection.abd
bundle_model_startup=r:\ossi\bundle.abd
bundle_model_startup=..\ARE\web\componentCollections\defaultComponentCollection.abd
deployment_schema=deployment_model.xsd
tempfile=tempdev.xml
[ARE]
Expand All @@ -21,19 +21,19 @@ default_layout_file=dlayout.lay
language=en-GB
showNamingDialogOnComponentInsert=false
showHostPortDialogOnConnect=false
showEventChannelConnectMessage=false
showAREConnectedMessage=false
showOverrideModelQuestion=false
showEventChannelConnectMessage=true
showAREConnectedMessage=true
showOverrideModelQuestion=true
showOverrideLocalModelQuestion=true
showOverrideLocalWhenConnected=false
showOverrideLocalWhenConnected=true
showOverrideAndRunLocalWhenConnected=true
downloadModelOnConnect=false
downloadModelOnConnect=true
showOverrideComponentCollectionQuestion=true
createBackupFile=true
pathToPluginCreationTool=.\tools\AsTeRICS_PluginCreationWizard.exe
pathToPluginActivationTool=.\tools\AsTeRICS_PluginActivation.exe
pathToLanguageFileCreationTool=.\tools\LanguageFileCreator.exe
pathToMidiCreationTool=.\tools\Midi_TonescaleEditor.exe
pathToMidiCreationTool=.\tools\Midi_TonescaleEditor.exe.exe
useAppDataFolder=false
ACSManualURL=https://www.asterics.eu/manuals/ACS/
pluginHelpBaseURL=https://www.asterics.eu/plugins/
Expand Down

0 comments on commit 0d29b0f

Please sign in to comment.