diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 17:42:51 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-10 17:42:51 +0000 |
commit | ba429d344132c088177e853cce8ff7181570b221 (patch) | |
tree | 87ebf15269b4301737abd1735baabba71be93622 /help/C/gedit-tabs.page | |
parent | Initial commit. (diff) | |
download | gedit-ba429d344132c088177e853cce8ff7181570b221.tar.xz gedit-ba429d344132c088177e853cce8ff7181570b221.zip |
Adding upstream version 44.2.upstream/44.2upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'help/C/gedit-tabs.page')
-rw-r--r-- | help/C/gedit-tabs.page | 98 |
1 files changed, 98 insertions, 0 deletions
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page new file mode 100644 index 0000000..6145613 --- /dev/null +++ b/help/C/gedit-tabs.page @@ -0,0 +1,98 @@ +<page xmlns="http://projectmallard.org/1.0/" + xmlns:its="http://www.w3.org/2005/11/its" + type="topic" + id="gedit-tabs"> + + <info> + <link type="guide" xref="index#gedit-working-with-files" group="third"/> + <link type="seealso" xref="gedit-tab-groups"/> + <desc>Organize your tabs.</desc> + </info> + + <title>Move tabs</title> + + <p> + By default, documents are opened in new tabs inside the same + <app>gedit</app> window. + </p> + + <section> + <title>Move a tab</title> + <p> + There are several means to move a tab to another location, to organize the + files you edit in the way you like. + </p> + <p> + You can right-click on a tab title and choose the desired option. + </p> + <p> + Keyboard shortcuts are available too. + </p> + + <section id="drag-and-drop-tabs"> + <title>Drag and drop tabs</title> + <p> + Another means is to drag and drop a tab: + </p> + <steps> + <item> + <p>Click and hold the mouse button on the tab title.</p> + </item> + <item> + <p>Move the tab to the desired location.</p> + </item> + <item> + <p>Release the mouse button.</p> + </item> + </steps> + </section> + </section> + + <section> + <title>Drag and drop locations</title> + + <section> + <title>To re-order tabs within the same window</title> + <p> + Drag and drop the tab along the tabs titles. + </p> + </section> + + <section> + <title>To create a new window from an existing tab</title> + <p> + Drag and drop the tab out of the <app>gedit</app> window. + </p> + <p> + When <app>gedit</app> is maximized, drag the tab onto the top bar of + <gui>GNOME Shell</gui> at the top of the screen. + </p> + </section> + + <section> + <title>To move a tab from one gedit window to another</title> + <p> + Drag and drop the tab to the other window, either within the text area, + or within the tabs titles to choose the exact location. + </p> + + <!-- + This is currently not super convenient to use: once in the Activities + overview, we don't have much time for choosing the right window. We + often end up on a wrong window to drop the tab. + So it's not a great tip to explain. + --> + <!-- + <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> + </section> +</page> |