Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 30e36f5

Browse files
committed
[[ TSV ]] Use .tsv extension for tab delimited files
1 parent 41f0b01 commit 30e36f5

41 files changed

Lines changed: 4 additions & 4 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Toolset/libraries/revidelibrary.8.livecodescript

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,11 +564,11 @@ private on __setPropertyDataOfObjectFromFile pObjectType, pFile, pPropInfoA
564564
end __setPropertyDataOfObjectFromFile
565565

566566
private function __propertyInfoFilename
567-
return "propertyInfo.txt"
567+
return "propertyInfo.tsv"
568568
end __propertyInfoFilename
569569

570570
private function __classicToolsOrderFilename
571-
return "classicToolsOrder.txt"
571+
return "classicToolsOrder.tsv"
572572
end __classicToolsOrderFilename
573573

574574
private 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
63676367
end revIDEStandaloneSettingsForStack
63686368

63696369
private function __standaloneSettingsInfoFilename
6370-
return "standaloneSettings.txt"
6370+
return "standaloneSettings.tsv"
63716371
end __standaloneSettingsInfoFilename
63726372

63736373
function revIDEStandaloneSettings pStack, pSection

Toolset/resources/supporting_files/property_definitions/classicToolsOrder.txt renamed to Toolset/resources/supporting_files/property_definitions/classicToolsOrder.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.Control.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.Control.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.MultipleObjects.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.MultipleObjects.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Button.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Button.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Card.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Card.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Checkbox.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.Checkbox.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.ComboBox.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.ComboBox.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.CurveGraphic.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.CurveGraphic.tsv

File renamed without changes.

Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.DataGrid.txt renamed to Toolset/resources/supporting_files/property_definitions/com.livecode.interface.classic.DataGrid.tsv

File renamed without changes.

0 commit comments

Comments
 (0)