Linux安装-gedit

安装 gedit 

sudo apt-get update 

sudo apt-get install gedit-gmate                 

sudo apt-get install gedit-plugins               

sudo apt-get remove gedit 

sudo apt-get install gedit


更改gedit默认设定:

1. 从 gedit menu 中打开 Preferences,选择 Editor 页面。

2. 将 Tab width: 改为 4。

3.  选择(确认有勾选到该选项)Insert spaces instead of tabs。

4. 打开 “Automatic indentation” 选项。

5. 转到 View 页面,打开 “Display line numbers” 选项。


参考:

http://ldzyz007.iteye.com/blog/1954602

http://learnpythonthehardway.org/book/ex0.html



版权声明:本文为u010867924原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。