From 221ac9ed64b0a266c42b6162df3a1603012028d9 Mon Sep 17 00:00:00 2001
From: Andreas Stallinger
Date: Mon, 12 Sep 2016 20:05:37 +0200
Subject: [PATCH] documentation: sublime-coati with Package Control
sublime-coait is now available via Package Control
---
src/lib/utility/scheduling/Blackboard.h | 1 -
web/documentation/index.html | 46 ++++++++++++++++---------
2 files changed, 30 insertions(+), 17 deletions(-)
diff --git a/src/lib/utility/scheduling/Blackboard.h b/src/lib/utility/scheduling/Blackboard.h
index 1b88e9f9..e1eebfa6 100644
--- a/src/lib/utility/scheduling/Blackboard.h
+++ b/src/lib/utility/scheduling/Blackboard.h
@@ -5,7 +5,6 @@
#include
#include
-#include "Utility/UtilityString.h"
#include "utility/logging/logging.h"
struct BlackboardItemBase
diff --git a/web/documentation/index.html b/web/documentation/index.html
index 0e08209d..b2af569f 100644
--- a/web/documentation/index.html
+++ b/web/documentation/index.html
@@ -1716,22 +1716,20 @@
https://github.com/CoatiSoftware/emacs-coati
Installation
-
-
+
- Manuelly
-
- - Download the coati.el from https://github.com/CoatiSoftware/emacs-coati
- - In Emacs press M + x and type in
package-install-file
- - Type in the path to the downloaded coati.el file
-
- - Melpa
-
- - Add Melpa to your package-archives
- - Press M + x and type
list-packages
- - Search for coati and mark coati with i then press x and the confirm with yes
-
-
-
+
+ - Download the coati.el from https://github.com/CoatiSoftware/emacs-coati
+ - In Emacs press M + x and type in
package-install-file
+ - Type in the path to the downloaded coati.el file
+
+ Melpa
+
+ - Add Melpa to your package-archives
+ - Press M + x and type
list-packages
+ - Search for coati and mark coati with i then press x and the confirm with yes
+
+
Use
If you want Emacs to activate a certain element in Coati, set your cursor to that element and
M + x and type in coati-send-location.
@@ -1743,7 +1741,23 @@
https://github.com/CoatiSoftware/sublime-coati
Installation
- To install the Coati plugin for Sublime Text copy the CoatiPlugin folder located in your ide_plugins/sublime_text to your SublimeText/Packages folder and restart Sublime.
+
+ - Manuelly
+
+ - To install the Coati plugin for Sublime Text copy the CoatiPlugin folder located in your
+
ide_plugins/sublime_text to your SublimeText/Packages folder
+
+ - restart Sublime
+
+ - Package Controll
+
+ - If you dont have Package Controll for Sublime go to https://packagecontrol.io and
+ install it
+ - Open Command Pallete with Ctrl + Shift + P
+ - Select
Package Controll: Install Package
+ - Install
coati
+
+
Use
If you want Sublime to activate a certain element in Coati, click a location to place the cursor, right-click to bring up the context menu and choose the “Coati - Set active Token” option. Please note that the position of the cursor will be sent to Coati and not the position you opened the context menu at.