@@ -564,11 +564,11 @@ private on __setPropertyDataOfObjectFromFile pObjectType, pFile, pPropInfoA
564564end __setPropertyDataOfObjectFromFile
565565
566566private function __propertyInfoFilename
567- return "propertyInfo.txt "
567+ return "propertyInfo.tsv "
568568end __propertyInfoFilename
569569
570570private function __classicToolsOrderFilename
571- return "classicToolsOrder.txt "
571+ return "classicToolsOrder.tsv "
572572end __classicToolsOrderFilename
573573
574574private on __orderClassicTools
@@ -606,7 +606,7 @@ private on __objectPropertiesRead
606606 put tFile into tObjectType
607607 # Get the name of the object
608608 set the itemdel to "."
609- if the last item of tObjectType is "txt " then delete the last item of tObjectType
609+ if the last item of tObjectType is "tsv " then delete the last item of tObjectType
610610 if tObjectType is empty then next repeat
611611
612612 __setPropertyDataOfObjectFromFile tObjectType , tObjectDefinitionsPath & slash & tFile , tPropertiesInfo
@@ -6367,7 +6367,7 @@ on revIDEStandaloneSettingsForStack pStackID
63676367end revIDEStandaloneSettingsForStack
63686368
63696369private function __standaloneSettingsInfoFilename
6370- return "standaloneSettings.txt "
6370+ return "standaloneSettings.tsv "
63716371end __standaloneSettingsInfoFilename
63726372
63736373function revIDEStandaloneSettings pStack, pSection
0 commit comments