Skip to content

Commit 3f1f12f

Browse files
authored
Moved acet-ui-progress to ambiguousFunctions (#229)
Moved acet-ui-progress to ambiguousFunctions (#229)
1 parent 964010d commit 3f1f12f

File tree

1 file changed

+70
-35
lines changed

1 file changed

+70
-35
lines changed

extension/src/help/webHelpAbstraction.json

+70-35
Original file line numberDiff line numberDiff line change
@@ -9407,41 +9407,6 @@
94079407
"description": "Displays a directory selection dialog",
94089408
"platforms": "WIN"
94099409
},
9410-
"acet-ui-progress": {
9411-
"arguments": [
9412-
{
9413-
"id": "label",
9414-
"typeNames": "String",
9415-
"primitive": "string",
9416-
"enums": []
9417-
},
9418-
{
9419-
"id": "max",
9420-
"typeNames": "Integer",
9421-
"primitive": "integer",
9422-
"enums": []
9423-
},
9424-
{
9425-
"id": "current",
9426-
"typeNames": "Integer",
9427-
"primitive": "integer",
9428-
"enums": []
9429-
}
9430-
],
9431-
"returnType": {
9432-
"id": "Return",
9433-
"typeNames": "Integer, Boolean, nil",
9434-
"primitive": "integer",
9435-
"enums": []
9436-
},
9437-
"validObjects": [],
9438-
"signature": "(acet-ui-progress label?<string> max?<integer>) and (acet-ui-progress current<integer>)",
9439-
"id": "acet-ui-progress",
9440-
"category": 4,
9441-
"guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697",
9442-
"description": "Displays a progress meter",
9443-
"platforms": "WIN"
9444-
},
94459410
"acet-ui-status": {
94469411
"arguments": [
94479412
{
@@ -93921,6 +93886,76 @@
9392193886
}
9392293887
},
9392393888
"ambiguousFunctions": {
93889+
"acet-ui-progress": [
93890+
{
93891+
"arguments": [
93892+
{
93893+
"id": "label",
93894+
"typeNames": "String",
93895+
"primitive": "string",
93896+
"enums": []
93897+
},
93898+
{
93899+
"id": "max",
93900+
"typeNames": "Integer",
93901+
"primitive": "integer",
93902+
"enums": []
93903+
}
93904+
],
93905+
"returnType": {
93906+
"id": "Return",
93907+
"typeNames": "Boolean, nil",
93908+
"primitive": "boolean",
93909+
"enums": []
93910+
},
93911+
"validObjects": [],
93912+
"signature": "(acet-ui-progress label?<string> max?<integer>)",
93913+
"id": "acet-ui-progress",
93914+
"category": 4,
93915+
"guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697",
93916+
"description": "Displays a progress meter",
93917+
"platforms": "WIN"
93918+
},
93919+
{
93920+
"arguments": [
93921+
{
93922+
"id": "current",
93923+
"typeNames": "Integer",
93924+
"primitive": "integer",
93925+
"enums": []
93926+
}
93927+
],
93928+
"returnType": {
93929+
"id": "Return",
93930+
"typeNames": "Integer",
93931+
"primitive": "integer",
93932+
"enums": []
93933+
},
93934+
"validObjects": [],
93935+
"signature": "(acet-ui-progress current<integer>)",
93936+
"id": "acet-ui-progress",
93937+
"category": 4,
93938+
"guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697",
93939+
"description": "Displays a progress meter",
93940+
"platforms": "WIN"
93941+
},
93942+
{
93943+
"arguments": [],
93944+
"returnType": {
93945+
"id": "Return",
93946+
"typeNames": "nil",
93947+
"primitive": "nil",
93948+
"enums": []
93949+
},
93950+
"validObjects": [],
93951+
"signature": "(acet-ui-progress)",
93952+
"id": "acet-ui-progress",
93953+
"category": 4,
93954+
"guid": "177D04DD-7822-4DFE-B9B6-92FC2B7A0697",
93955+
"description": "Closes the progress meter",
93956+
"platforms": "WIN"
93957+
}
93958+
],
9392493959
"getpropertyvalue": [
9392593960
{
9392693961
"arguments": [

0 commit comments

Comments
 (0)