Skip to content

Commit

Permalink
Update CONTRIBUTING.md for 2017.1
Browse files Browse the repository at this point in the history
  • Loading branch information
skybrian authored Apr 3, 2017
1 parent 89f1eb1 commit c75f153
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,16 @@ file.

* Download and install the latest stable version of IntelliJ
- https://www.jetbrains.com/idea/download/
- either the community edition (free) or Ultimate will work
- either the community edition (free) or Ultimate will work. We are currently using 2017.1.
* Start IntelliJ
* In the project structure dialog, configure an IntelliJ platform SDK
- point it to the `Contents` directory in your just downloaded copy of IntelliJ Community Edition (e.g, `IntelliJ IDEA CE.app/Contents`)
- name it `IntelliJ IDEA Community Edition`
* In order to have the platform sources handy, clone the IntelliJ IDEA Community Edition repo
(`git clone https://github.com/JetBrains/intellij-community`) and add a path to your local clone in the `Sourcepaths` tab of
your `IntelliJ IDEA Community Edition` SDK and accept all the root folders found by the IDE after scanning.
Do the same for the intellij-plugins repo to get Dart plugin sources.
- In order to have the platform sources handy, clone the IntelliJ IDEA Community Edition repo
(`git clone https://github.com/JetBrains/intellij-community`)
- Sync it to the same version of IDEA that you are using (`git checkout idea/171.3780.107`). It will be in 'detached HEAD' mode.
- In the `IntelliJ IDEA Community Edition` sdk, go to the `Sourcepaths` tab and add the path to `intellij-community`. Accept all the root folders found by the IDE after scanning.
- Do the same for the intellij-plugins repo to get Dart plugin sources.
* Open flutter-intellij project in IntelliJ. Build it using `Build` > `Make Project`
* Try running the plugin; there is an existing launch config for "Flutter IntelliJ".
* If the Flutter Plugin doesn't load, check to see if the Dart Plugin is installed in your runtime workbench; if it's not, install it (`Preferences > Plugins`) and re-launch.
Expand Down

0 comments on commit c75f153

Please sign in to comment.