@@ -5,7 +5,7 @@ for his [vscoq](https://github.com/coq-community/vscoq/) project.
5
5
6
6
Here, the aim is to provide a "hands on" description of the XML
7
7
protocol that coqtop and IDEs use to communicate. The protocol first appeared
8
- with Coq 8.5, and is used by CoqIDE , [ vscoq] ( https://github.com/coq-community/vscoq/ ) , and other user interfaces.
8
+ with Coq 8.5, and is used by RocqDE , [ vscoq legacy ] ( https://github.com/coq-community/vscoq-legacy / ) , and other user interfaces.
9
9
10
10
A somewhat out-of-date description of the async state machine is
11
11
[ documented here] ( https://github.com/ejgallego/jscoq/blob/v8.16/etc/notes/coq-notes.md ) .
@@ -331,7 +331,7 @@ many there are.
331
331
-------------------------------
332
332
333
333
### <a name =" command-status " >** Status(force: bool)** </a >
334
- Returns information about the current proofs. CoqIDE typically sends this
334
+ Returns information about the current proofs. RocqIDE typically sends this
335
335
message with ` force = false ` after each sentence, and with ` force = true ` if
336
336
the user wants to force the checking of all proofs (wheels button). In terms of
337
337
the STM API, ` force ` triggers a ` Join ` .
@@ -544,7 +544,7 @@ Sends a list of option settings, where each setting roughly looks like:
544
544
</list >
545
545
</call >
546
546
```
547
- CoqIDE sends the following settings (defaults in parentheses):
547
+ RocqIDE sends the following settings (defaults in parentheses):
548
548
```
549
549
Printing Width : (<option_value val="intvalue"><int>60</int></option_value>),
550
550
Printing Coercions : (<option_value val="boolvalue"><bool val="false"/></option_value>),
@@ -705,7 +705,7 @@ processed when Coq is no longer busy or execution stops in the debugger.
705
705
<list >
706
706
<pair >
707
707
<pair >
708
- <string >/home/proj/coq/ide/coqide /debug.v</string >
708
+ <string >/home/proj/coq/ide/rocqide /debug.v</string >
709
709
<int >22</int >
710
710
</pair >
711
711
<bool val =" true" />
@@ -957,7 +957,7 @@ Currently these tags are used:
957
957
* **goal** - the current goal for the debugger, for display in the Messages panel
958
958
or elsewhere
959
959
* **prompt** - output for display in the Messages panel prompting the user to
960
- enter a debug command, allowing CoqIDE to display it without
960
+ enter a debug command, allowing RocqIDE to display it without
961
961
appending a newline. It also signals that coqidetop is waiting to receive
962
962
a debugger-specific message such as [Db_cmd](#command-db_cmd).
963
963
@@ -984,8 +984,8 @@ There are 4 tags that indicate how the enclosed text should be highlighted:
984
984
- diff.added.bg - unchanged text in a line that has additions (" bg" for " background" )
985
985
- diff.removed.bg - unchanged text in a line that has removals
986
986
987
- CoqIDE , Proof General and coqtop currently use 2 shades of green and 2 shades of red
988
- as the background color for highlights. Coqtop and CoqIDE also apply underlining and/or
987
+ RocqIDE , Proof General and coqtop currently use 2 shades of green and 2 shades of red
988
+ as the background color for highlights. Coqtop and RocqIDE also apply underlining and/or
989
989
strikeout highlighting for the sake of the color blind.
990
990
991
991
For example, `<diff.added>ABC</diff.added>` indicates that " ABC" should be highlighted
0 commit comments