个人工具

“Gedit”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
屏幕截图
Hints and Tips
第12行: 第12行:
 
== 屏幕截图 ==
 
== 屏幕截图 ==
 
https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=scrn-gedit.png
 
https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=scrn-gedit.png
== Hints and Tips ==
+
== 小提示 ==
* To enable or disable automatic saving of backup files: Preferences > Editor > File Saving
+
* 打开或者关闭文件自动保存功能能,依次点击:编辑->首选项,在弹出的对话框中选择“编辑器”选项卡,选择“自动保存文件”,并且输入自动保存间隔。
* To make display text larger or smaller: Preferences > Fonts & Colors
+
* 调整文本字体以及字号的大小,依次点击:编辑->首选项,在弹出的对话框中选择“字体和颜色”选项卡,点击取消“使用系统等宽字体”前的勾,然后在下面调整字体以及字体大小
 
* For editing configuration files, for example your repository list (in Terminal):
 
* For editing configuration files, for example your repository list (in Terminal):
 
<pre><nowiki>
 
<pre><nowiki>

2009年4月10日 (五) 17:24的版本


介绍

gedit 文本编辑器是ubuntu系统内初始的默认编辑器。它既适于基本的文本编辑,也适用于高级文本编辑。gedit在绝大多数ubuntu的发行版中都已经预装。

屏幕截图

gedit?action=AttachFile&do=get&target=scrn-gedit.png

小提示

  • 打开或者关闭文件自动保存功能能,依次点击:编辑->首选项,在弹出的对话框中选择“编辑器”选项卡,选择“自动保存文件”,并且输入自动保存间隔。
  • 调整文本字体以及字号的大小,依次点击:编辑->首选项,在弹出的对话框中选择“字体和颜色”选项卡,点击取消“使用系统等宽字体”前的勾,然后在下面调整字体以及字体大小
  • For editing configuration files, for example your repository list (in Terminal):
gksudo gedit /etc/apt/sources.list

Note: If you need to run graphical applications as root, use gksudo, as shown above, as it will set up the environment more appropriately. Avoid ever using sudo with gui apps.

Using gedit for XML / Docbook XML

One can use gedit for a more user-friendly way to make XML markup or Docbook XML for yelp documentation. The pictures and instructions given below uses gedit 2.18.1. You should make a few changes in gedit to take full benefit of the syntax color highlighting which gedit provides so simple mistakes are caught early. The process for this is as follows: Under the View tab make the following changes: gedit?action=AttachFile&do=get&target=gedit1.png The only one which could be an option is whether or not to see line numbers, but apart from that, most of the options just make life easier. Now the next change to make is under Editor tab: gedit?action=AttachFile&do=get&target=gedit2.png As one can see there is not much to do here. Now the next thing is to go to the Syntax Highlighting tab. gedit?action=AttachFile&do=get&target=geditsyntaxhighlight.png Now make sure that Syntax highlighting is turned on. Just to understand or for kicks go down the drop-down menu and see Docbook, on the left-hand side you see the various Elements and can see the various colors associated with that element. Later on you can change the preferences to your liking as you become more aware of what you would like to see or are more comfortable with. Now jump to the Plugins Tab: gedit?action=AttachFile&do=get&target=geditplugins.png There are a number of changes you can make here, the most important perhaps is the Tag List option. Feel free to make use of other options and see how that changes the text. Now comes the most interesting part, go to View > Highlight Mode > Markup and while we want Docbook one can also see XML and both look slightly different from each other: gedit?action=AttachFile&do=get&target=geditdocbook.png The above one is when the text is highlighted using geditdocbook. The same text when highlighted using XML looks like: gedit?action=AttachFile&do=get&target=geditmarkup.png That's all, feel free to play around with gedit and markup in general to have a feel of what works and what doesn't.

  1. == Other applications you may wish to look at ==