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

« back to all changes in this revision

Viewing changes to help/th/session-saver.page

  • Committer: Package Import Robot
  • Author(s): Sebastien Bacher
  • Date: 2013-12-12 16:35:11 UTC
  • mfrom: (1.4.15)
  • Revision ID: package-import@ubuntu.com-20131212163511-3zgtrv2ipt94w2ao
Tags: 3.10.1-0ubuntu1
* New upstream version
* debian/control.in:
  - updated gedit, gtk, gtksourceview requirements
* debian/patches/mark-git-plugin-translatable.patch: 
  - dropped, included in the new version

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-session-saver" xml:lang="th">
 
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>Save and restore your working sessions.</desc>
 
14
  </info>
 
15
 
 
16
  <title>Session Saver</title>
 
17
 
 
18
  <p>The <app>Session Saver</app> plugin saves groups of files together so that
 
19
  you can open them together at a later time. To enable the plugin, select
 
20
  <guiseq><gui style="menu">gedit</gui><gui style="menuitem">Preferences</gui>
 
21
  <gui>Plugins</gui><gui>Session Saver</gui></guiseq>.</p>
 
22
 
 
23
  <steps>
 
24
    <title>To save a new session:</title>
 
25
    <item>
 
26
      <p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Save
 
27
      current session</gui></guiseq>.</p>
 
28
    </item>
 
29
    <item>
 
30
      <p>Type a session name in the <gui>Save session</gui> dialog box.</p>
 
31
    </item>
 
32
    <item>
 
33
      <p>Click <gui>Save</gui>.</p>
 
34
    </item>
 
35
  </steps>
 
36
  
 
37
  <steps>
 
38
    <title>To open an existing session:</title>
 
39
    <item>
 
40
      <p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui></guiseq>.</p>
 
41
    </item>
 
42
    <item>
 
43
      <p>Click the name of your desired session.</p>
 
44
    </item>
 
45
  </steps>
 
46
  
 
47
  <steps>
 
48
    <title>To delete an existing session:</title>
 
49
    <item>
 
50
      <p>Select <guiseq><gui>File</gui><gui>Saved Sessions</gui><gui>Manage
 
51
      saved sessions</gui></guiseq>.</p>
 
52
    </item>
 
53
    <item>
 
54
      <p>Select the name of the session that you want to delete.</p>
 
55
    </item>
 
56
    <item>
 
57
      <p>Click <gui>Delete</gui>.</p>
 
58
    </item>
 
59
    <item>
 
60
      <p>Click <gui>Close</gui>.</p>
 
61
      <p>The session name will still be listed in your list of sessions until
 
62
      you close <app>gedit</app>.</p>
 
63
    </item>
 
64
  </steps>
 
65
 
 
66
</page>