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
    • -
        -
      1. Download the coati.el from https://github.com/CoatiSoftware/emacs-coati
      2. -
      3. In Emacs press M + x and type in package-install-file
      4. -
      5. Type in the path to the downloaded coati.el file
      6. -
      -
    • Melpa
    • -
        -
      1. Add Melpa to your package-archives
      2. -
      3. Press M + x and type list-packages
      4. -
      5. Search for coati and mark coati with i then press x and the confirm with yes
      6. -
      -
    -

    +
      +
    1. Download the coati.el from https://github.com/CoatiSoftware/emacs-coati
    2. +
    3. In Emacs press M + x and type in package-install-file
    4. +
    5. Type in the path to the downloaded coati.el file
    6. +
    +
  • Melpa
  • +
      +
    1. Add Melpa to your package-archives
    2. +
    3. Press M + x and type list-packages
    4. +
    5. Search for coati and mark coati with i then press x and the confirm with yes
    6. +
    +

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
  • +
      +
    1. To install the Coati plugin for Sublime Text copy the CoatiPlugin folder located in your + ide_plugins/sublime_text to your SublimeText/Packages folder +
    2. +
    3. restart Sublime
    4. +
    +
  • Package Controll
  • +
      +
    1. If you dont have Package Controll for Sublime go to https://packagecontrol.io and + install it
    2. +
    3. Open Command Pallete with Ctrl + Shift + P
    4. +
    5. Select Package Controll: Install Package
    6. +
    7. Install coati
    8. +
    +

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.