Skip to content

Commit e2f3d8e

Browse files
authored
implement tab selection
1 parent 7131264 commit e2f3d8e

File tree

4 files changed

+911
-855
lines changed

4 files changed

+911
-855
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ <h1><img style="display: inline;" src="/pluginIcon.svg" width="26">&nbsp;&nbsp;T
2828

2929
• Nonterminal stubs are enclosed in angle brackets, &lt;F&gt;.
3030

31+
• Use the [Tab] key to replace nonterminal stubs.
32+
3133
• Any symbol to the left of <span style="color: gray; ">-></span> is considered a nonterminal
3234
and all other symbols are considered terminals in a CFG.
3335

3436
<span style="color: blue; ">---</span> and <span style="color: gray; ">-></span> are reserved for the following scenarios:
3537
<span style="color: blue; ">---</span> is used to separate the CFG from the test cases.
3638
<span style="color: gray; ">-></span> separates the left and right sides of a production.
3739

38-
• The symbol ε is reserved and must not be used anywhere.
39-
4040
• Any line in the CFG that does not contain <span style="color: gray; ">-></span> is ignored.
4141

4242
• Tidyparse adds ε-productions, {V} <span style="color: gray; ">-></span> ε {V} <span style="color: gray; ">|</span> {V} ε, and

python.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ <h1><img style="display: inline;" src="/pluginIcon.svg" width="26">&nbsp;&nbsp;T
5050
• Use the ↑/↓ keys to scroll completions, then ↵ to apply.
5151

5252
• Invalid snippets are marked with <u>a squiggly underline</u>.
53+
54+
• Use the [Tab] key to fill in NAME, NUMBER and STRING stubs.
5355
</div>
5456
</div>
5557
<div title="Minimizes total edits per repair." id="confrow1">

0 commit comments

Comments
 (0)