diff --git a/web/documentation/index.html b/web/documentation/index.html index 1578987d..556ad86d 100644 --- a/web/documentation/index.html +++ b/web/documentation/index.html @@ -90,7 +90,7 @@
Documentation for version 0.9
+Documentation for version 0.10
The CDB wizard is located in the Coati section in the VS menu bar. Note that the option is only useable if a solution containing at least one C/C++ project is loaded.
Once the CDB was successfully created it can be found in the specified target directory. From this CDB you can create a Coati project as described above.
- + SettingsNetwork settings and logging options can be changed in the plugin's Tools/Options entry.
+
+
| Option | Description |
|---|
| Name | Token | Description |
|---|---|---|
| endOfMessage | <EOM> | Helps to determine the end of a message |
Messages have the following form:
- +messageType<<parameter<<...<<parameter<EOM>
Coati does implement a number of message types that can be used by Coati plugins. In the following is a list of the messages that Coati may send to plugins and messages that may be sent by a plugin to Coati.
- +Note that you can chose which messages you want to implement. Coati will not make problems if you chose to ignore certain messages.
- + Incoming messagesThese messages may be received by a plugin.
- +| Message | Parameters | Description |
|---|---|---|
ping | Coati may send a ping to determine if anybody is listening. Respond with a ping message yourself. Coati will not respond to this message. |
Your plugin may send these messages to Coati.
- +| Message | Parameters | Description |
|---|---|---|
ping | Your plugin may send this message to Coati to tell it it's listening. |