-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathactions.json
More file actions
70 lines (70 loc) · 1.97 KB
/
Copy pathactions.json
File metadata and controls
70 lines (70 loc) · 1.97 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
[
{
"name": "author-speak-before",
"value": "Hi Kittichon, thanks for your bug report and interest in CodeVideo! This is currently a speaking step, but now I'll show you similar steps as to what I think you wanted."
},
{
"name": "author-speak-before",
"value": "In the new CodeVideo architecture, you'll have to move to the file explorer..."
},
{
"name": "mouse-move-file-explorer",
"value": "1"
},
{
"name": "author-speak-before",
"value": "Right click there..."
},
{
"name": "mouse-right-click",
"value": "1"
},
{
"name": "author-speak-before",
"value": "And select the 'New File' option..."
},
{
"name": "mouse-move-file-explorer-context-menu-new-file",
"value": "1"
},
{
"name": "author-speak-before",
"value": "Left click it..."
},
{
"name": "mouse-left-click",
"value": "1"
},
{
"name": "author-speak-before",
"value": "And type the file name into the input..."
},
{
"name": "file-explorer-type-new-file-input",
"value": "something.dart"
},
{
"name": "author-speak-before",
"value": "The rest of the actions are basically what you had originally. I hope this helps!"
},
{
"name": "file-explorer-enter-new-file-input",
"value": "1"
},
{
"name": "mouse-move-editor",
"value": "1"
},
{
"name": "mouse-left-click",
"value": "1"
},
{
"name": "editor-type",
"value": "import 'package:flutter/material.dart';\nimport 'dart:async';\nclass Product {\n final String id;\n final String name;\n final String description;\n final double price;\n\n Product({\n required this.id,\n required this.name,\n required this.description,\n required this.price,\n });\n}"
},
{
"name": "author-speak-before",
"value": "And there you have it! Dart is at least working with the latest CodeVideo CLI - I have to get the web version and API up to speed with all these new actions. Thanks again for your help!"
}
]