Update README.md
|
After Width: | Height: | Size: 348 KiB |
|
After Width: | Height: | Size: 342 KiB |
|
After Width: | Height: | Size: 212 KiB |
|
After Width: | Height: | Size: 286 KiB |
|
After Width: | Height: | Size: 324 KiB |
|
After Width: | Height: | Size: 237 KiB |
|
After Width: | Height: | Size: 343 KiB |
|
After Width: | Height: | Size: 412 KiB |
@@ -23,7 +23,7 @@
|
|||||||
* [5.2 字体](#52-字体)
|
* [5.2 字体](#52-字体)
|
||||||
* [5.3 编码](#53-编码)
|
* [5.3 编码](#53-编码)
|
||||||
* [5.4 切换语言](#54-切换语言)
|
* [5.4 切换语言](#54-切换语言)
|
||||||
* [5.5 代码模板](#55-代码模板)
|
* [5.5 代码实时模板](#55-代码实时模板)
|
||||||
* [5.6 文件头注释](#56-文件头注释)
|
* [5.6 文件头注释](#56-文件头注释)
|
||||||
* [5.7 注释不顶格(不在行首)](#57-注释不顶格不在行首)
|
* [5.7 注释不顶格(不在行首)](#57-注释不顶格不在行首)
|
||||||
* [5.8 自定义后缀文件的语法高亮](#58-自定义后缀文件的语法高亮)
|
* [5.8 自定义后缀文件的语法高亮](#58-自定义后缀文件的语法高亮)
|
||||||
@@ -144,39 +144,39 @@
|
|||||||
|
|
||||||
- Appearance & Behavior -> Appearance -> Theme
|
- Appearance & Behavior -> Appearance -> Theme
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5.2 字体
|
### 5.2 字体
|
||||||
|
|
||||||
* IDEA 应用字体:Appearance & Behavior -> Appearance
|
* IDEA 应用字体:Appearance & Behavior -> Appearance
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 代码字体:Editor -> Font
|
* 代码字体:Editor -> Font
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 控制台字体:Tools -> terminal
|
* 控制台字体:Tools -> terminal
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
* 使用鼠标滚轮调整字体大小:Editor -> General -> Change font size (Zoom) with Ctrl + Mouse Wheel
|
* 使用鼠标滚轮调整字体大小:Editor -> General -> Change font size (Zoom) with Ctrl + Mouse Wheel
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5.3 编码
|
### 5.3 编码
|
||||||
|
|
||||||
* Editor -> File encodings
|
* Editor -> File encodings
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5.4 切换语言
|
### 5.4 切换语言
|
||||||
|
|
||||||
* Appearance & Behavior -> System Settings -> Language and Region
|
* Appearance & Behavior -> System Settings -> Language and Region
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5.5 代码模板
|
### 5.5 代码实时模板
|
||||||
|
|
||||||
类似 sysout:
|
类似 sysout:
|
||||||
|
|
||||||
@@ -185,7 +185,7 @@
|
|||||||
|
|
||||||
相关配置见:[IDEA代码模板](https://blog.csdn.net/Yinyaowei/article/details/103836510)
|
相关配置见:[IDEA代码模板](https://blog.csdn.net/Yinyaowei/article/details/103836510)
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5.6 文件头注释
|
### 5.6 文件头注释
|
||||||
|
|
||||||
@@ -199,14 +199,14 @@
|
|||||||
*/
|
*/
|
||||||
```
|
```
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
### 5.7 注释不顶格(不在行首)
|
### 5.7 注释不顶格(不在行首)
|
||||||
|
|
||||||
* Editor -> Code Style -> Java -> Code Generation
|
* Editor -> Code Style -> Java -> Code Generation
|
||||||
|
|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
### 5.8 自定义后缀文件的语法高亮
|
### 5.8 自定义后缀文件的语法高亮
|
||||||
|
|
||||||
|
|||||||