个人工具

“UbuntuHelp:Gedit”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
第35行: 第35行:
 
#== Other applications you may wish to look at ==
 
#== Other applications you may wish to look at ==
 
== External Links ==
 
== External Links ==
* [[http://www.gnome.org/projects/gedit/|Gedit's Homepage on gnome.org]]
+
* [http://www.gnome.org/projects/gedit/ Gedit's Homepage on gnome.org]
 
----
 
----
 
[[category:CategorySoftwareDefault]] [[category:CategorySoftware]] [[category:CategoryCleanup]]
 
[[category:CategorySoftwareDefault]] [[category:CategorySoftware]] [[category:CategoryCleanup]]
  
 
[[category:UbuntuHelp]]
 
[[category:UbuntuHelp]]

2008年10月19日 (日) 15:19的版本


  1. title Text Editor (gedit)

<<Include(Tag/ContentCleanup)>>

Introduction

Text Editor (gedit) is the default text editor in Ubuntu, suited for both basic and more advanced text editing. It is pre-installed on most releases of Ubuntu.

Screenshot

{{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=scrn-gedit.png%7D%7D

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):
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: {{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=gedit1.png%7D%7D 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: {{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=gedit2.png%7D%7D As one can see there is not much to do here. Now the next thing is to go to the Syntax Highlighting tab. {{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=geditsyntaxhighlight.png%7D%7D 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: {{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=geditplugins.png%7D%7D 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: {{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=geditdocbook.png%7D%7D The above one is when the text is highlighted using geditdocbook. The same text when highlighted using XML looks like: {{https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=geditmarkup.png%7D%7D 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 ==

External Links