답변:
리포지토리 복제 git://git.gitano.org.uk/personal/liw/makefiletab3.git
mkdir -p ~/src
cd src
git clone git://git.gitano.org.uk/personal/liw/makefiletab3.git
gedit 용 플러그인 폴더 만들기
mkdir -p ~/.local/share/gedit/plugins
심볼릭 링크 만들기
ln -s ~/src/makefiletab3 ~/.local/share/gedit/plugins/makefiletab3
파이썬 버전 변경 makefiletab3.plugin
파일을여십시오
nano ~/.local/share/gedit/plugins/makefiletab3/makefiletab3.plugin
교체
Loader=python
와
Loader=python3
gedit를 다시 시작하고 플러그인을 활성화하십시오.
이 설정을 빠르게 변경할 수있는 바로 가기를 만들 수 있습니다.
gsettings set org.gnome.gedit.preferences.editor insert-spaces false
gedit
.