~ubuntu-branches/ubuntu/trusty/gedit-plugins/trusty-proposed

« back to all changes in this revision

Viewing changes to help/oc/dashboard.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mto: (7.3.7 sid)
  • mto: This revision was merged to the branch mainline in revision 70.
  • Revision ID: package-import@ubuntu.com-20131212163511-d7275l3drwdrw1qq
Tags: upstream-3.10.1
ImportĀ upstreamĀ versionĀ 3.10.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="utf-8"?>
 
2
<page xmlns="http://projectmallard.org/1.0/" xmlns:its="http://www.w3.org/2005/11/its" type="topic" style="task" id="plugin-dashboard" xml:lang="oc">
 
3
 
 
4
  <info>
 
5
    <link type="guide" xref="gedit-plugin-guide#gedit-additional-plugins"/>  
 
6
    <revision version="3.4" date="2013-02-24" status="review"/>
 
7
 
 
8
    <credit type="author">
 
9
      <name>Jim Campbell</name>
 
10
      <email its:translate="no">jwcampbell@gmail.com</email>
 
11
    </credit>
 
12
 
 
13
    <desc>Display recently-used and most-used files on startup.</desc>
 
14
  </info>
 
15
 
 
16
  <title>Dashboard</title>
 
17
 
 
18
  <p>The <app>Dashboard</app> plugin provides quick access to your most
 
19
  recently-used files and most-frequently used files. To activate the
 
20
  <app>Dashboard</app> plugin, select
 
21
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
 
22
  <gui>Plugins</gui><gui>Dashboard</gui></guiseq>. You will need to restart
 
23
  <app>gedit</app> to activate the <app>Dashboard</app> plugin.</p>
 
24
  
 
25
  <p>The <app>dashboard</app> also includes a <gui>Search</gui> window,
 
26
  allowing you to search for files that may not appear in the list of
 
27
  files.</p>
 
28
  
 
29
<section id="gedit-recently-used">
 
30
  <title>Recently used files</title>
 
31
 
 
32
  <p>The dashboard will initially display a shortcut for an <gui>empty
 
33
  document</gui> and seven of your most recently-used files. Click on the
 
34
  <gui>empty document</gui> to create a new file. Click on any of the other
 
35
  files to open that file.</p>
 
36
 
 
37
</section>
 
38
  
 
39
<section id="gedit-most-used">
 
40
  <title>Most frequently-used files</title>
 
41
 
 
42
  <p>Similarly, the dashboard displays a shortcut for an <gui>empty
 
43
  document</gui> and seven of your most frequently-used files. Click on the
 
44
  <gui> empty document</gui> to create a new file. Click on any of the other
 
45
  files to open that file.</p>
 
46
 
 
47
  <note style="tip">
 
48
    <p>Once activated, the <app>dashboard</app> will be displayed by default
 
49
    when you open <app>gedit</app>. You can also open the <app>dashboard</app>
 
50
    by clicking <guiseq><gui>File</gui><gui>New</gui></guiseq>, or by pressing
 
51
    <keyseq><key>Ctrl</key><key>N</key></keyseq>.</p>
 
52
  </note>
 
53
  
 
54
</section>
 
55
 
 
56
</page>