diff --git a/idea-plug-in/index.html b/idea-plug-in/index.html index 06a3971..7f93119 100644 --- a/idea-plug-in/index.html +++ b/idea-plug-in/index.html @@ -64,7 +64,7 @@
Open the "Plugins" section of the IDEA preferences and find the "Kobalt" plug-in.
@@ -72,13 +72,26 @@
- Install it and restart IDEA. If the plug-in was correctly installed, you should see a new menu called "Kobalt" in the "Tools" menu:
+ Install it and restart IDEA. Next time you open a project with a Build.kt
build file in it, IDEA
+ will offer to import it as a Kobalt project.
-
+
+
+
+
+
+Once you accept, a new window will be available on the right +side of your main IDEA window. Clicking it will reveal the whole Kobalt window. +You can then click on the Sync icon in the upper left corner to update your dependencies:
-
+
+
The Kobalt IDEA plug-in offers the following features:
Build.kt
The plug-in will locate your kobalt/src/Build.kt
file and automatically update your project's libraries and
dependencies to reflect it. For example, suppose you have the following dependencies:
@@ -140,7 +153,7 @@ dependencies {
The plug-in will automatically turn on auto-completion of your kobalt/src/Build.kt
file. Once this is
@@ -165,7 +178,7 @@ val lc = lineCount {
-
The source code can be found on github. If you need to report a bug, please make sure you include the log file, which you can find under diff --git a/pics/kobalt-import-1.png b/pics/kobalt-import-1.png new file mode 100644 index 0000000..d7ca8d7 Binary files /dev/null and b/pics/kobalt-import-1.png differ diff --git a/pics/kobalt-import-2.png b/pics/kobalt-import-2.png new file mode 100644 index 0000000..1ffe193 Binary files /dev/null and b/pics/kobalt-import-2.png differ diff --git a/pics/kobalt-main-window.png b/pics/kobalt-main-window.png new file mode 100644 index 0000000..712b010 Binary files /dev/null and b/pics/kobalt-main-window.png differ