Intellij idea菜单详解

概述:

用了intellij idea,觉得根本没有eclipse好使,我强制要求自己使用一个月,之后再来评价--2016.4.22


  • File

Settings


 

Build,Excution,Development


 

Build Tools


Gradle

以下这段内容来自官网,用来解释这里的含义,如图:

Use this page to specify Gradle settings for your project.

ItemDescription
Use auto-import(使用自动导入) Select this check box to resolve all the changes made to the Gradle project automatically every time you refresh your project.(勾选该单选框可以使你每次刷新项目的时候可以自动的编译Gradle项目)
Create directories for empty content roots automatically(为空root来自动创建目录) Select this check box to create the default directory structure for a Gradle project, e.g./src/main/java and /src/test/java.(选择这个单选框用来为一个Gradle项目创建一个默认的目录结构,./src/main/java 和 /src/test/java
Use default gradle wrapper (recommended)(使用默认的gradle包装)(推荐使用) Select this option to use Gradle wrapper. Using Gradle wrapper lets you get automatic Gradle download for the build. It also lets you build with the precise Gradle version.(选择这个选项来使用Gradle包装,使用Gradle包装可以让你自动的获取Gradle下载,它也可以让你使用精确的Gradle版本来构建项目)
Use gradle wrapper task configuration(使用gradle包装任务配置) Select this option to use Gradle wrapper customization in script.(选择这个项目用来使用Gradle包装在脚本中定制)
Use local gradle distribution Select this option to run local build scripts.
Gradle home Use this field to specify the fully qualified path to your Gradle installation. This field becomes active when you select Use local gradle distribution.

If Gradle location has been defined by the environment variables GRADLE_HOME or PATH, then IntelliJ IDEA deduces this location, and suggests this path as the default value.

If Gradle location has not been deduced from the environment variables, specify it manually, or click the Browse button, and select the desired directory in the dialog that opens. Note that the value entered in this field takes precedence over the environment variables.

Gradle JVM Use this drop-down list to specify JVM under which IntelliJ IDEA will run Gradle when you import the specified Gradle project and when you execute its tasks.

 

 

 

官网上的解释:

地址:https://www.jetbrains.com/help/idea/2016.1/gradle-page.html?origin=old_help

内容:

 


 


 

Power Save Mode:省电模式-省电模式禁用代码背景眼色和其他背景分析颜色


Edit


 

posted @ 2016-04-22 13:35  杂烩饭阁下  阅读(1933)  评论(0编辑  收藏  举报