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

Commit 573cebf

Browse files
author
Monte Goulding
authored
Merge pull request #1826 from bwmilby/tsv
[[ TSV ]] Use .tsv extension for tab delimited files
2 parents 41f0b01 + 4a4ff25 commit 573cebf

42 files changed

Lines changed: 679 additions & 718 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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
type control
2-
title Control Properties
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
6-
geometry:revIDEGetGeometry:revIDESetGeometry Geometry Geometry Manager com.livecode.pi.geometry true false
2+
type control
3+
title Control Properties
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
6+
geometry:revIDEGetGeometry:revIDESetGeometry Geometry Geometry Manager com.livecode.pi.geometry true false
77
location
8-
resize:revIDEGetRectProperty:revIDESetRectProperty Resize when setting rect property Position com.livecode.pi.boolean true false
8+
resize:revIDEGetRectProperty:revIDESetRectProperty Resize when setting rect property Position com.livecode.pi.boolean true false
99
left
1010
top
1111
right
1212
bottom
1313
layer
14-
number
14+
number

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
type multiple
2-
title Multiple Objects
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
6-
equalize::revIDEAlignControlsFromPI Equalize Align Controls com.livecode.pi.equalize true false
7-
align::revIDEAlignControlsFromPI Align Align Controls com.livecode.pi.align true false Align
8-
alignCenter::revIDEAlignControlsFromPI Align center Align Controls com.livecode.pi.aligncenter true false Align
9-
distribute::revIDEAlignControlsFromPI Distribute Align Controls com.livecode.pi.distribute true false
10-
nudge::revIDEAlignControlsFromPI Nudge Align Controls com.livecode.pi.nudge true false
11-
relayer::revIDEAlignControlsFromPI Relayer Align Controls com.livecode.pi.relayer true false
2+
type multiple
3+
title Multiple Objects
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
6+
equalize::revIDEAlignControlsFromPI Equalize Align Controls com.livecode.pi.equalize true false
7+
align::revIDEAlignControlsFromPI Align Align Controls com.livecode.pi.align true false Align
8+
alignCenter::revIDEAlignControlsFromPI Align center Align Controls com.livecode.pi.aligncenter true false Align
9+
distribute::revIDEAlignControlsFromPI Distribute Align Controls com.livecode.pi.distribute true false
10+
nudge::revIDEAlignControlsFromPI Nudge Align Controls com.livecode.pi.nudge true false
11+
relayer::revIDEAlignControlsFromPI Relayer Align Controls com.livecode.pi.relayer true false

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
type button
2-
title Standard Button
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
2+
type button
3+
title Standard Button
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Button
77
label
88
tooltip

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
type card
2-
title Card
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
2+
type card
3+
title Card
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name
77
number
88
mark false
@@ -12,7 +12,7 @@ showBorder true
1212
opaque true
1313
threeD true
1414
borderWidth 2
15-
behavior
15+
behavior
1616
foregroundColor
1717
foregroundPattern
1818
backgroundColor
@@ -43,5 +43,5 @@ left true
4343
top true
4444
right true
4545
bottom true
46-
layer
47-
number false
46+
layer
47+
number false

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
type button
2-
title Check Box
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
2+
type button
3+
title Check Box
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Check
77
label
88
tooltip
@@ -19,7 +19,7 @@ traversalOn true
1919
showFocusBorder true
2020
default false
2121
disabled
22-
hilited
22+
hilited
2323
layerMode
2424
behavior
2525
icon
@@ -63,4 +63,4 @@ textAlign
6363
margins 4
6464
lockLoc false
6565
width::revIDESetRectProperty com.livecode.pi.dimension 82
66-
height::revIDESetRectProperty com.livecode.pi.dimension 23
66+
height::revIDESetRectProperty com.livecode.pi.dimension 23

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
type button
2-
title Combo Box Menu
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
2+
type button
3+
title Combo Box Menu
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name ComboBox Menu
77
label Choice 1
88
tooltip
@@ -12,9 +12,9 @@ menuMouseButton
1212
visible true
1313
opaque true
1414
showName true
15-
traversalOn true
15+
traversalOn true
1616
disabled false
17-
text Menu Items true Choice 1\nChoice 2\nChoice 3
17+
text Menu Items true Choice 1\nChoice 2\nChoice 3
1818
menuLines 5
1919
menuName
2020
layerMode
@@ -29,8 +29,8 @@ threeD true
2929
showBorder true
3030
hiliteBorder true
3131
borderWidth 2
32-
armBorder false false
33-
autoHilite false false
32+
armBorder false false
33+
autoHilite false false
3434
foregroundColor Text fill
3535
foregroundPattern Text fill
3636
backgroundColor
@@ -62,4 +62,4 @@ dropShadow
6262
innerShadow
6363
outerGlow
6464
innerGlow
65-
colorOverlay
65+
colorOverlay

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

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
type graphic tool
2-
title Curve Graphic
3-
41
Property : optional getter : optional setter Label Section Editor User Visible Read Only Group Default Options Subsection min max step
5-
----------------------------------------------------------------------------------------------------
2+
type graphic tool
3+
title Curve Graphic
4+
5+
----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- ----- -----
66
name Curve
77
tooltip
88
style curve rectangle,roundrect,line,oval,regular,line,curve,polygon
@@ -21,7 +21,7 @@ behavior empty long id
2121
foregroundColor Border fill
2222
foregroundPattern Border fill
2323
fillGradient
24-
strokeGradient
24+
strokeGradient
2525
topColor
2626
topPattern
2727
bottomColor
@@ -36,9 +36,9 @@ textAlign empty
3636
margins 8
3737
lockLoc false
3838
width
39-
height
39+
height
4040
dropShadow
4141
innerShadow
4242
outerGlow
4343
innerGlow
44-
colorOverlay
44+
colorOverlay

0 commit comments

Comments
 (0)