aboutsummaryrefslogtreecommitdiff
path: root/doc/intellij.md
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-08-25 16:57:45 -0400
committerGitHub <noreply@github.com>2017-08-25 16:57:45 -0400
commit01f589d0265af24c1754acb06c350add6bf3d031 (patch)
tree5cdc9d19234ed3ff34a06b0316b8234722c24c8e /doc/intellij.md
parenta3fba2aa6130c61a8f4eb3cccfc8b30913413581 (diff)
parenta9d4932e8cdf1cbc5330e174bb7ac78ec6fdcf2b (diff)
downloadcbt-01f589d0265af24c1754acb06c350add6bf3d031.tar.gz
cbt-01f589d0265af24c1754acb06c350add6bf3d031.tar.bz2
cbt-01f589d0265af24c1754acb06c350add6bf3d031.zip
Merge pull request #555 from darthorimar/patch-5HEADmaster
Update and rename intellij.md to intellij-gsoc.md
Diffstat (limited to 'doc/intellij.md')
-rw-r--r--doc/intellij.md41
1 files changed, 0 insertions, 41 deletions
diff --git a/doc/intellij.md b/doc/intellij.md
deleted file mode 100644
index d5b607d..0000000
--- a/doc/intellij.md
+++ /dev/null
@@ -1,41 +0,0 @@
-# CBT Intellij scala-plugin (fork of orginal scala-plugin)
-Link: [scala-plugin.zip](https://goo.gl/9vqurz) (sha1: `dedb029d3c4b378f85cf62a10da6425cbd1f102b`)
-
-### Features:
-* Creating CBT-based projects
-* Importing existing CBT-based projects
-* Editting CBT source code
-* Running and debugging arbitrary build task
-* Navigating through libraries sources
-
-
-### Requirements:
-* Latest version of CBT from github
-* CBT executable available within comandline
-* Intellij IDEA 2017.2
-
-In order to install you need to remove existing intellij-scala plugin and then choose `Install plugin from disk` and point out to the downloaded zip
-
-### Others
-
-#### Refreshing a project
-To refresh o project you need to enable a `CBT tool panel`: just press `ctrl-shift-A` and then enter `cbt`:
-![image](https://user-images.githubusercontent.com/16403337/27643459-cdaee64c-5c29-11e7-8c9f-f233da861928.png)
-
-When done a tool panel will aperas at the right side: ![image](https://user-images.githubusercontent.com/16403337/27643788-b4d8998c-5c2a-11e7-929e-4e80724d4b6d.png)
-
-#### Creating extra modules
-IDEA assumes that all modules which you use are in dependencies (may be transitive) of a root module
-
-If you want to work on some module which is not you can right-click on the directory in the project tree view and then choose `Consider as CBT module` (directory should contains `build` directory with a correct build file)
-
-------
-
-The source code is here: [source](https://github.com/darthorimar/intellij-scala)
-
-This a fork of a *JetBrains* [intellij-scala](https://github.com/jetbrains/intellij-scala) and soon should be merged into it
-
-Releated PR in IDEA Scala Plugin [here](https://github.com/JetBrains/intellij-scala/pull/383)
-
-**Use and leave feedback** :metal:
-