特殊:Badtitle/NS100:Gedit:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Wikibot留言 | 贡献
无编辑摘要
Wikibot留言 | 贡献
无编辑摘要
第2行: 第2行:
{{Languages|UbuntuHelp:gedit}}
{{Languages|UbuntuHelp:gedit}}
Parent: [[UbuntuHelp:Software]]
Parent: [[UbuntuHelp:Software]]
== gedit Text Editor ==
== gedit Text Editor ==
Gedit is the default text editor for Ubuntu.
Gedit is the default text editor for Ubuntu.
Menu: Accessories > Text Editor
Menu: Accessories > Text Editor
== Screenshot ==
== Screenshot ==
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 ==
== Hints and Tips ==
* To enable or disable automatic saving of backup files: Preferences > Editor > File Saving
* To enable or disable automatic saving of backup files: Preferences > Editor > File Saving
* To make display text larger or smaller: Preferences > Fonts & Colors
* 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>
gksudo gedit /etc/apt/sources.list
gksudo gedit /etc/apt/sources.list
</nowiki></pre>
</nowiki></pre>
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.
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 ===
=== 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:
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:
Under the View tab make the following changes:
https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=gedit1.png
https://help.ubuntu.com/community/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.
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:
Now the next change to make is under Editor tab:
https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=gedit2.png
https://help.ubuntu.com/community/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.
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
https://help.ubuntu.com/community/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 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:
Now jump to the Plugins Tab:
https://help.ubuntu.com/community/gedit?action=AttachFile&do=get&target=geditplugins.png
https://help.ubuntu.com/community/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.
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:
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
https://help.ubuntu.com/community/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:
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
https://help.ubuntu.com/community/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. Enjoy :)
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. Enjoy :)
== Other applications you may wish to look at ==
== Other applications you may wish to look at ==
== Further Reading ==
== Further Reading ==
* [http://www.gnome.org/projects/gedit/ gedit]
* [http://www.gnome.org/projects/gedit/ gedit]
----
----
[[category:CategoryDocumentation]]
[[category:CategoryDocumentation]]


[[category:UbuntuHelp]]
[[category:UbuntuHelp]]

2007年11月30日 (五) 17:26的版本

{{#ifexist: :Gedit/zh | | {{#ifexist: Gedit/zh | | {{#ifeq: {{#titleparts:Gedit|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:Gedit|1|-1|}} | zh | | }}

Parent: UbuntuHelp:Software

gedit Text Editor

Gedit is the default text editor for Ubuntu. Menu: Accessories > Text Editor

Screenshot

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):
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. Enjoy :)

Other applications you may wish to look at

Further Reading