forked from GollyGang/ready
-
Notifications
You must be signed in to change notification settings - Fork 0
/
edit.html
105 lines (72 loc) · 1.62 KB
/
edit.html
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
<html>
<title>Ready Help: Edit Menu</title>
<body>
<p>
<h3>Edit Menu</h3>
<p>
<font size=+1><b>Undo</b></font>
<p>
Revert the previous action.
<p>
<font size=+1><b>Redo</b></font>
<p>
Restore the last action that was undone.
<p>
<font size=+1><b>Cut</b></font>
<p>
Not yet implemented.
<p>
<font size=+1><b>Copy</b></font>
<p>
If the Info Pane or Help Pane is active then any selected text is
copied to the clipboard.
<p>
<font size=+1><b>Paste</b></font>
<p>
Not yet implemented.
<p>
<font size=+1><b>Clear</b></font>
<p>
Not yet implemented.
<p>
<font size=+1><b>Select All</b></font>
<p>
If the Info Pane or Help Pane is active then all text is selected.
<p>
<font size=+1><b>Select Pointer</b></font>
<p>
The pointer tool moves the 3D scene around.
<p>
<font size=+1><b>Select Pencil</b></font>
<p>
The pencil tool allows setting the value of individual cells.
<p>
<font size=+1><b>Select Brush</b></font>
<p>
The brush tool sets the value of a whole region of cells around the cursor.
<p>
<font size=+1><b>Select Color Picker</b></font>
<p>
Use the color picker tool to select a color as the current value to paint with.
<p>
<font size=+1><b>Brush Size: Extra Small</b></font>
<p>
Set the paint brush to am extra small size.
<p>
<font size=+1><b>Brush Size: Small</b></font>
<p>
Set the paint brush to a small size.
<p>
<font size=+1><b>Brush Size: Medium</b></font>
<p>
Set the paint brush to a medium size.
<p>
<font size=+1><b>Brush Size: Large</b></font>
<p>
Set the paint brush to a large size.
<p>
<font size=+1><b>Brush Size: Extra Large</b></font>
<p>
Set the paint brush to an extra large size.
</body>
</html>