pull/4537/head
Stephane Nicoll 9 years ago
parent ea8107b6a5
commit 6146817ba3

@ -2018,7 +2018,7 @@ To configure IntelliJ IDEA correctly you can use the `idea` Gradle plugin:
NOTE: IntelliJ IDEA must be configured to use the same Java version as the command line
Gradle task and `springloaded` *must* be included as a `buildscript` dependency.
You can also additionally enable '`Make Project Automatically`' inside Intellij IDEA to
You can also additionally enable '`Make Project Automatically`' inside IntelliJ IDEA to
automatically compile your code whenever a file is saved.

@ -947,9 +947,9 @@ points to a folder will be monitored for changes.
****
As DevTools _only_ monitors classpath resources, the only way to trigger a change is to
update the classpath. On Eclipse, saving is actually updating the project, compiling or
copying resources for you as part of the save action. If you are using Intellij IDEA,
copying resources for you as part of the save action. If you are using IntelliJ IDEA,
there is no such thing as a save action since the resources are saved automatically.
Intellij IDEA users should use the `Build` -> `Make Project` action to achieve the same
IntelliJ IDEA users should use the `Build` -> `Make Project` action to achieve the same
result.
****

Loading…
Cancel
Save