From bb1b020a37785acf824c7c76bf5a1f868e826297 Mon Sep 17 00:00:00 2001 From: ctrlaltca <> Date: Tue, 24 Jul 2012 18:45:25 +0000 Subject: updated plugin for textmate editor (works on "sublime text editor 2", too): added activecontrols --- .../Snippets/TActiveBoundColumn.tmSnippet | 16 ++ .../Snippets/TActiveButtonColumn.tmSnippet | 16 ++ .../Snippets/TActiveCheckBox.tmSnippet | 16 ++ .../Snippets/TActiveCheckBoxColumn.tmSnippet | 16 ++ .../Snippets/TActiveClientScript.tmSnippet | 16 ++ .../TActiveCustomValidator (TValidator).tmSnippet | 21 +++ .../Snippets/TActiveDataGrid.tmSnippet | 18 ++ .../Snippets/TActiveDataList.tmSnippet | 18 ++ .../Snippets/TActiveDatePicker.tmSnippet | 16 ++ .../Snippets/TActiveDropDownList.tmSnippet | 19 +++ .../Snippets/TActiveDropDownListColumn.tmSnippet | 16 ++ .../Snippets/TActiveEditCommandColumn.tmSnippet | 16 ++ .../Snippets/TActiveFileUpload.tmSnippet | 16 ++ .../Snippets/TActiveHiddenField.tmSnippet | 16 ++ .../Snippets/TActiveHyperLink.tmSnippet | 16 ++ .../Prado.tmbundle/Snippets/TActiveImage.tmSnippet | 16 ++ .../Snippets/TActiveImageButton.tmSnippet | 22 +++ .../Prado.tmbundle/Snippets/TActiveLabel.tmSnippet | 16 ++ .../Snippets/TActiveLinkButton.tmSnippet | 21 +++ .../Snippets/TActiveListBox.tmSnippet | 19 +++ .../Snippets/TActiveLiteralColumn.tmSnippet | 16 ++ .../Snippets/TActiveMultiView.tmSnippet | 23 +++ .../Prado.tmbundle/Snippets/TActivePager.tmSnippet | 20 +++ .../Prado.tmbundle/Snippets/TActivePanel.tmSnippet | 18 ++ .../Snippets/TActiveRadioButton.tmSnippet | 20 +++ .../Snippets/TActiveRadioButtonList.tmSnippet | 19 +++ .../Snippets/TActiveRatingList.tmSnippet | 16 ++ .../Snippets/TActiveRepeater.tmSnippet | 29 ++++ .../Snippets/TActiveTableCell.tmSnippet | 16 ++ .../Snippets/TActiveTableRow.tmSnippet | 19 +++ .../Snippets/TActiveTextBox.tmSnippet | 16 ++ .../Snippets/TAutoComplete.tmSnippet | 26 +++ .../Prado.tmbundle/Snippets/TCallback.tmSnippet | 23 +++ .../Snippets/TCustomValidator.tmSnippet | 2 +- .../Snippets/TDropContainer.tmSnippet | 25 +++ .../Snippets/TEventTriggeredCallback.tmSnippet | 16 ++ .../Snippets/TInPlaceTextBox.tmSnippet | 16 ++ .../Snippets/TTimeTriggeredCallback.tmSnippet | 16 ++ .../Snippets/TValueTriggeredCallback.tmSnippet | 16 ++ editors/Textmate/Prado.tmbundle/info.plist | 189 ++++++++++++++++----- 40 files changed, 844 insertions(+), 43 deletions(-) create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveBoundColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveButtonColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBox.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBoxColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveClientScript.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveCustomValidator (TValidator).tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveDatePicker.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownListColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveEditCommandColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveFileUpload.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveHiddenField.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveHyperLink.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveImage.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveLabel.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveLinkButton.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveLiteralColumn.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActivePanel.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButton.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButtonList.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveRatingList.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveTableCell.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TActiveTextBox.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TCallback.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TEventTriggeredCallback.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TInPlaceTextBox.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TTimeTriggeredCallback.tmSnippet create mode 100644 editors/Textmate/Prado.tmbundle/Snippets/TValueTriggeredCallback.tmSnippet (limited to 'editors') diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveBoundColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveBoundColumn.tmSnippet new file mode 100644 index 00000000..435ab639 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveBoundColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveBoundColumn DataField="${2:Field Name from Data Source}" HeaderText="${3:${2}}" />$0 + name + TActiveBoundColumn + scope + text.html + tabTrigger + TActiveBoundColumn + uuid + 354DA91A-33CD-4FB0-90E3-0A4585E995B0 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveButtonColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveButtonColumn.tmSnippet new file mode 100644 index 00000000..91cd7cd8 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveButtonColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveButtonColumn CommandName="${2:Button Command}" Text="${3:Text on Button}" HeaderText="${4}" />$0 + name + TActiveButtonColumn + scope + text.html + tabTrigger + TActiveButtonColumn + uuid + C6C2565E-7BFA-4AAA-9073-A28E9D47092B + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBox.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBox.tmSnippet new file mode 100644 index 00000000..5c49b59f --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBox.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveCheckBox ID="${1:checkBox1}" Text="${2:CheckBox Text}" OnCallback="${3:$1_oncallback}" />$0 + name + TActiveCheckBox + scope + text.html + tabTrigger + TActiveCheckBox + uuid + E19C9489-DA1B-4986-9408-688A8E920AF9 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBoxColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBoxColumn.tmSnippet new file mode 100644 index 00000000..8f2df592 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveCheckBoxColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveCheckBoxColumn DataField="${2:Field Name from Data Source}" HeaderText="${3:${2}}" />$0 + name + TActiveCheckBoxColumn + scope + text.html + tabTrigger + TActiveCheckBoxColumn + uuid + 98E1BD23-033B-4638-B5DD-A424B86906C9 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveClientScript.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveClientScript.tmSnippet new file mode 100644 index 00000000..3d050930 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveClientScript.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveClientScript ScriptUrl="${1:<%~ ${2:script.js} %>}" />$0 + name + TActiveClientScript + scope + text.html + tabTrigger + TActiveClientScript + uuid + 3FDEA00B-494B-40E1-AC1C-410F60599AEE + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveCustomValidator (TValidator).tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveCustomValidator (TValidator).tmSnippet new file mode 100644 index 00000000..a1dd6969 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveCustomValidator (TValidator).tmSnippet @@ -0,0 +1,21 @@ + + + + + content + <com:TActiveCustomValidator + ControlToValidate="${1:controlIDToValidate}" + OnCallback="${2:validator_oncallback}" + OnServerValidate="${3:customValidate}"${4: + ClientValidationFunction="${5:clientSideCustomValidate}"} + ErrorMessage="${6:required}" />$0 + name + TActiveCustomValidator (TValidator) + scope + text.html + tabTrigger + TActiveCustomValidator + uuid + DDD64493-7F4F-4A90-9A8A-F8C63F36ACBF + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet new file mode 100644 index 00000000..d26c7b82 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataGrid.tmSnippet @@ -0,0 +1,18 @@ + + + + + content + <com:TActiveDataGrid ID="${1:grid1}" AutoGenerateColumns="${2:true}"> + $0 +</com:TActiveDataGrid> + name + TActiveDataGrid + scope + text.html + tabTrigger + TActiveDataGrid + uuid + 7BB2320B-07B0-4884-BF6C-E512DDEA0AD1 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet new file mode 100644 index 00000000..84168b35 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDataList.tmSnippet @@ -0,0 +1,18 @@ + + + + + content + <com:TActiveDataList ID="${1:list1}" > + $0 +</com:TActiveDataList> + name + TActiveDataList + scope + text.html + tabTrigger + TActiveDataList + uuid + 2DF77966-ACAD-4EA1-AB59-8C1EF76E25A8 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDatePicker.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDatePicker.tmSnippet new file mode 100644 index 00000000..0b8901ee --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDatePicker.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveDatePicker ID="${1:datePicker1}" onCallback="${2:$1_oncallback}" DateFormat="${3:dd/MM/yyyy}" ${4:InputMode="${5:DropDownList}"} />$0 + name + TActiveDatePicker + scope + text.html + tabTrigger + TActiveDatePicker + uuid + 8DA69D71-DC3A-448E-A82D-65D5B8262AAC + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet new file mode 100644 index 00000000..69259510 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownList.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TActiveDropDownList ID="${1:dropDownList1}" OnCallback="${2:$1_oncallback}"> + ${3:<com:TListItem Value="${4:value 1}" Text="${5:item 1}" /> + <com:TListItem Value="${6:value 2}" Text="${7:item 2}" />}$0 +</com:TActiveDropDownList> + name + TActiveDropDownList + scope + text.html + tabTrigger + TActiveDropDownList + uuid + 57A48175-D2DD-42C6-868B-6A74ADA4155D + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownListColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownListColumn.tmSnippet new file mode 100644 index 00000000..4000e98c --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveDropDownListColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveDropDownListColumn DataTextField="${2:Field Name from Data Source}" DataValueField="${3:Field Name from Data Source}" HeaderText="${4:Dropdown}" />$0 + name + TActiveDropDownListColumn + scope + text.html + tabTrigger + TActiveDropDownListColumn + uuid + 795E3928-00F7-4631-9E54-355B8AD152BD + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveEditCommandColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveEditCommandColumn.tmSnippet new file mode 100644 index 00000000..72e943ac --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveEditCommandColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveEditCommandColumn ButtonType="${1:LinkButton}" EditText="${2:Edit}" UpdateText="${3:Update}" CancelText="${4:Cancel}" />$0 + name + TActiveEditCommandColumn + scope + text.html + tabTrigger + TActiveEditCommandColumn + uuid + 2CC7381B-9C43-4D8C-9952-F40960A5CCD7 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveFileUpload.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveFileUpload.tmSnippet new file mode 100644 index 00000000..8843b937 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveFileUpload.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveFileUpload ID="${1:file1}" OnFileUpload="${2:${1}_Uploaded}" />$0 + name + TActiveFileUpload + scope + text.html + tabTrigger + TActiveFileUpload + uuid + 043A530C-4916-4965-AF83-B7C22FD69D8B + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveHiddenField.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveHiddenField.tmSnippet new file mode 100644 index 00000000..9d1f1e7e --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveHiddenField.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveHiddenField ID="${1:hiddenField1}" Value="${2:value}" />$0 + name + TActiveHiddenField + scope + text.html + tabTrigger + TActiveHiddenField + uuid + BB4574A8-82FE-42CB-AC3B-CB7DA6493C66 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveHyperLink.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveHyperLink.tmSnippet new file mode 100644 index 00000000..ea93645b --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveHyperLink.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveHyperLink NavigateUrl="${1:http://www.pradosoft.com/}" Text="${2:PradoSoft.com}" />$0 + name + TActiveHyperLink + scope + text.html + tabTrigger + TActiveHyperLink + uuid + 58AFD59A-2117-48FC-BDCE-8265A4B91DEA + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveImage.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImage.tmSnippet new file mode 100644 index 00000000..bd99c6a7 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImage.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveImage ImageUrl=<%~ ${1:hello_world.gif} %> AlternateText="${1}" />$0 + name + TActiveImage + scope + text.html + tabTrigger + TActiveImage + uuid + 082A1F65-8783-4E3B-8133-236F96B2FC66 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet new file mode 100644 index 00000000..b008a27c --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveImageButton.tmSnippet @@ -0,0 +1,22 @@ + + + + + content + <com:TActiveImageButton + ID="${1:imageButton1}" + ImageUrl=<%~ ${2:hello_world.gif} %> + Text="${3:hello world}" + OnClick="${4:${1}_Clicked}" + OnCallback="${5:${1}_oncallback}" +/>$0 + name + TActiveImageButton + scope + text.html + tabTrigger + TActiveImageButton + uuid + 3773B612-FAE7-4A6F-8F9A-382CC9ABEF56 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveLabel.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveLabel.tmSnippet new file mode 100644 index 00000000..39c9b585 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveLabel.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveLabel ID="${1:label1}" ${2:Text="${3:Label 1}"} />$0 + name + TActiveLabel + scope + text.html + tabTrigger + TActiveLabel + uuid + 6C32556F-551C-4DC1-B211-FE493A1AF959 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveLinkButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveLinkButton.tmSnippet new file mode 100644 index 00000000..be11c9cd --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveLinkButton.tmSnippet @@ -0,0 +1,21 @@ + + + + + content + <com:TActiveLinkButton + ID="${1:linkButton1}" + Text="${2:Click Me}" + OnClick="${3:${1}_Clicked}" + OnCallback="${3:${1}_oncallback}" +/>$0 + name + TActiveLinkButton + scope + text.html + tabTrigger + TActiveLinkButton + uuid + FE59932A-8624-4C3A-AA29-D151050D95E1 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet new file mode 100644 index 00000000..684df869 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveListBox.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TActiveListBox ID="${1:listBox1}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TActiveListBox> + name + TActiveListBox + scope + text.html + tabTrigger + TActiveListBox + uuid + 1CF971B4-2744-465D-8FD7-D464B3C44BA9 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveLiteralColumn.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveLiteralColumn.tmSnippet new file mode 100644 index 00000000..5d8982a7 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveLiteralColumn.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveLiteralColumn DataField="${2:Field Name from Data Source}" HeaderText="${3:${2}}" />$0 + name + TActiveLiteralColumn + scope + text.html + tabTrigger + TActiveLiteralColumn + uuid + BE8CB4DD-0348-4049-A784-28B994B28F91 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet new file mode 100644 index 00000000..17c0e668 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveMultiView.tmSnippet @@ -0,0 +1,23 @@ + + + + + content + <com:TActiveMultiView ID="${1:multiView1}" ActiveViewIndex="${2:0}"> + ${3:<com:TView ID="${4:view1}"> + ${5:<!-- view1 content -->} + </com:TView> + <com:TView ID="${6:view2}"> + ${7:<!-- view2 content -->} + </com:TView>}$0 +</com:TActiveMultiView> + name + TActiveMultiView + scope + text.html + tabTrigger + TActiveMultiView + uuid + E4AC4EB3-83F6-4EE2-BBF7-1C637D295824 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet new file mode 100644 index 00000000..bff6a489 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActivePager.tmSnippet @@ -0,0 +1,20 @@ + + + + + content + <com:TActivePager + ControlToPaginate="${2:dataGrid1}" + OnPageIndexChanged="${3:pagerIndexChanged}" + OnCallback="${4:pagerCallback}" +/>$0 + name + TActivePager + scope + text.html + tabTrigger + TActivePager + uuid + DB28C735-5DDB-4444-8287-0CEBCA238D0C + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActivePanel.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActivePanel.tmSnippet new file mode 100644 index 00000000..12692819 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActivePanel.tmSnippet @@ -0,0 +1,18 @@ + + + + + content + <com:TActivePanel ID="${1:panel1}"> + $0 +</com:TActivePanel> + name + TActivePanel + scope + text.html + tabTrigger + TActivePanel + uuid + B81D6985-26B0-4807-872A-2D435BB1AE5C + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButton.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButton.tmSnippet new file mode 100644 index 00000000..2bec5f66 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButton.tmSnippet @@ -0,0 +1,20 @@ + + + + + content + <com:TActiveRadioButton + ID="${1:radioButton1}" + Text="${2:RadioButton Text}" + OnCallback="${3:$1_oncallback}" +/>$0 + name + TActiveRadioButton + scope + text.html + tabTrigger + TActiveRadioButton + uuid + BB717BF2-0E69-419A-BC67-1E8FFBE64A21 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButtonList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButtonList.tmSnippet new file mode 100644 index 00000000..193f23ea --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRadioButtonList.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TActiveRadioButtonList ID="${1:radioButtonList1}" OnCallback="${3:$1_oncallback}"> + ${2:<com:TListItem Value="${3:value 1}" Text="${4:item 1}" /> + <com:TListItem Value="${5:value 2}" Text="${6:item 2}" />}$0 +</com:TActiveRadioButtonList> + name + TActiveRadioButtonList + scope + text.html + tabTrigger + TActiveRadioButtonList + uuid + 6B8DF597-018E-4344-9853-B2DB9AF8BDD7 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveRatingList.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRatingList.tmSnippet new file mode 100644 index 00000000..e0953243 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRatingList.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveRatingList ID="${1:ratingList1}" OnCallback="${3:$1_oncallback}" />$0 + name + TActiveRatingList + scope + text.html + tabTrigger + TActiveRatingList + uuid + 057EB744-BAB2-40A4-A694-444F32616388 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet new file mode 100644 index 00000000..63fa9f69 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveRepeater.tmSnippet @@ -0,0 +1,29 @@ + + + + + content + <com:TActiveRepeater ID="${1:repeater1}" DataKeys="${2:Data key field}"> + <prop:EmptyTemplate> + ${3:<!-- content -->} + </prop:EmptyTemplate> + <prop:HeaderTemplate> + ${4:<!-- content -->} + </prop:HeaderTemplate> + <prop:ItemTemplate> + ${5:<!-- content -->} + </prop:ItemTemplate> + <prop:FooterTemplate> + ${6:<!-- content -->} + </prop:FooterTemplate> +</com:TActiveRepeater> + name + TActiveRepeater + scope + text.html + tabTrigger + TActiveRepeater + uuid + 2A8B6705-FDDB-42E3-9332-9BC8C8293B7B + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableCell.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableCell.tmSnippet new file mode 100644 index 00000000..28d55a74 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableCell.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveTableCell>${1:cell 1}</com:TActiveTableCell>$0 + name + TActiveTableCell + scope + text.html + tabTrigger + TActiveTableCell + uuid + 6BF2C151-51EA-4165-93E9-ECC5133E558D + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet new file mode 100644 index 00000000..516fe286 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTableRow.tmSnippet @@ -0,0 +1,19 @@ + + + + + content + <com:TActiveTableRow> + ${1:<com:TActiveTableCell>${2:cell 1}</com:TActiveTableCell> + <com:TActiveTableCell>${3:cell 2}</com:TActiveTableCell>}$0 +</com:TActiveTableRow> + name + TActiveTableRow + scope + text.html + tabTrigger + TActiveTableRow + uuid + 6D11476C-C336-40A8-A39B-207B531FBAD3 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TActiveTextBox.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTextBox.tmSnippet new file mode 100644 index 00000000..df9889a7 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TActiveTextBox.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TActiveTextBox ID="${1:textbox1}" />$0 + name + TActiveTextBox + scope + text.html + tabTrigger + TActiveTextBox + uuid + 66A8F08B-0A0B-47D8-B8F4-58173B0458AE + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet new file mode 100644 index 00000000..2e257124 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TAutoComplete.tmSnippet @@ -0,0 +1,26 @@ + + + + + content + <com:TAutoComplete + ID="${1:textbox1}" + OnSuggest="${2:$1_suggestNames}" + OnSuggestionSelected="${3:$1_suggestionSelected1}" + ResultPanel.CssClass="${4:acomplete}" + Suggestions.DataKeyField="${5:id}" +> + <prop:Suggestions.ItemTemplate> + <li><%# ${6:\$this->Data['name']} %></li> + </prop:Suggestions.ItemTemplate> +</com:TAutoComplete>$0 + name + TAutoComplete + scope + text.html + tabTrigger + TAutoComplete + uuid + 49C6A148-2B66-4220-849D-C59A21FF4281 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TCallback.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TCallback.tmSnippet new file mode 100644 index 00000000..a0386636 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TCallback.tmSnippet @@ -0,0 +1,23 @@ + + + + + content + <com:TCallback ID="${1:callback1}" OnCallback="${2:$1_oncallback}" /> +<script type="text/javascript"> + function do_callback1() + { + var request = <%= $this->${3:$1}->ActiveControl->Javascript %>; + request.dispatch(); + } +</script> + name + TCallback + scope + text.html + tabTrigger + TCallback + uuid + B2C49ECC-2119-4609-9DE6-E85DA4FD7630 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet index e543353e..109d9726 100644 --- a/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet +++ b/editors/Textmate/Prado.tmbundle/Snippets/TCustomValidator.tmSnippet @@ -1,5 +1,5 @@ - + content diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet new file mode 100644 index 00000000..fb6951de --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TDropContainer.tmSnippet @@ -0,0 +1,25 @@ + + + + + content + <com:TDropContainer + CssClass="${1:cart}" + ID="${2:cart}" + AcceptCssClass="${3:draggable}" + HoverCssClass="${4:cart-hover}" + OnDrop="${5:addItemToCart}" + OnCallback="${6:redrawCart}" +> +<!-- content --> +</com:TDropContainer> + name + TDropContainer + scope + text.html + tabTrigger + TDropContainer + uuid + 427727D2-E017-48F9-BA6D-4D7435395419 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TEventTriggeredCallback.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TEventTriggeredCallback.tmSnippet new file mode 100644 index 00000000..a238c6d0 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TEventTriggeredCallback.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TEventTriggeredCallback ControlID="${1:ControlID}" EventName="${2:focus}" OnCallback="${3:event_callback}" /> + name + TEventTriggeredCallback + scope + text.html + tabTrigger + TEventTriggeredCallback + uuid + 37F7D48C-F74E-4DF0-9CF1-2E1378FFDF49 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TInPlaceTextBox.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TInPlaceTextBox.tmSnippet new file mode 100644 index 00000000..f957be06 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TInPlaceTextBox.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TInPlaceTextBox ID="${1:textbox1}" Text="${2:text}" OnTextChanged="${3:textChanged}"/>$0 + name + TInPlaceTextBox + scope + text.html + tabTrigger + TInPlaceTextBox + uuid + 0B978CED-4C7D-42B0-A55C-214E0A095C3E + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TTimeTriggeredCallback.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TTimeTriggeredCallback.tmSnippet new file mode 100644 index 00000000..961e9249 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TTimeTriggeredCallback.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TTimeTriggeredCallback Interval="${1:5}" OnCallback="${2:time_callback}" /> + name + TTimeTriggeredCallback + scope + text.html + tabTrigger + TTimeTriggeredCallback + uuid + 56EA2FDF-FED2-438F-9CDB-DEA87ED7DC39 + + diff --git a/editors/Textmate/Prado.tmbundle/Snippets/TValueTriggeredCallback.tmSnippet b/editors/Textmate/Prado.tmbundle/Snippets/TValueTriggeredCallback.tmSnippet new file mode 100644 index 00000000..c559cad3 --- /dev/null +++ b/editors/Textmate/Prado.tmbundle/Snippets/TValueTriggeredCallback.tmSnippet @@ -0,0 +1,16 @@ + + + + + content + <com:TValueTriggeredCallback ControlID="${1:ControlID}" PropertyName="${2:value}" OnCallback="${3:value_callback}" /> + name + TValueTriggeredCallback + scope + text.html + tabTrigger + TValueTriggeredCallback + uuid + 59B41626-5E20-4FA4-9FAD-6B1511ED1A33 + + diff --git a/editors/Textmate/Prado.tmbundle/info.plist b/editors/Textmate/Prado.tmbundle/info.plist index 6e4fd38c..5c6c1cc0 100644 --- a/editors/Textmate/Prado.tmbundle/info.plist +++ b/editors/Textmate/Prado.tmbundle/info.plist @@ -28,8 +28,46 @@ items + 354DA91A-33CD-4FB0-90E3-0A4585E995B0 319D66FC-712A-4B09-A1C0-CB741ED9DD4C + C6C2565E-7BFA-4AAA-9073-A28E9D47092B + E19C9489-DA1B-4986-9408-688A8E920AF9 + 98E1BD23-033B-4638-B5DD-A424B86906C9 + 3FDEA00B-494B-40E1-AC1C-410F60599AEE + DDD64493-7F4F-4A90-9A8A-F8C63F36ACBF + 7BB2320B-07B0-4884-BF6C-E512DDEA0AD1 + 2DF77966-ACAD-4EA1-AB59-8C1EF76E25A8 + 8DA69D71-DC3A-448E-A82D-65D5B8262AAC + 57A48175-D2DD-42C6-868B-6A74ADA4155D + 795E3928-00F7-4631-9E54-355B8AD152BD + 2CC7381B-9C43-4D8C-9952-F40960A5CCD7 + 043A530C-4916-4965-AF83-B7C22FD69D8B + BB4574A8-82FE-42CB-AC3B-CB7DA6493C66 + 58AFD59A-2117-48FC-BDCE-8265A4B91DEA + 082A1F65-8783-4E3B-8133-236F96B2FC66 + 3773B612-FAE7-4A6F-8F9A-382CC9ABEF56 + 6C32556F-551C-4DC1-B211-FE493A1AF959 + FE59932A-8624-4C3A-AA29-D151050D95E1 + 1CF971B4-2744-465D-8FD7-D464B3C44BA9 + BE8CB4DD-0348-4049-A784-28B994B28F91 + E4AC4EB3-83F6-4EE2-BBF7-1C637D295824 + DB28C735-5DDB-4444-8287-0CEBCA238D0C + B81D6985-26B0-4807-872A-2D435BB1AE5C + BB717BF2-0E69-419A-BC67-1E8FFBE64A21 + 6B8DF597-018E-4344-9853-B2DB9AF8BDD7 + 057EB744-BAB2-40A4-A694-444F32616388 + 2A8B6705-FDDB-42E3-9332-9BC8C8293B7B + 6BF2C151-51EA-4165-93E9-ECC5133E558D + 6D11476C-C336-40A8-A39B-207B531FBAD3 + 66A8F08B-0A0B-47D8-B8F4-58173B0458AE + 49C6A148-2B66-4220-849D-C59A21FF4281 + B2C49ECC-2119-4609-9DE6-E85DA4FD7630 D0891731-B0CE-4388-93C9-5B4E74F2DFD1 + 427727D2-E017-48F9-BA6D-4D7435395419 + 37F7D48C-F74E-4DF0-9CF1-2E1378FFDF49 + 0B978CED-4C7D-42B0-A55C-214E0A095C3E + 56EA2FDF-FED2-438F-9CDB-DEA87ED7DC39 + 59B41626-5E20-4FA4-9FAD-6B1511ED1A33 name ActiveControls @@ -137,70 +175,137 @@ Prado ordering + 7E08C606-3EE5-4486-AB50-9B48E27D27D5 3E75ACFD-E0F4-4564-9A24-DCB08AD6324D - DDC83EED-168F-4DEB-971D-84A2CF3CB38F - F360A174-E4F9-466C-8017-BDE954ED0098 - 1020E025-E424-40C2-AC76-F90766397290 - 8ADE1659-40F7-46AB-A7E8-1D813734865F - 028C538B-4B9C-4820-A284-2C8D5236FED7 - D0891731-B0CE-4388-93C9-5B4E74F2DFD1 + 636508A0-20E0-4C46-909B-0253989706BE + FBEC7A55-5F68-4CDA-9634-17CDCA57B656 + 319D66FC-712A-4B09-A1C0-CB741ED9DD4C 8D8D94FD-7FD7-442F-A50E-A6A29A4267AE - CBC6DC68-6819-4905-A6F8-5CDE2FB9614B - EB4E1513-2FB7-4111-9430-2606178EA859 - 37D57B7A-8B55-4C9D-B19B-13000A65739B - 7322CD9C-1D5F-4369-9607-A0C564AD077A - 77C53961-0D71-47BB-AE09-87E26F560003 + 354DA91A-33CD-4FB0-90E3-0A4585E995B0 + 110FCD3F-841C-4178-99D8-765C7D382F7D 94E9F86C-36D1-4D5C-808C-E379024299CD - 078B43BF-6A9E-4558-B262-EABEBEF30F9B + 77C53961-0D71-47BB-AE09-87E26F560003 + C6C2565E-7BFA-4AAA-9073-A28E9D47092B 5415E441-A4F5-489B-B4E5-359CBB0BC04D + 078B43BF-6A9E-4558-B262-EABEBEF30F9B 2721E2C3-66B7-4486-BF0F-6FA7B274858D + E19C9489-DA1B-4986-9408-688A8E920AF9 + 028C538B-4B9C-4820-A284-2C8D5236FED7 + 98E1BD23-033B-4638-B5DD-A424B86906C9 + 76F11AC6-D441-4059-A70A-E3BB739EE515 + 0DE44657-21AB-4878-93E7-0FD458D8723A + CBC6DC68-6819-4905-A6F8-5CDE2FB9614B + 3FDEA00B-494B-40E1-AC1C-410F60599AEE + 7322CD9C-1D5F-4369-9607-A0C564AD077A + 3586B543-C92E-4AEB-92A7-20D948EA60DF + EB4E1513-2FB7-4111-9430-2606178EA859 + CA1AE93D-D724-43B0-A3CB-9E584126FB3C + 1020E025-E424-40C2-AC76-F90766397290 + BF6A7ED6-28A0-4165-AA7A-F1F003161AE5 + DDD64493-7F4F-4A90-9A8A-F8C63F36ACBF D2EAFC46-26B5-40BB-A4B7-8B10C856AF3B - AC226362-749C-45C1-86A3-B58379A38A7E - BFD8CE92-59C7-47B2-9AE4-1B29ADE3CA0B - 8E764E2C-244E-4A93-9C0D-5E25689D1C85 - C553AAE6-C788-4B2C-A388-18312FC9828B - 23B521B1-6EA4-4E5D-9104-940CEDFDFD13 - 1E598B7B-B754-4C52-B819-39897FE3E07D - AD1AB937-AFCD-4656-9882-788B9C6E0D74 + 7BB2320B-07B0-4884-BF6C-E512DDEA0AD1 + 66B07BA3-F1D3-4651-AE56-E987371DFDC0 + 2DF77966-ACAD-4EA1-AB59-8C1EF76E25A8 + 37221294-B588-4D07-9010-2DB7CDBEB6B4 + 8DA69D71-DC3A-448E-A82D-65D5B8262AAC + D0891731-B0CE-4388-93C9-5B4E74F2DFD1 + 427727D2-E017-48F9-BA6D-4D7435395419 + 37F7D48C-F74E-4DF0-9CF1-2E1378FFDF49 + 59B41626-5E20-4FA4-9FAD-6B1511ED1A33 + 56EA2FDF-FED2-438F-9CDB-DEA87ED7DC39 + 803BFB83-50E8-4121-9866-A25C93979E4B + 57A48175-D2DD-42C6-868B-6A74ADA4155D + F360A174-E4F9-466C-8017-BDE954ED0098 + 795E3928-00F7-4631-9E54-355B8AD152BD + 8ADE1659-40F7-46AB-A7E8-1D813734865F + 2CC7381B-9C43-4D8C-9952-F40960A5CCD7 + BDF614B5-430B-46AB-B558-B5E0EF97BA17 B7E6E873-309E-41E6-AD8A-29EB54781579 17BECED9-79B1-4CD6-9354-E528DA3327AC + 043A530C-4916-4965-AF83-B7C22FD69D8B + DF7C03B9-46C8-4062-938F-7A9853CAF0E3 + 5714E730-271D-436E-86DC-04AB0E71ECE0 + 61C1CB9E-ABFF-4E3D-9068-EE72B16B11D6 + BFF96909-65E9-4B6A-BD3D-3FB788391F82 + F4528371-C48C-4A3F-ABD5-B48C42BB2DFC + F8E3C7FE-A947-4E67-8F79-1D9AA39A57EB + 59D2E7AC-9760-43FD-91E1-4D7E01D7A818 + ACF388F3-3A21-431D-8971-BB3277EDCC60 + E98C97C2-980C-4D71-A2F9-4AD88F02EC7E + 4DA962F1-5FE7-4FF1-BFB5-9F1C2E06F0E8 + BB4574A8-82FE-42CB-AC3B-CB7DA6493C66 61E9DF58-07F3-4B99-8B58-53D3049575F3 618046BE-DF8E-489C-A8BC-24A15CF2AD7A + 58AFD59A-2117-48FC-BDCE-8265A4B91DEA 17389BC4-0AF1-4993-B829-5CDC330A6D39 + 082A1F65-8783-4E3B-8133-236F96B2FC66 8A274C79-422D-4553-B086-0B553BDABEC7 - 4E663D10-670D-4526-8848-0AC2666592C0 + 3773B612-FAE7-4A6F-8F9A-382CC9ABEF56 823B366A-3A40-4875-8A2E-AB901F54D443 - 0DE44657-21AB-4878-93E7-0FD458D8723A - 3CFAD67E-EE9F-49F9-B606-D414E73ED8F7 - BAC66FCD-8C23-48B9-829B-56FE20CCC8E6 - 37221294-B588-4D07-9010-2DB7CDBEB6B4 - 84F0B41A-06B1-4A61-98B7-F13D1321C3D0 13CDBA43-EAA4-4BCD-B9AA-A990B4974496 202F9A01-9B67-4CBD-9289-EE6A98D091D7 - 110FCD3F-841C-4178-99D8-765C7D382F7D + 4BCA0D8A-355C-469B-B6BE-86F37A26E60B + 84F0B41A-06B1-4A61-98B7-F13D1321C3D0 + 6C32556F-551C-4DC1-B211-FE493A1AF959 + 4E663D10-670D-4526-8848-0AC2666592C0 + FE59932A-8624-4C3A-AA29-D151050D95E1 665F3D21-16F5-40FF-8339-A9A101400D10 - 803BFB83-50E8-4121-9866-A25C93979E4B - 76F11AC6-D441-4059-A70A-E3BB739EE515 - 012C556B-6ACB-48F0-8757-CA2E60B06109 - CA1AE93D-D724-43B0-A3CB-9E584126FB3C + 1CF971B4-2744-465D-8FD7-D464B3C44BA9 + 0353A694-1EE5-46E0-AC72-2F1631B441CB + AB128FBD-1C3E-4FB4-91F5-48B57DC6860F + 95BCB62C-6774-488B-A2B6-1C555E6DC751 + 17F79369-0949-4C41-9E28-3CB447240845 + BE8CB4DD-0348-4049-A784-28B994B28F91 + CE5CB900-9AD7-4060-8CFE-E41C99188C4C + 455B8C57-4CA5-48FB-B692-B2D3871A290C 023BD925-D6F2-4BE1-8973-8B90B3C8858E - 7AF6D08A-9FE4-46B9-8F16-2E26D45715CE + E4AC4EB3-83F6-4EE2-BBF7-1C637D295824 + E91DB3C2-E41E-43AF-BEFF-827BD2452063 + D450769C-D2C8-4C0F-BFBB-F008BEEBCEE7 + DB28C735-5DDB-4444-8287-0CEBCA238D0C 7E35FA7C-E390-41BA-A8C5-C1F3B4FAE6A1 - AB128FBD-1C3E-4FB4-91F5-48B57DC6860F + B81D6985-26B0-4807-872A-2D435BB1AE5C 53AAABF9-D393-4E5B-83BD-0C4CB15DDCC1 - 23289E12-7A1F-41A3-872C-3E867E696A49 - CA0CD4CC-D186-4448-8CB3-215E25951FDF - 2433B69B-6986-4260-97A3-DE23072D8BC6 - 754B2EF6-85D2-4A93-996F-D6D9E8A27F1E - BDF614B5-430B-46AB-B558-B5E0EF97BA17 - 3586B543-C92E-4AEB-92A7-20D948EA60DF - BF6A7ED6-28A0-4165-AA7A-F1F003161AE5 - 0353A694-1EE5-46E0-AC72-2F1631B441CB + 3CFAD67E-EE9F-49F9-B606-D414E73ED8F7 + AC226362-749C-45C1-86A3-B58379A38A7E + BB717BF2-0E69-419A-BC67-1E8FFBE64A21 + 012C556B-6ACB-48F0-8757-CA2E60B06109 + 6B8DF597-018E-4344-9853-B2DB9AF8BDD7 0DF11CB4-2813-4CCB-94EA-4A62E25E9EDC + D058727E-73F7-46CC-9702-239082DE8479 + 057EB744-BAB2-40A4-A694-444F32616388 + 2B964B74-45B4-45A7-87D5-A1B85F1870EF + 9398A8D4-053E-4CFD-94ED-D54C76EB85E3 + BAC66FCD-8C23-48B9-829B-56FE20CCC8E6 92266396-CC97-4F53-B1D3-4DDFD924D8C8 + 13793DF0-F678-4DD1-A0DE-AB212C32AB74 + 2A8B6705-FDDB-42E3-9332-9BC8C8293B7B + 754B2EF6-85D2-4A93-996F-D6D9E8A27F1E + 7BD61FDA-2C17-453D-9DFA-AE5656F08E45 + D0F6A5F5-C4ED-468F-A3DC-2E6B70825217 + 606E45DE-FC1C-4AE7-8DF1-3F61C4520F0B + 6175973E-2916-4F52-A6A7-F5C343AA7268 + 4BE9FA4E-D8D0-4D90-A9A1-C017FEDAD1E7 + BFD8CE92-59C7-47B2-9AE4-1B29ADE3CA0B + 1E598B7B-B754-4C52-B819-39897FE3E07D + 6BF2C151-51EA-4165-93E9-ECC5133E558D + 23B521B1-6EA4-4E5D-9104-940CEDFDFD13 + AD1AB937-AFCD-4656-9882-788B9C6E0D74 + C553AAE6-C788-4B2C-A388-18312FC9828B + 8E764E2C-244E-4A93-9C0D-5E25689D1C85 + 6D11476C-C336-40A8-A39B-207B531FBAD3 + 4141D54F-3E7E-4F13-BA60-78FA659CFDDF + 23289E12-7A1F-41A3-872C-3E867E696A49 + 0B978CED-4C7D-42B0-A55C-214E0A095C3E + 66A8F08B-0A0B-47D8-B8F4-58173B0458AE + 49C6A148-2B66-4220-849D-C59A21FF4281 + B2C49ECC-2119-4609-9DE6-E85DA4FD7630 + 09390D01-F829-4439-832A-D76B5BB363F5 2E67996C-AB51-489A-A30D-D829DF17A7EF - 5714E730-271D-436E-86DC-04AB0E71ECE0 - 319D66FC-712A-4B09-A1C0-CB741ED9DD4C + 7AF6D08A-9FE4-46B9-8F16-2E26D45715CE + CA0CD4CC-D186-4448-8CB3-215E25951FDF + 2433B69B-6986-4260-97A3-DE23072D8BC6 uuid DF5CA8A9-626B-44D2-ACBF-44CCB02810E8 -- cgit v1.2.3