intellij idea常用设置 IntelliJ IDEA 设置 编辑器字体大小
1,打开File->settings
2,在Edit->colors->Fonts下创建新字体
保存即可。
------------
为什么要改缺省的路径配置?
缺省的路径是指定到WINDOWS的用户配置路径下,通常情况下是在操作系统安装的磁盘分区上,IDEA使用的时候产生CACHE文件,导致操作系统所在磁盘分区垃圾文件大量积累。
怎么样改缺省配置?
假设IDEA安装路径在 D:\IntelliJIDEA5 ,下文中出现的路径都以此路径作相对路径。用文本编辑器打开文件 bin\idea.properties
1, idea.config.path条目上对应设置用户配置文件的路径
2, idea.system.path条目上对应设置IDEA用作的SYSTEM文件路径(CACHE就在此路径中)
3, idea.plugins.path条目上对应设置IDEA插件存放路径
另外的配置文件,bin\idea.exe.vmoptions 您用文本编辑器打开一看就知道是对JVM的设置;bin\appletviewer.policy APPLET观察器的安全策略配置文件
# idea.config.path=${user.home}/.IdeaIC/config
idea.config.path=D:/Program Files (x86)/JetBrains/IdeaUserConfig/.IdeaIC14/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IdeaIC/system
idea.system.path=D:/Program Files (x86)/JetBrains/IdeaUserConfig/.IdeaIC14/system
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes.
---------
--
插件配置:
----
设置项目编码:
---
导入项目
SBT
win7中怎么关闭alt+ctrl+方向键屏幕翻转
http://dwz.cn/39U115
文件代码模板的使用
http://wiki.jikexueyuan.com/project/intellij-idea-tutorial/file-templates-introduce.html
插件:
maven helper
FindBugs
GsonFormat
<http://www.hollischuang.com/archives/966>
--
1,打开File->settings
2,在Edit->colors->Fonts下创建新字体
保存即可。
------------
为什么要改缺省的路径配置?
缺省的路径是指定到WINDOWS的用户配置路径下,通常情况下是在操作系统安装的磁盘分区上,IDEA使用的时候产生CACHE文件,导致操作系统所在磁盘分区垃圾文件大量积累。
怎么样改缺省配置?
假设IDEA安装路径在 D:\IntelliJIDEA5 ,下文中出现的路径都以此路径作相对路径。用文本编辑器打开文件 bin\idea.properties
1, idea.config.path条目上对应设置用户配置文件的路径
2, idea.system.path条目上对应设置IDEA用作的SYSTEM文件路径(CACHE就在此路径中)
3, idea.plugins.path条目上对应设置IDEA插件存放路径
另外的配置文件,bin\idea.exe.vmoptions 您用文本编辑器打开一看就知道是对JVM的设置;bin\appletviewer.policy APPLET观察器的安全策略配置文件
# idea.config.path=${user.home}/.IdeaIC/config
idea.config.path=D:/Program Files (x86)/JetBrains/IdeaUserConfig/.IdeaIC14/config
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to IDE system folder. Make sure you're using forward slashes.
#---------------------------------------------------------------------
# idea.system.path=${user.home}/.IdeaIC/system
idea.system.path=D:/Program Files (x86)/JetBrains/IdeaUserConfig/.IdeaIC14/system
#---------------------------------------------------------------------
# Uncomment this option if you want to customize path to user installed plugins folder. Make sure you're using forward slashes.
---------
--
插件配置:
----
设置项目编码:
---
导入项目
SBT
win7中怎么关闭alt+ctrl+方向键屏幕翻转
http://dwz.cn/39U115
文件代码模板的使用
http://wiki.jikexueyuan.com/project/intellij-idea-tutorial/file-templates-introduce.html
插件:
maven helper
FindBugs
GsonFormat
<http://www.hollischuang.com/archives/966>
--