File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424
2525- 第 6 篇:[ 设置 IntelliJ IDEA 主题和字体的方法] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/theme-and-font.md )
2626
27- - 第 7 篇:[ 修改 IntelliJ IDEA 模板注释中的 user 内容 ] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/modify-user-template.md )
27+ - 第 7 篇:[ 修改 IntelliJ IDEA 模板注释中内容 ] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/modify-user-template.md )
2828
2929- 第 8 篇:[ 常见文件类型的图标介绍] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/idea-icon.md )
3030
Original file line number Diff line number Diff line change 22
33## 1 前言
44
5- 在博文「[ IntelliJ IDEA 之 HelloWorld 项目创建及相关配置文件介绍] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/hello-world.md ) 」中,我们已经用 IntelliJ IDEA 创建了第一个 Java 项目 HelloWorld,如下图所示:
5+ 在博文「[ HelloWorld 项目创建及相关配置文件介绍] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/articles/hello-world.md ) 」中,我们已经用 IntelliJ IDEA 创建了第一个 Java 项目 HelloWorld,如下图所示:
66
77![ default-theme] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/images/theme-and-font/default-theme.png )
88
5454
5555![ font-2] ( https://github.com/guobinhit/intellij-idea-tutorial/blob/master/images/theme-and-font/font-2.png )
5656
57- 如上图所示,这是在选择` Size ` 为` 14 ` 、点击` Apply ` 之后的效果,显然界面主题的字体明显都变大了很多。在这里,有一点需要注意,那就是:** 有的字体是包含中文的,有的字体则是不包含中文的。 ** 一般情况下,使用英文的国家是不需要额外担心乱码问题的,但是我们需要啊!如果我们选择的字体不包含中文的话,很多位置上可能会出现类似于 口口口口口 这样的乱码问题。例如,` Courier New ` 和` Monaco ` 就是纯英文字体,而` Microsoft YaHei ` 就是包含中文的字体。
57+ 如上图所示,这是在选择` Size ` 为` 14 ` 、点击` Apply ` 之后的效果,显然界面主题的字体明显都变大了很多。在这里,有一点需要注意,那就是:** 有的字体是包含中文的,有的字体则是不包含中文的** 。 一般情况下,使用英文的国家是不需要额外担心乱码问题的,但是我们需要啊!如果我们选择的字体不包含中文的话,很多位置上可能会出现类似于 口口口口口 这样的乱码问题。例如,` Courier New ` 和` Monaco ` 就是纯英文字体,而` Microsoft YaHei ` 就是包含中文的字体。
5858
5959### 3.2 代码编辑区字体修改
6060
You can’t perform that action at this time.
0 commit comments