您的位置:首页 > 移动开发 > Android开发

Intellij IDEA & Android Studio IDE自己风格的配置

2015-11-08 20:22 537 查看

Intellij IDEA & Android Studio IDE自己风格的配置

该网页设置很全,但不全部需要:

http://my.oschina.net/boltwu/blog/410883?p={{currentPage+1}}

File -> Settings -> Appearance & Behavior

1.很好显示中文:

Appearance -> 勾选 Orerride default fonts by(not recommended):

Name: 微软雅黑 Size:12 Line spacing: 1.2

2.显示工具条(在界面File,Edit等下面那排):Appearance -> Window Options -> 去掉勾选 Animate windows,勾选 Show tool window bars

3.启动时不打开默认工程:System Settings -> Startup/Shutdown -> 去掉勾选 Reopen last project on startup

4.设置自动保存:System Settings -> Synchronization -> 全部勾选,并且 Save files automatically if application is idle for 3 sec

File -> Settings -> Editor

1.General -> Virtual Space -> 勾选 Show virtual spaces at file bottom

2.显示行号:Settings -> Editor -> General -> Appearance标签项,勾选Show line numbers

3.新建一个Scheme:Colors & Fonts -> Scheme name -> 命名为myScheme

4.更改字体和字体大小:Colors & Fonts -> Font -> Editor Font -> Primary font: Courier New,Size: 14,Line spacing: 1.1

5.更改代码块颜色:Colors & Fonts -> Font -> Java/C/C++/XML... -> 具体功能代码 -> 改成喜欢的颜色:

更改Line comment的颜色 -> 去掉勾选Use inherited attributes -> 选择688027颜色

File -> Other Settings -> Default Settings -> Build, Execution, Deployment

1.设置自动编译:Compiler -> 勾选 Make project automatically

PS:这篇讲配置的文章也不错:/article/3462256.html
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: