blob: 2aeb1bc4b04e9226129d291159a22a064bfee1d1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
<page xmlns="http://projectmallard.org/1.0/"
xmlns:its="http://www.w3.org/2005/11/its"
type="topic" style="task"
id="gedit-open-files">
<info>
<link type="guide" xref="gedit-files-basic" group="second"/>
<link type="seealso" xref="gedit-open-on-server"/>
<link type="seealso" xref="gedit-close-file"/>
<link type="seealso" xref="gedit-open-recent"/>
<link type="seealso" xref="gedit-quickstart"/>
<desc>Open files to start working on them.</desc>
<revision pkgversion="3.8" date="2013-03-07" status="final"/>
<revision pkgversion="3.12" date="2014-02-12" status="review"/>
<credit type="author">
<name>Jim Campbell</name>
<email>jcampbell@gnome.org</email>
</credit>
<credit type="editor">
<name>Shobha Tyagi</name>
<email its:translate="no">tyagishobha@gmail.com</email>
</credit>
<include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
</info>
<title>Open a file or set of files</title>
<p>To open a file in <app>gedit</app>, click the <gui>Open</gui> button, or
press <keyseq><key>Ctrl</key><key>O</key></keyseq>.</p>
<p>This will cause the <gui>Open</gui> dialog to appear. Use your mouse
or keyboard to select the file that you wish to open, and then click
<gui>Open</gui>. The file that you've selected will open in a new tab.</p>
<p>To close the <gui>Open</gui> dialog without opening a file, click
<gui>Cancel</gui>.</p>
<note style="tip"><p>You can use the <key>Ctrl</key> and <key>Shift</key>
keys to open more than one file at a time. If you hold down the
<key>Ctrl</key> key while you select multiple files, clicking <gui>Open</gui>
will open each of the files that you have selected.</p>
<!-- Insert Image Here -->
<p>Holding down the <key>Shift</key> while you select multiple files will
open the first file that you select, the last file that you select, and all
of the files in between.</p></note>
<!-- Insert Image Here -->
</page>
|