aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Christopher Vogt <oss.nsp@cvogt.org>2017-08-15 17:49:06 +0200
committerGitHub <noreply@github.com>2017-08-15 17:49:06 +0200
commit5724189e7b92199b1d4aaecb49d787e46e45a105 (patch)
tree6ed0e9772eef8b87591abb4693073db7c3073f86
parent0818c0f175ce2ad187235172735b0915d0471ed0 (diff)
parentc758345f684bde1b188531e8b831648ca17f7400 (diff)
downloadcbt-5724189e7b92199b1d4aaecb49d787e46e45a105.tar.gz
cbt-5724189e7b92199b1d4aaecb49d787e46e45a105.tar.bz2
cbt-5724189e7b92199b1d4aaecb49d787e46e45a105.zip
Merge pull request #553 from darthorimar/patch-4
Update intellij.md
-rw-r--r--doc/intellij.md25
1 files changed, 11 insertions, 14 deletions
diff --git a/doc/intellij.md b/doc/intellij.md
index adefa37..d5b607d 100644
--- a/doc/intellij.md
+++ b/doc/intellij.md
@@ -1,22 +1,18 @@
# CBT Intellij scala-plugin (fork of orginal scala-plugin)
-Link: [scala-plugin.zip](https://www.dropbox.com/s/508v9ypypvrpni9/scala-plugin.zip?dl=0) (sha1: `a330220b831bedea8863b30ba15c7d8cdedfa740`)
+Link: [scala-plugin.zip](https://goo.gl/9vqurz) (sha1: `dedb029d3c4b378f85cf62a10da6425cbd1f102b`)
### Features:
* Creating CBT-based projects
-* Importing existing cbt-based projects
-* Editting CBT source code (will be a little better when #536 will be accepted)
-
- **Cache directory should be added to Excluded in root module setting**
-* Running cbt-tasks (You better do sibale IDEA default build task) ![cbt-task](https://user-images.githubusercontent.com/16403337/27309036-75740d5c-555a-11e7-9c9a-60e756d5e0ca.png)
-* Running and debugging 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 Community Public Preview (not sure about working on other versions)
+* 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
@@ -29,16 +25,17 @@ To refresh o project you need to enable a `CBT tool panel`: just press `ctrl-shi
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
-For now IDEA assumes that all modules which you use are in dependencies(may be transitive) of a root module
+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)
-#### Correct build files
-For now plugin assumes that if you import some project(or may be just refresh it) all build files do not contain errors. Otherwise it would not just be imported/refreshed
-
------
The source code is here: [source](https://github.com/darthorimar/intellij-scala)
-This a fork of a *JetBrains* [scala-pugin](https://github.com/jetbrains/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: