editorconfig gedit
version 3.8 and above
這是 gedit 的 EditorConfig 插件。
點此下載最新版本
舊版的 EditorConfig Gedit 外掛程式可以作為存檔檔案從標籤頁面下載。
該插件也可以透過 Git 下載,如下所示:
git clone git://github.com/editorconfig/editorconfig-gedit.git
首先,請確保您的電腦上安裝了核心 EditorConfig Python Core 程式庫。
接下來,透過執行install.sh
腳本安裝與您的 Gedit 版本相容的插件。 install.sh
腳本應該會為您的 Gedit 版本安裝適當的插件。如果這不起作用,可以使用以下說明手動安裝插件。
安裝插件後,必須在 Gedit 中啟用它。要啟用該插件,請導航至編輯->首選項->插件並檢查 EditorConfig 插件。
若要手動安裝 gedit 3 插件,請執行下列複製指令:
cp -Lr editorconfig.plugin editorconfig_gedit3.py editorconfig_plugin ~/.local/share/gedit/plugins/
若要手動安裝 gedit 2 插件,請執行下列複製指令:
cp -Lr editorconfig.gedit-plugin editorconfig_gedit2.py editorconfig_plugin ~/.gnome2/gedit/plugins/
如果 gedit 抱怨載入程序,您可能需要將檔案 editorconfig.plugin 中的「python3」更改為「python」。
EditorConfig Gedit 外掛程式完全支援以下 EditorConfig 屬性:
部分支援以下屬性:
使用 Gedit 外掛程式時, tab_width
不能設定為與indent_size
不同的值。當indent_style
為「tab」時,將使用 tab 進行縮進,使用tab_width
進行縮排大小,以保持製表符的正確寬度。當indent_style
設定為「space」時, tab_width
屬性將被忽略,製表符始終設定為indent_size
的寬度。
目錄editorconfig-core-py
是一個子樹。使用更新它
git subtree pull --prefix editorconfig-core-py https://github.com/editorconfig/editorconfig-core-py master