添加 Meld 配置.
Signed-off-by: ithink.chan <chenyang@autoai.com>
This commit is contained in:
parent
737fcd85ac
commit
507ec8044b
|
@ -0,0 +1,35 @@
|
|||
# Meld 配置
|
||||
|
||||
先进入 Preferences。对于 Gnome 桌面,该选项在顶栏的 Meld 菜单中。
|
||||
|
||||
## 显示行号
|
||||
|
||||
需要先安装相关包:
|
||||
|
||||
```sh
|
||||
# Fedora
|
||||
yum install gtksourceview
|
||||
yum install gnome-python2-gtksourceview
|
||||
yum install gnome-python2-gnomeprint
|
||||
|
||||
# Ubuntu
|
||||
sudo apt-get install python-gtksourceview2
|
||||
```
|
||||
|
||||
之后进入 Preferences->Editor 选中 Show line numbers。
|
||||
|
||||
## Tab Width
|
||||
|
||||
进入 Preferences->Editor 修改 Tab Width 值为 4。
|
||||
|
||||
## Enable Text Wrapping
|
||||
|
||||
进入 Preferences->Editor 选中 Enable Text Wrapping。
|
||||
|
||||
## Hihlight Current Line
|
||||
|
||||
进入 Preferences->Editor 选中 Hihlight Current Line
|
||||
|
||||
## Syntax Highlighting
|
||||
|
||||
进入 Preferences->Editor 选中 Use Syntax Highlighting
|
Loading…
Reference in New Issue