summaryrefslogtreecommitdiffstats
path: root/help/C/gedit-tabs-moving.page
blob: 644268f9680c93f3ce49f71a78b8fa59dfca24ce (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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<page xmlns="http://projectmallard.org/1.0/"
      xmlns:its="http://www.w3.org/2005/11/its"
      type="topic" style="task"
      id="gedit-tabs-moving">

  <info>
    <link type="guide" xref="index#gedit-working-with-files" group="last"/>
    <link type="seealso" xref="gedit-tabs"/>
    <link type="seealso" xref="gedit-tab-groups"/>
    <desc>Change the position of a tab in the gedit window.</desc>
    <revision pkgversion="3.8" date="2013-02-24" status="review"/>
    <credit type="author">
      <name>Jim Campbell</name>
      <email>jcampbell@gnome.org</email>
    </credit>
    <credit type="collaborator">
      <name>Daniel Neel</name>
      <email>dneelyep@gmail.com</email>
    </credit>
    <credit type="editor">
      <name>Sindhu S</name>
      <email>sindhus@live.in</email>
    </credit>
    <credit type="editor">
      <name>Radina Matic</name>
      <email its:translate="no">radina.matic@gmail.com</email>
      <years>2013</years>
    </credit>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
  </info>

  <title>Move and re-order tabs</title>
  <p>Tabs in <app>gedit</app> can be moved, making it easier to work with your 
  files. Tabs can be can re-ordered within the same window, moved outside of 
  <app>gedit</app> (creating a new <app>gedit</app> window), and moved from one 
  window to another.</p>

  <section id="tabs-change-order">
    <title>Change the order of tabs in the gedit window</title>

    <p>To change the ordering of tabs in a window:</p>

    <steps>
      <item>
        <p>Click and hold the mouse button on the tab.</p>
      </item>
      <item>
        <p>Move the tab to the desired position among the other tabs.</p>
      </item>
      <item>
        <p>Release the mouse button.</p>
      </item>
    </steps>

    <p>The tab will be placed in the position closest to where you release the 
    tab, immediately beside other opened tabs.</p>
  </section>

  <section id="tabs-moving-new-window">
    <title>Move a tab, creating a new gedit window</title>
    <p>To create a new window from an existing tab:</p>

    <steps>
      <item>
        <p>Click and hold the mouse button on the tab.</p>
      </item>
      <item>
        <p>Drag the tab out of the <app>gedit</app> window.</p>
      </item>
      <item>
        <p>Release the mouse button.</p>
      </item>
    </steps>

    <note style="tip">
      <p>To move a tab into a new window when <app>gedit</app> is maximized, 
      drag the tab onto the top bar at the top of the screen.</p>
    </note>
  </section>

  <section id="tabs-moving-other-window">
    <title>Move a tab to another gedit window</title>

    <p>If you want to move a tab from one window to another:</p>

    <steps>
      <item>
        <p>Click and hold the mouse button on the tab.</p>
      </item>
      <item>
        <p>Drag the tab to the new window.</p>
      </item>
      <item>
        <p>Place it beside other tabs in the new window.</p>
      </item>
      <item>
        <p>Release the mouse button.</p>
      </item>
    </steps>
    

    <note style="tip">
      <p>You may find it easier to move a tab from one window to another by
      dragging the tab to the <gui>Activities</gui> hot-corner of
      <gui>GNOME Shell</gui>. This will reveal each of the open
      <app>gedit</app> windows. You can then release the tab on the
      desired <app>gedit</app> window.</p>
    </note>

  </section>

</page>