@@ -569,11 +569,11 @@ private on __setPropertyDataOfObjectFromFile pObjectType, pFile, pPropInfoA
569569end __setPropertyDataOfObjectFromFile
570570
571571private function __propertyInfoFilename
572- return "propertyInfo.txt "
572+ return "propertyInfo.tsv "
573573end __propertyInfoFilename
574574
575575private function __classicToolsOrderFilename
576- return "classicToolsOrder.txt "
576+ return "classicToolsOrder.tsv "
577577end __classicToolsOrderFilename
578578
579579private on __orderClassicTools
@@ -611,7 +611,7 @@ private on __objectPropertiesRead
611611 put tFile into tObjectType
612612 # Get the name of the object
613613 set the itemdel to "."
614- if the last item of tObjectType is "txt " then delete the last item of tObjectType
614+ if the last item of tObjectType is "tsv " then delete the last item of tObjectType
615615 if tObjectType is empty then next repeat
616616
617617 __setPropertyDataOfObjectFromFile tObjectType , tObjectDefinitionsPath & slash & tFile , tPropertiesInfo
@@ -6395,7 +6395,7 @@ on revIDEStandaloneSettingsForStack pStackID
63956395end revIDEStandaloneSettingsForStack
63966396
63976397private function __standaloneSettingsInfoFilename
6398- return "standaloneSettings.txt "
6398+ return "standaloneSettings.tsv "
63996399end __standaloneSettingsInfoFilename
64006400
64016401function revIDEStandaloneSettings pStack, pSection
0 commit comments