documentation: plugin repos added
* repo urls added * eclipse manually installation instruction added
This commit is contained in:
@@ -1410,6 +1410,9 @@
|
||||
<p>By using a Coati plugin for your code editor, you can select a location within a source file and Coati will show you all symbols found at this location. Please have look at the list below to see which plugins are currently available and how they are used.</p>
|
||||
|
||||
<h3>Atom</h3>
|
||||
<strong>Repo</strong>
|
||||
<p><a href="https://github.com/CoatiSoftware/atom-coati">https://github.com/CoatiSoftware/atom-coati</a></p>
|
||||
|
||||
<strong>Installation</strong>
|
||||
<p>
|
||||
<ol>
|
||||
@@ -1424,6 +1427,8 @@
|
||||
or <code>Packages -> Coati -> Send location to Coati</code></p>
|
||||
|
||||
<h3>Clion/IntelliJ</h3>
|
||||
<strong>Repo</strong>
|
||||
<p><a href="https://github.com/CoatiSoftware/idea-coati">https://github.com/CoatiSoftware/idea-coati</a></p>
|
||||
<strong>Installation</strong>
|
||||
<p>
|
||||
<ol>
|
||||
@@ -1442,20 +1447,39 @@
|
||||
</div>
|
||||
|
||||
<h3>Eclipse</h3>
|
||||
<strong>Repo</strong>
|
||||
<p><a href="https://github.com/CoatiSoftware/eCoati">https://github.com/CoatiSoftware/eCoati</a></p>
|
||||
|
||||
<strong>Installation</strong>
|
||||
<p>
|
||||
<ol>
|
||||
<li>In Eclipse go in the menu to <code>Help -> Install new Software...</code></li>
|
||||
<li>Add the Coati Updatesite</li>
|
||||
<ul>
|
||||
<li>type <a
|
||||
href="https://CoatiSoftware.github.io/eCoati/updatesite">https://CoatiSoftware.github.io/eCoati/updatesite</a>
|
||||
into the <code>Work with:</code> field</li>
|
||||
<li>or press <code>Add...</code> and add the address above</li>
|
||||
</ul>
|
||||
<li>Select all and finish the next step.</li>
|
||||
<li>Eclipse needs to restart and can now communicate with Eclipse.</li>
|
||||
</ol>
|
||||
<ul>
|
||||
<li>Updatesite:
|
||||
<ol>
|
||||
<li>In Eclipse go in the menu to <code>Help -> Install new Software...</code></li>
|
||||
<li>Add the Coati Updatesite</li>
|
||||
<ul>
|
||||
<li>type <a
|
||||
href="https://CoatiSoftware.github.io/eCoati/updatesite">https://CoatiSoftware.github.io/eCoati/updatesite</a>
|
||||
into the <code>Work with:</code> field</li>
|
||||
<li>or press <code>Add...</code> and add the address above</li>
|
||||
</ul>
|
||||
<li>Select all and finish the next step.</li>
|
||||
<li>Eclipse needs to restart and can now communicate with Eclipse.</li>
|
||||
</ol>
|
||||
</li>
|
||||
<li>Manuelly:
|
||||
<ol>
|
||||
<li>Download this <a
|
||||
href="https://github.com/CoatiSoftware/eCoati/archive/gh-pages.zip">eCoati-gh-pages.zip</a>
|
||||
and unzip it.</li>
|
||||
<li>In Eclipse go in the menu to <code>Help -> Install new Software...</code></li>
|
||||
<li>Click the <code>Add...</code> Button</li>
|
||||
<li>Click the <code>Local...</code> Button select the updatesite folder in the unzipped folder</li>
|
||||
<li>Select all and finish the next step.</li>
|
||||
<li>Eclipse needs to restart and can now communicate with Eclipse.</li>
|
||||
</ol>
|
||||
</ul>
|
||||
|
||||
</p>
|
||||
<strong>Use</strong>
|
||||
<p>If you want Eclipse to activate a certain element in Coati, right-click that element to bring up the context menu and choose the “Set active Token” option.</p>
|
||||
@@ -1466,6 +1490,9 @@
|
||||
</div>
|
||||
|
||||
<h3>Emacs</h3>
|
||||
<strong>Repo</strong>
|
||||
<p><a href="https://github.com/CoatiSoftware/emacs-coati">https://github.com/CoatiSoftware/emacs-coati</a></p>
|
||||
|
||||
<strong>Installation</strong>
|
||||
<p>
|
||||
<ul>
|
||||
@@ -1490,6 +1517,9 @@
|
||||
press <kbd>M</kbd> + <kbd>x</kbd> and type in <code>coati-mode</code></p>
|
||||
|
||||
<h3>Sublime Text</h3>
|
||||
<strong>Repo</strong>
|
||||
<p><a href="https://github.com/CoatiSoftware/sublime-coati">https://github.com/CoatiSoftware/sublime-coati</a></p>
|
||||
|
||||
<strong>Installation</strong>
|
||||
<p>To install the Coati plugin for Sublime Text copy the CoatiPlugin folder located in your <code>ide_plugins/sublime_text</code> to your <code>SublimeText/Packages</code> folder and restart Sublime.</p>
|
||||
<strong>Use</strong>
|
||||
@@ -1501,6 +1531,9 @@
|
||||
</div>
|
||||
|
||||
<h3>Vim</h3>
|
||||
<strong>Repo</strong>
|
||||
<p><a href="https://github.com/CoatiSoftware/vim-coati">https://github.com/CoatiSoftware/vim-coati</a></p>
|
||||
|
||||
<strong>Installation</strong>
|
||||
<p>
|
||||
<p>Please visit the <a href="https://github.com/CoatiSoftware/vim-coati">vim-coati</a> repository on Github for details.</p>
|
||||
|
||||
Reference in New Issue
Block a user