You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev/src/docs/sidebar_content.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -92,7 +92,7 @@ home.kids = [
92
92
{
93
93
label:"Menu",
94
94
desc:"The <b>Menu</b> (this panel) includes <b>Help</b>, a full regular expression <b>Reference</b>, a <b>Cheatsheet</b>, and <b>Save & Share</b> features."+
95
-
"<p>Tap a selected item in the <b>Reference</b> to insert it into your <b>Expression</b>. Click the arrow beside an example to load it.</p>"+
95
+
"<p>Double-click a selected item in the <b>Reference</b> to insert it into your <b>Expression</b>. Click the arrow beside an example to load it.</p>"+
96
96
"<p>The library also includes searchable <b>Community</b> submissions, and patterns you've created or favorited in <b>My Patterns</b>.</p>"
97
97
}
98
98
]
@@ -156,7 +156,7 @@ home.kids = [
156
156
label: "Community",
157
157
id: "community",
158
158
desc: "Welcome to the Community, a searchable database of patterns submitted by users like you."+
159
-
"<p>After selecting a pattern, load the full pattern by clicking its URL, or use the right arrow icon to load just the pattern or text.</p>"+
159
+
"<p>After selecting a pattern, click its URL or double-click it in the list to load the full pattern. Or use the right arrow icon to load just the expression or text.</p>"+
160
160
"<p>Help make the Community better by rating patterns, and submitting your own via <b>Search & Share</b> in the menu.</p>",
161
161
search: true,
162
162
kids: []
@@ -166,7 +166,7 @@ home.kids = [
166
166
label: "My Patterns",
167
167
id:"favorites",
168
168
desc: "The list above will display any patterns that you create or favorite."+
169
-
"<p>To edit a pattern you created, click its URL to load it, then open Save / Share to edit and save.</p>",
169
+
"<p>To edit a pattern you created, click its URL or double-click it in the list to load it, then open Save / Share to edit and save.</p>",
0 commit comments