From 507ec8044b6f514a4681cfd97b9f1d75a22a7a7a Mon Sep 17 00:00:00 2001 From: "ithink.chan" Date: Wed, 14 Aug 2019 10:21:12 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20Meld=20=E9=85=8D=E7=BD=AE.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ithink.chan --- Software/Application/Meld/Meld_配置.md | 35 ++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 Software/Application/Meld/Meld_配置.md diff --git a/Software/Application/Meld/Meld_配置.md b/Software/Application/Meld/Meld_配置.md new file mode 100644 index 0000000..b853439 --- /dev/null +++ b/Software/Application/Meld/Meld_配置.md @@ -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