From adb934701975f6b0214475d1a8d0d1ce727b9d4d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:32:59 +0200 Subject: Adding upstream version 3.38.1. Signed-off-by: Daniel Baumann --- help/C/check_status.sh | 43 +++++++ help/C/figures/gedit-html-snippet.png | Bin 0 -> 3139 bytes help/C/figures/gedit-icon.png | Bin 0 -> 815 bytes help/C/figures/gedit3-screenshot.png | Bin 0 -> 14022 bytes help/C/gedit-change-color-scheme.page | 66 ++++++++++ help/C/gedit-change-default-font.page | 43 +++++++ help/C/gedit-close-file.page | 27 +++++ help/C/gedit-create-new-file.page | 32 +++++ help/C/gedit-edit-as-root.page | 43 +++++++ help/C/gedit-files-basic.page | 21 ++++ help/C/gedit-full-screen.page | 58 +++++++++ help/C/gedit-open-files-from-sidepane.page | 69 +++++++++++ help/C/gedit-open-files.page | 50 ++++++++ help/C/gedit-open-on-server.page | 52 ++++++++ help/C/gedit-open-recent.page | 35 ++++++ help/C/gedit-plugin-guide.page | 48 ++++++++ help/C/gedit-plugins-change-case.page | 54 +++++++++ help/C/gedit-plugins-doc-stats.page | 44 +++++++ help/C/gedit-plugins-external-tools.page | 46 +++++++ help/C/gedit-plugins-file-browser.page | 49 ++++++++ help/C/gedit-plugins-insert-date-time.page | 50 ++++++++ help/C/gedit-plugins-install.page | 64 ++++++++++ help/C/gedit-plugins-modelines.page | 100 +++++++++++++++ help/C/gedit-plugins-pyconsole.page | 31 +++++ help/C/gedit-plugins-quick-open.page | 67 +++++++++++ help/C/gedit-plugins-snippets.page | 187 +++++++++++++++++++++++++++++ help/C/gedit-plugins-sort.page | 89 ++++++++++++++ help/C/gedit-printing-order.page | 69 +++++++++++ help/C/gedit-printing-select.page | 42 +++++++ help/C/gedit-printing.page | 126 +++++++++++++++++++ help/C/gedit-quickstart.page | 38 ++++++ help/C/gedit-replace.page | 153 +++++++++++++++++++++++ help/C/gedit-save-file.page | 37 ++++++ help/C/gedit-search.page | 110 +++++++++++++++++ help/C/gedit-spellcheck.page | 135 +++++++++++++++++++++ help/C/gedit-syntax-highlighting.page | 37 ++++++ help/C/gedit-tab-groups.page | 104 ++++++++++++++++ help/C/gedit-tabs-moving.page | 112 +++++++++++++++++ help/C/gedit-tabs.page | 58 +++++++++ help/C/gedit-undo-redo.page | 42 +++++++ help/C/gnome-help.sct | 22 ++++ help/C/index.page | 54 +++++++++ help/C/legal.xml | 6 + help/C/schematron.sh | 1 + 44 files changed, 2514 insertions(+) create mode 100755 help/C/check_status.sh create mode 100644 help/C/figures/gedit-html-snippet.png create mode 100644 help/C/figures/gedit-icon.png create mode 100644 help/C/figures/gedit3-screenshot.png create mode 100644 help/C/gedit-change-color-scheme.page create mode 100644 help/C/gedit-change-default-font.page create mode 100644 help/C/gedit-close-file.page create mode 100644 help/C/gedit-create-new-file.page create mode 100644 help/C/gedit-edit-as-root.page create mode 100644 help/C/gedit-files-basic.page create mode 100644 help/C/gedit-full-screen.page create mode 100644 help/C/gedit-open-files-from-sidepane.page create mode 100644 help/C/gedit-open-files.page create mode 100644 help/C/gedit-open-on-server.page create mode 100644 help/C/gedit-open-recent.page create mode 100644 help/C/gedit-plugin-guide.page create mode 100644 help/C/gedit-plugins-change-case.page create mode 100644 help/C/gedit-plugins-doc-stats.page create mode 100644 help/C/gedit-plugins-external-tools.page create mode 100644 help/C/gedit-plugins-file-browser.page create mode 100644 help/C/gedit-plugins-insert-date-time.page create mode 100644 help/C/gedit-plugins-install.page create mode 100644 help/C/gedit-plugins-modelines.page create mode 100644 help/C/gedit-plugins-pyconsole.page create mode 100644 help/C/gedit-plugins-quick-open.page create mode 100644 help/C/gedit-plugins-snippets.page create mode 100644 help/C/gedit-plugins-sort.page create mode 100644 help/C/gedit-printing-order.page create mode 100644 help/C/gedit-printing-select.page create mode 100644 help/C/gedit-printing.page create mode 100644 help/C/gedit-quickstart.page create mode 100644 help/C/gedit-replace.page create mode 100644 help/C/gedit-save-file.page create mode 100644 help/C/gedit-search.page create mode 100644 help/C/gedit-spellcheck.page create mode 100644 help/C/gedit-syntax-highlighting.page create mode 100644 help/C/gedit-tab-groups.page create mode 100644 help/C/gedit-tabs-moving.page create mode 100644 help/C/gedit-tabs.page create mode 100644 help/C/gedit-undo-redo.page create mode 100644 help/C/gnome-help.sct create mode 100644 help/C/index.page create mode 100644 help/C/legal.xml create mode 100755 help/C/schematron.sh (limited to 'help/C') diff --git a/help/C/check_status.sh b/help/C/check_status.sh new file mode 100755 index 0000000..deefeb8 --- /dev/null +++ b/help/C/check_status.sh @@ -0,0 +1,43 @@ +#!/bin/sh + +# Produce a summary of the statuses of all of the .page topics +# (Not done properly, but it's OK for a rough estimate) +# DO NOT TRANSLATE + +echo " " +echo "== NONE ==" +grep -l "status=\"none" *.page +echo " " +echo "== STUB ==" +grep -l "status=\"stub" *.page +echo " " +echo "== INCOMPLETE ==" +grep -l "status=\"incomplete" *.page +echo " " +echo "== DRAFT ==" +grep -l "status=\"draft" *.page +echo " " +echo "== REVIEW ==" +grep -l "status=\"review" *.page +echo " " +echo "== CANDIDATE ==" +grep -l "status=\"candidate" *.page +echo " " +echo "== FINAL ==" +grep -l "status=\"final" *.page +echo " " +echo "== OUTDATED ==" +grep -l "status=\"outdated" *.page + +echo " " +echo " " +echo "== SUMMARY ==" +echo "None: " `grep "status=\"none" *.page | wc -l` +echo "Stub: " `grep "status=\"stub" *.page | wc -l` +echo "Incomplete: " `grep "status=\"incomplete" *.page | wc -l` +echo "Draft: " `grep "status=\"draft" *.page | wc -l` +echo "Review: " `grep "status=\"review" *.page | wc -l` +echo "Candidate: " `grep "status=\"candidate" *.page | wc -l` +echo "Final: " `grep "status=\"final" *.page | wc -l` +echo "Outdated: " `grep "status=\"outdated" *.page | wc -l` +echo " " diff --git a/help/C/figures/gedit-html-snippet.png b/help/C/figures/gedit-html-snippet.png new file mode 100644 index 0000000..5c11e65 Binary files /dev/null and b/help/C/figures/gedit-html-snippet.png differ diff --git a/help/C/figures/gedit-icon.png b/help/C/figures/gedit-icon.png new file mode 100644 index 0000000..fb37579 Binary files /dev/null and b/help/C/figures/gedit-icon.png differ diff --git a/help/C/figures/gedit3-screenshot.png b/help/C/figures/gedit3-screenshot.png new file mode 100644 index 0000000..81d54ee Binary files /dev/null and b/help/C/figures/gedit3-screenshot.png differ diff --git a/help/C/gedit-change-color-scheme.page b/help/C/gedit-change-color-scheme.page new file mode 100644 index 0000000..0c79a17 --- /dev/null +++ b/help/C/gedit-change-color-scheme.page @@ -0,0 +1,66 @@ + + + + + Change the text and background colors in gedit. + + + + + + Jim Campbell + jcampbell@gnome.org + + + Jana Svarova + jana.svarova@gmail.com + 2015 + + + Ekaterina Gerasimova + kittykat3756@gmail.com + 2015 + + + + + + Change the color scheme + +

gedit includes several different color schemes, allowing you to + change the appearance of the main text window.

+ + + To change the color scheme: + +

Press the menu button in the top-right corner of the window and select + PreferencesFont & + Colors.

+
+ +

Choose your desired color scheme.

+
+
+ +

The new color scheme will be applied immediately.

+ +
+ Use a Custom Color Scheme + + +

You can also use color schemes that have been created by others, or + create and use your own color schemes.

+ +

Instructions on how to install custom color schemes, as well as examples + of color schemes that you can download and use, are available on the + gedit + wiki.

+
+ +
diff --git a/help/C/gedit-change-default-font.page b/help/C/gedit-change-default-font.page new file mode 100644 index 0000000..3c45f46 --- /dev/null +++ b/help/C/gedit-change-default-font.page @@ -0,0 +1,43 @@ + + + + Use a custom font for your text in gedit. + + + + + Jim Campbell + jcampbell@gnome.org + 2011 2012 2013 + + + + + + + Change the default font + +

gedit will use the system fixed-width font by default, + but you can change the default gedit font to suit your preferences. +

+ + + To change the default font in <app>gedit</app>: + +

Press the menu button in the top-right corner of the window and + select PreferencesFont & + Colors.

+

Uncheck the box next to the phrase, "Use the system fixed width + font."

+

Click on the current font name. gedit will open + a font-chooser window, allowing you to see available fonts and choose the + one that you prefer.

+

After you have chosen a new font, use the slider + under the list of fonts to set the default font size.

+

Click Select, and then close the dialog.

+
+
+ +
diff --git a/help/C/gedit-close-file.page b/help/C/gedit-close-file.page new file mode 100644 index 0000000..5470744 --- /dev/null +++ b/help/C/gedit-close-file.page @@ -0,0 +1,27 @@ + + + + + Exit from the file you are using. + + + + Jim Campbell + jcampbell@gnome.org + + + + + + Close a file + +

To close a file in gedit, click the × + that appears on the right-side of the file's tab, or press + CtrlW.

+

Any one of these actions will close a file in gedit. If your + file contains changes that have not been saved, gedit will prompt + you to save those changes before closing the file.

+ +
diff --git a/help/C/gedit-create-new-file.page b/help/C/gedit-create-new-file.page new file mode 100644 index 0000000..a2a0799 --- /dev/null +++ b/help/C/gedit-create-new-file.page @@ -0,0 +1,32 @@ + + + + + Open a new file for editing. + + + + Jim Campbell + jcampbell@gnome.org + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + Create a new file + +

The easiest way to create a new file in gedit, is to click the + Create a new document button on the left side of the header bar, + or press CtrlT.

+ +

Any one of these actions will create a new file in the gedit + window. If you have other files open in gedit, the new file that + you create will appear as a new tab to the right of those files.

+ +
diff --git a/help/C/gedit-edit-as-root.page b/help/C/gedit-edit-as-root.page new file mode 100644 index 0000000..972bbc9 --- /dev/null +++ b/help/C/gedit-edit-as-root.page @@ -0,0 +1,43 @@ + + + + + Use administrative privileges to edit a file. + + + Jim Campbell + jcampbell@gnome.org + + + + + Edit a file as the root user + + +

Editing files as the root user is potentially dangerous, and may break + your system in bad ways. Take great care when editing files as the root + user.

+
+ +

To edit files as the root user, launch gedit from the terminal + by entering:

+ sudo gedit + +

Using the sudo command, you will need to successfully enter + your password before gedit will open.

+ +

As an alternative to the sudo command, you may obtain + administrative privileges by entering:

+ su - + +

You would then launch gedit using the gedit + command.

+ + +

Once you have opened gedit with administrative privileges, + gedit will keep those privileges until you close it.

+
+ +
diff --git a/help/C/gedit-files-basic.page b/help/C/gedit-files-basic.page new file mode 100644 index 0000000..bf2e7b1 --- /dev/null +++ b/help/C/gedit-files-basic.page @@ -0,0 +1,21 @@ + + + + + Learn the basics of how to work with files in gedit. + + + Jim Campbell + jcampbell@gnome.org + + + + + File basics: Open, close, and save files + +

If you are new to gedit, these topics will help you with + creating, saving, opening and closing files.

+ +
diff --git a/help/C/gedit-full-screen.page b/help/C/gedit-full-screen.page new file mode 100644 index 0000000..d1bb0b2 --- /dev/null +++ b/help/C/gedit-full-screen.page @@ -0,0 +1,58 @@ + + + + + Set gedit to use the entire screen. + + + + + Jim Campbell + jcampbell@gnome.org + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + Use fullscreen mode + +

When working with a large document, you may find it helpful to work in + gedit's fullscreen mode. Using fullscreen mode will hide the + menu bar, tab bar and the tool bar, + presenting you with more of your text and allowing you to better focus on + your tasks.

+ +
+ Turn on fullscreen mode +

To turn on fullscreen mode, press F11. gedit's + menu, title, and tab-bars will hide, and you will only be presented with + the text of your current file.

+

If you need to perform an action from the gedit menu while + working in fullscreen mode, move your mouse pointer to the top of the + screen. The gedit menu bar will reappear, and you can select + your desired action.

+ + +

To switch between open tabs while in fullscreen mode, press either + CtrlAltPgUp or + CtrlAltPgDn.

+
+ +
+ +
+ Turn off fullscreen mode +

To turn off fullscreen mode and return to the standard gedit + window, press F11.

+

You can also move your mouse cursor to the top of the screen, and wait + for the menu bar to appear. When the menu bar + appears, select the Leave Fullscreen button.

+
+ +
diff --git a/help/C/gedit-open-files-from-sidepane.page b/help/C/gedit-open-files-from-sidepane.page new file mode 100644 index 0000000..6b9ac73 --- /dev/null +++ b/help/C/gedit-open-files-from-sidepane.page @@ -0,0 +1,69 @@ + + + + + Use gedit's side pane as a file browser. + + + Jim Campbell + jcampbell@gnome.org + + + + + View and open files from the side panel +

+ The most common way to switch between files in gedit is by using + the tabs at the top of the gedit window. In some cases, though, + particularly when you are working with a large number of open files, you + may find it easier to use the side panel. +

+ +

+ To activate the side panel, select View + Side Panel, or just press the F9 key. +

+ + +

+ You can toggle the side panel open or closed by pressing + F9 at any time. +

+
+ + +
+ Opening files from the side panel +

+ To open files from the side panel, first open the + side panel by selecting View + Side Panel (or just press + F9), and then choose File Browser from the dropdown + at the top of the panel. +

+ +

+ This will activate the File Browser mode of the + side panel. You can then use the navigation buttons at the top + of the panel to locate and open your desired files. +

+
+ +
+ Using the side panel to switch between open files +

+ Once you have several files open, you can use the side panel to switch + between open files. To list open files, choose Documents + from the dropdown at the top of the panel. +

+ +

+ Clicking on any file name in the side panel will open that file + for editing. +

+
+ +
diff --git a/help/C/gedit-open-files.page b/help/C/gedit-open-files.page new file mode 100644 index 0000000..2aeb1bc --- /dev/null +++ b/help/C/gedit-open-files.page @@ -0,0 +1,50 @@ + + + + + + + + + Open files to start working on them. + + + + + Jim Campbell + jcampbell@gnome.org + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + Open a file or set of files + +

To open a file in gedit, click the Open button, or + press CtrlO.

+

This will cause the Open dialog to appear. Use your mouse + or keyboard to select the file that you wish to open, and then click + Open. The file that you've selected will open in a new tab.

+

To close the Open dialog without opening a file, click + Cancel.

+ +

You can use the Ctrl and Shift + keys to open more than one file at a time. If you hold down the + Ctrl key while you select multiple files, clicking Open + will open each of the files that you have selected.

+ + + +

Holding down the Shift 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.

+ + + +
diff --git a/help/C/gedit-open-on-server.page b/help/C/gedit-open-on-server.page new file mode 100644 index 0000000..1b1055f --- /dev/null +++ b/help/C/gedit-open-on-server.page @@ -0,0 +1,52 @@ + + + + + Access files that are stored on a different computer. + + + Jim Campbell + jcampbell@gnome.org + + + + + Open a file that is located on a server + +

Prior to opening a file on a server from within gedit, you need + to know some technical information about the server. For example, you will + need to know the IP Address or URL of the server, and may need to know what + kind of server it is (e.g., HTTP, FTP, etc.).

+ +

Also, some types of servers impose restrictions on what you can do with + files stored on the server. For example, you may be able to open a file from + a server, but may need to save any changes to the file locally, on your own + computer.

+ +

With these caveats in mind, perform the following steps to open a file + from a server using gedit:

+ + +

In the header bar, click on Open.

+

Click Other Locations.

+

Enter the IP Address or URL of the appropriate + server.

+

Find and select the file that you wish to open.

+

Use the Character Encoding drop-down list to select the + appropriate character coding.

+

Click Open.

+
+ +

Valid types of URI include http:, ftp:, file:, and all of the methods + supported by GVfs.

+ + +

Files from some types of URI are opened as read-only, and any changes + you make must be saved to a different location. For example, HTTP only + allows files to be read. Files opened from FTP are read-only because not + all FTP servers may correctly work with saving remote files.

+
+ +
diff --git a/help/C/gedit-open-recent.page b/help/C/gedit-open-recent.page new file mode 100644 index 0000000..086ef77 --- /dev/null +++ b/help/C/gedit-open-recent.page @@ -0,0 +1,35 @@ + + + + + Access files that you have previously opened in gedit. + + + + + Jim Campbell + jcampbell@gnome.org + + + + + Reopen a recently-used file + +

gedit provides easy access to your ten most recently-used + files, that have been previously opened in gedit. Here is how you + can open a recently-used file:

+ +

Click the arrow button next to the Open button in the + header bar.

+

gedit will display a menu with the ten most + recently-used files.

+

Select the desired file, and it will open in a new tab.

+
+ +

When hovering with the mouse over a recently-used file from the + menu, the full path to the file is displayed in the status bar at the bottom + of the gedit window.

+ +
diff --git a/help/C/gedit-plugin-guide.page b/help/C/gedit-plugin-guide.page new file mode 100644 index 0000000..904a977 --- /dev/null +++ b/help/C/gedit-plugin-guide.page @@ -0,0 +1,48 @@ + + + + + Use plugins to customize how gedit works for you. + + + + Jim Campbell + jcampbell@gnome.org + + + + + Configure and use gedit plugins +

You can do more with gedit by using plugins. Several plugins + are installed by default, but a large number of other plugins are available + separately.

+ +

Many Linux distributions make a group of these plugins available as + a gedit-plugins package. Install the gedit-plugins + package to make these extra plugins available to gedit.

+ + + +

Install gedit-plugins

+
+
+
+ +
+ Default gedit Plugins +
+ +
+ Additional gedit Plugins +
+ + +
diff --git a/help/C/gedit-plugins-change-case.page b/help/C/gedit-plugins-change-case.page new file mode 100644 index 0000000..edc8d9d --- /dev/null +++ b/help/C/gedit-plugins-change-case.page @@ -0,0 +1,54 @@ + + + + + + + Daniel Neel + dneelyep@gmail.com + + + + Jim Campbell + jcampbell@gnome.org + + Change the case of selected text. + + +Change case + +

This plugin helps you to change the case of selected portions of text. You + can use it to change text to be all lower case, all upper case, to invert the + case, or apply title case. To enable this plugin, select + geditPreferences + PluginsChange Case.

+ +

Once the Change Case plugin is enabled, you can use it by + completing the following steps:

+ + +

Highlight the portion of text that you want to change.

+

Select geditChange Case

+
+

Choose your desired text-formatting option.

+
+ +

The updates to the text formatting will take place immediately.

+ + +

The Invert Case option will convert all lower case letters to + upper case, and will convert all upper case letters to lower case.

+

The Title Case option will convert the first letter of each + word to upper case. All other letters will be converted to lower + case.

+
+ + +

If you have not highlighted any text, the Change Case feature + will be grayed-out. You need to select a portion of text before you use the + Change Case feature.

+
+ +
diff --git a/help/C/gedit-plugins-doc-stats.page b/help/C/gedit-plugins-doc-stats.page new file mode 100644 index 0000000..6b0bd05 --- /dev/null +++ b/help/C/gedit-plugins-doc-stats.page @@ -0,0 +1,44 @@ + + + + + + + Daniel Neel + dneelyep@gmail.com + + + Jim Campbell + jcampbell@gnome.org + + View document statistics. + + +Document statistics + +

The Document Statistics plugin shows you various statistics about + your current document. To enable this plugin, select + geditPreferences + PluginsDocument Statistics.

+ +
+ Using Document Statistics + +

Once the plugin is enabled, use it by selecting Tools + Document Statistics. A window will display the + statistical information of your document, including the number of words, + lines, characters, non-space characters, and the size of your file in + bytes.

+ +

You can also use Document Statistics to show you information about + just a portion of your document. To do this, use the mouse pointer to select + the portion of text that you want to examine, and then select + ToolsDocument Statistics. + Gedit will display information for both your entire document, and + for the portion of text that you highlighted.

+
+ +
diff --git a/help/C/gedit-plugins-external-tools.page b/help/C/gedit-plugins-external-tools.page new file mode 100644 index 0000000..c30c66d --- /dev/null +++ b/help/C/gedit-plugins-external-tools.page @@ -0,0 +1,46 @@ + + + + + + + + + Daniel Neel + dneelyep@gmail.com + + + Jim Campbell + jcampbell@gnome.org + + Run scripts on your current files, and interact with other applications. + + + +External tools + +

The External Tools plugin can help simplify repetitive tasks. + Specifically, it extends gedit by helping you to run scripts on + your working files, and by allowing gedit to interact with other + programs on your computer. To enable the External Tools plugin, + select gedit + PreferencesPlugins + External Tools.

+ +
+ Configure the external tools plugin + +

Once you have enabled the plugin, you will need to configure it to suit + your needs. The configuration options are available by selecting + ToolsManage External Tools.

+ + +

This plugin is for advanced users, and requires knowledge of scripting + to be used effectively. Use this plugin with care, as mistakes with your + scripts can affect your work in unintended ways.

+
+
+ +
diff --git a/help/C/gedit-plugins-file-browser.page b/help/C/gedit-plugins-file-browser.page new file mode 100644 index 0000000..62d84f4 --- /dev/null +++ b/help/C/gedit-plugins-file-browser.page @@ -0,0 +1,49 @@ + + + + + + + + Daniel Neel + dneelyep@gmail.com + + + Jim Campbell + jcampbell@gnome.org + + Use the side panel to browse and open files. + + +File browser panel + +

Depending on how you use gedit, you may find it helpful to use + the File Browser panel plugin. This plugin embeds a + file browser in the side panel, giving you easy access to your + frequently-used files.

+ +

You can enable the side panel by selecting + geditPreferences + PluginsFile Browser Panel.

+ +
+ Opening files from the side panel +

+ To open files from the side panel, first open the + side panel by selecting View + Side Panel (or just press + F9), and then choose File Browser from the dropdown + at the top of the panel. +

+ +

+ This will activate the File Browser mode of the + side panel. You can then use the navigation buttons at the top + of the panel to locate and open your desired files. +

+
+ +
diff --git a/help/C/gedit-plugins-insert-date-time.page b/help/C/gedit-plugins-insert-date-time.page new file mode 100644 index 0000000..8acfcda --- /dev/null +++ b/help/C/gedit-plugins-insert-date-time.page @@ -0,0 +1,50 @@ + + + + + + + + Daniel Neel + dneelyep@gmail.com + + + + Jim Campbell + jcampbell@gnome.org + + Insert the current date/time at the cursor position. + + +Insert date/time + +

As this name of this plugin suggests, the Insert Date/Time + plugin allows you to insert the date and/or time at the current cursor + position.

+ + + To enable the plugin: + +

Press the menu button in the top-right corner of the window and select + Preferences + Plugins.

+
+ +

Select Insert Date/Time to enable the plugin.

+
+
+ +

To use the plugin, press the menu button in the top-right corner of the + window and select Tools + Insert Date and Time….

+ +

By default, the Insert Date/Time plugin will prompt you to + choose your preferred date/time format each time that you use the plugin. + However, you can choose your own default date and time format by pressing the + menu button in the top-right corner of the window and selecting + PreferencesPlugins + Insert Date/TimePreferences.

+ +
diff --git a/help/C/gedit-plugins-install.page b/help/C/gedit-plugins-install.page new file mode 100644 index 0000000..81f9160 --- /dev/null +++ b/help/C/gedit-plugins-install.page @@ -0,0 +1,64 @@ + + + + + + Jim Campbell + jcampbell@gnome.org + + + Daniel Neel + dneelyep@gmail.com + + How to install third-party plugins. + + + Additional gedit plugins + +

Installing third-party plugins gives you extra functionality that isn't + available in default gedit plugins, or even the extra plugins that + are part of the gedit-plugins package. An online list of + third-party plugins is + kept here. +

+ +

Installing a third-party plugin involves downloading the plugin, placing + the plugin files in the right directory, and activating the plugin.

+ + +

You can usually download a plugin from the plugin's website, but + may need to use a revision-control program like git, + bazaar, or subversion to copy a plugin's software + repository from the internet. Refer to the plugin's documentation for + information on getting the plugin.

+

Place the plugin files into the + /home/username/.local/share/gedit/plugins directory. +

+

Of course, replace the word username with your own username. +

+

After you have placed the plugin files into the correct directory, + the plugin will appear in the Preferences menu. Press the menu button in the + top-right corner of the window and select + PreferencesPlugins[Name of Plugin] + to enable the plugin.

+

Click Close.

+
+ +

After you have enabled the plugin, it should be available for you to use. +

+ + +

The .local directory is hidden by default. To view it and + other hidden files, select ViewShow Hidden + Files, or press CtrlH. +

+
+ + +

If the directory .local/share/gedit/plugins/ is not + present on your system, you will need to create it.

+
+ +
diff --git a/help/C/gedit-plugins-modelines.page b/help/C/gedit-plugins-modelines.page new file mode 100644 index 0000000..5da7b97 --- /dev/null +++ b/help/C/gedit-plugins-modelines.page @@ -0,0 +1,100 @@ + + + + + + + Daniel Neel + dneelyep@gmail.com + + + Jim Campbell + jcampbell@gnome.org + + Emacs, Kate and Vim-style modelines support for gedit. + + +Modelines + +

The Modelines plugin allows gedit to analyze the + lines of text at the start and end of a file, and then apply a set of + document preferences to the file. The Modelines plugin supports a + subset of the options used by the Emacs, Kate and + Vim text editors.

+ +

To enable the Modelines plugin, select gedit + PreferencesPluginsModelines.

+ +
+ General Modeline Options +

The following options can be set using gedit modelines:

+ +

Tab width

+

Indent width

+

Inserting spaces instead of tabs

+

Text Wrapping

+

Right margin width

+
+ + +

Preferences set using modelines take precedence over the ones specified + in the preference dialog.

+
+
+ +
+ Emacs Modelines + +

The first two lines of a document are scanned for Emacs + modelines, and gedit supports the following Emacs + modeline options:

+ +

Tab-width

+

Indent-offset

+

Indent-tabs-mode

+

Text auto-wrap

+
+

For more information on Emacs modelines, visit the + GNU Emacs + Manual.

+
+ +
+ Kate Modelines + +

The first and last ten lines a document are scanned for Kate + modelines, and gedit supports the following Kate + modeline options:

+ + +

tab-width

+

indent-width

+

space-indent

+

word-wrap

+

word-wrap-column

+
+ +

For more information about Kate modelines, visit the + Kate website.

+
+ +
+ Vim Modelines +

The first and last three lines a document are scanned for Vim + modelines, and gedit supports the following Vim + modeline options:

+ + +

et (expandtab)

+

ts (tabstop)

+

sw (shiftwidth)

+

wrap

+

textwidth

+
+ +

For more information on Vim modelines, visit the + Vim website.

+
+
diff --git a/help/C/gedit-plugins-pyconsole.page b/help/C/gedit-plugins-pyconsole.page new file mode 100644 index 0000000..c7c43a5 --- /dev/null +++ b/help/C/gedit-plugins-pyconsole.page @@ -0,0 +1,31 @@ + + + + + + + + Jim Campbell + jcampbell@gnome.org + + + Add an interactive Python console to the bottom pane. + + + Python console + +

You can add a Python console to the bottom pane, allowing you to test + Python scripts without leaving gedit. To enable the Python + console, select gedit + PreferencesPlugins + Python Console.

+ +

Once the Python console is enabled, you can open it by selecting + ViewBottom Panel.

+ +

If you have also enabled the Embeded Terminal + plugin, the Python Console will appear as a separate tab in the + bottom pane.

+
diff --git a/help/C/gedit-plugins-quick-open.page b/help/C/gedit-plugins-quick-open.page new file mode 100644 index 0000000..8ae68f9 --- /dev/null +++ b/help/C/gedit-plugins-quick-open.page @@ -0,0 +1,67 @@ + + + + + + + + + Jim Campbell + jcampbell@gnome.org + + + Shobha Tyagi + tyagishobha@gmail.com + + + Quickly open a file or set of files. + + + Quick open + +

As the name of this plugin would imply, the Quick Open plugin + helps you to open files more quickly than using the usual ways of opening + files. To enable this plugin, select gedit + PreferencesPluginsQuick Open.

+ +

Once you have enabled the Quick Open plugin you can use it as + follows:

+ + +

Open the Quick Open dialog box by pressing + CtrlAltO, or by selecting + Quick Open….

+

The Quick Open file dialog will appear.

+

Use your mouse to select the file or files that you want to + open.

+

To select several individual files, hold down your Ctrl key + while you click on the files that you want to open.

+

To select a group of files, click on the first file that you want to + open, hold down the Shift key, and then click on the last file + in the list that you want to open.

+

Click Open.

+
+ +

Quick Open will look for files in:

+ + +

The directory of the currently opened document

+

The root directory of the + File Browser Panel + plugin

+

Recent documents which are also shown in the Recent + folder in Files

+

Directories which you have bookmarked in + Files

+

Your Desktop directory

+

Your Home directory

+
+ + +

Quick Open displays files in any of the above locations + regardless of whether or not you have opened them previously.

+
+ +
diff --git a/help/C/gedit-plugins-snippets.page b/help/C/gedit-plugins-snippets.page new file mode 100644 index 0000000..3e56245 --- /dev/null +++ b/help/C/gedit-plugins-snippets.page @@ -0,0 +1,187 @@ + + + + + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + Use snippets to quickly insert often-used pieces of text. + + + Snippets + +

Snippets provide a convenient way of inserting repetitive + portions of code into your files. For example, an HTML snippet for the + ]]> tag would insert the opening and closing + portions of the tag, as well as fixed places where you can enter image + attributes. This can make writing code easier and faster.

+ +
+ Enable Snippets Plugin + +

To enable the Snippets plugin:

+ + + +

Select gedit + Preferences + Plugins.

+
+ +

Select Snippets to enable the + plugin.

+
+
+
+ +
+ Browse Snippets + +

To browse available snippets:

+ + +

Select Tools + Manage Snippets.

+ +

Make sure the syntax is set appropriately. The status bar at the + bottom of the gedit window will show the current language + setting. This language setting is what allows gedit to insert the + proper snippets. Gedit will normally detect the language or + syntax of the file that you're using, but sometimes you may need to + set it.

+
+ In this example, the language is set to HTML. + +
+
+
+ +

Browse the snippets that are available for your language or + syntax.

+
+
+
+ +
+ Using Snippets + +

To insert a snippet into your current document:

+ + + +

Type the desired snippet name anywhere in your current document.

+
+ +

Press Tab to insert the snippet associated with the input + term.

+
+
+
+ +
+ Snippet Example Usage + +

For example, if you have set the syntax to HTML, type + head , and press the Tab key. The text would have + auto completed into a snippet as:

+ + + + + Page Title + ]]> + + +
+ +
+ Adding Snippets + +

You can add new Snippets that work either globally (that is, they are + language agnostic) or only in a particular syntax.

+ + + +

Select Tools + Manage Snippets.

+
+ +

From the Manage Snippets sidebar select the desired syntax + and click on the "+" button to list existing snippets for the selected + syntax.

+ +

To add a snippet that works globally (that is, when no particular + syntax or language has been set for the document), select + Global from the Manage Snippets sidebar.

+
+
+ +

To add a new snippet, click on the "plus" icon in the + Manage Snippets sidebar.

+
+ +

Input a name for the new snippet. The name of the snippet can be + different from the snippet you want to add.

+
+ +

Under the Activation section, you must + input a term for the Tab trigger: textarea. + You will be using this term to insert your snippet.

+ +

If you wish to insert a snippet with a keyboard shortcut, then + click your mouse pointer on Shortcut key: + textarea and press the desired combination of keys. Once you have + pressed and released the keys, the keyboard shortcut will be set.

+
+
+ +

Under the textarea for Edit:, input the + desired text for the snippet. You may use ${n} to indicate + variables, where n is replaced with a number that + represents the numerical order of variables included.

+
+
+ +
+ +
+ New Snippet Example + +

Consider you have created a snippet with the term greetings + in Tab trigger:. The + Edit: textarea contains:

+ + + Hello ${1:wonderful}${2:amazing} world! + ]]> + + +

You can insert this snippet by typing greetings in the + document and pressing the Tab key. The following text snippet + will be inserted:

+ + + Hello wonderfulamazing world!]]> + + +

The words "wonderful" and "amazing" can be retained or deleted depending + on your choice of usage. To do so, press Tab to choose between + "wonderful" and "amazing" and press Del to delete the least + preferred option.

+
+ + +
diff --git a/help/C/gedit-plugins-sort.page b/help/C/gedit-plugins-sort.page new file mode 100644 index 0000000..042a44a --- /dev/null +++ b/help/C/gedit-plugins-sort.page @@ -0,0 +1,89 @@ + + + + + + + + Daniel Neel + dneelyep@gmail.com + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + Sort lines of text into alphabetical order. + + +Sort + +

The Sort plugin arranges selected lines of text into alphabetical + order.

+ +
+ Enable Sort Plugin + +

To enable the Sort plugin:

+ + + +

Select gedit + Preferences + Plugins.

+
+ +

Select Sort to enable the plugin.

+
+
+ +
+ +
+ Using Sort Plugin + +

To use the Sort plugin:

+ + + +

Select the desired lines of text.

+
+ +

Select Tools + Sort….

+
+ +

The Sort dialog will open, allowing you to choose between + several sorting options:

+ + +

Reverse order will arrange the text in reverse + alphabetical order.

+
+ +

Remove duplicates will remove duplicate values from + the list.

+
+ +

Ignore case will ignore case sensitivity.

+ +

To have the sort ignore the characters at the start of the + lines, set the first character that should be used for sorting in + the Start at column spin box.

+
+
+
+
+ +

To perform the sort operation, click Sort.

+
+
+
+ +
diff --git a/help/C/gedit-printing-order.page b/help/C/gedit-printing-order.page new file mode 100644 index 0000000..f0aeadf --- /dev/null +++ b/help/C/gedit-printing-order.page @@ -0,0 +1,69 @@ + + + + + Set the pages to print in a certain order. + + + + Phil Bull + philbull@gmail.com + + + Sindhu S + sindhus@live.in + + + + +Getting Copies To Print In The Correct Order + +
+ Reverse + +

Printers usually print the first page first, and the last page last, so + the pages end up in reverse order when you pick them up. To reverse the + order:

+ + + +

Select File + Print.

+
+ +

In the General tab of the Print dialog under + Copies, check + Reverse.

+
+
+ +

The last page will be printed first, and so on.

+
+ +
+ Collate + +

If you are printing more than one copy of the document, the print outs + will be grouped by page number by default. (e.g. The copies of page one come + out, then the copies of page two, etc.) Collating will make each copy come + out with its pages grouped together.

+ +

To Collate:

+ + +

Click File + Print.

+
+ +

In the General tab of the Print dialog under + Copies check + Collate.

+
+
+ + +
+ +
diff --git a/help/C/gedit-printing-select.page b/help/C/gedit-printing-select.page new file mode 100644 index 0000000..3aa4f1f --- /dev/null +++ b/help/C/gedit-printing-select.page @@ -0,0 +1,42 @@ + + + + + Choose the pages that you want to print. + + + Phil Bull + philbull@gmail.com + + + Sindhu S + sindhus@live.in + + + + + Only print certain pages + +

You can selectively print only certain pages from the document. For + example, if you enter the page numbers "1,3,5-7,9", then only pages 1, 3, + 5, 6, 7 and 9 will be printed. To print pages of your choice:

+ + + +

Select File + Print….

+
+ +

In the General tab in the Print dialog choose + Pages from the + Range section.

+ +

Type the numbers of the pages you want to print from the document, + separated by commas. Use a dash to specify a range of pages.

+
+
+ + +
diff --git a/help/C/gedit-printing.page b/help/C/gedit-printing.page new file mode 100644 index 0000000..b5d8753 --- /dev/null +++ b/help/C/gedit-printing.page @@ -0,0 +1,126 @@ + + + + + Print the files that you create with gedit. + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + + + Printing documents + + +

Printing with gedit requires that you have connected and + configured your printer. If you have not done this, please consult the + printing help for GNOME.

+
+ +

gedit allows you to print both to a file and to paper.

+ + + +
+ Printing To Paper + +

You can print your documents to paper using a local or remote printer. To + print a file:

+ + + +

Select File + Print + General.

+
+ +

Select the desired printer from the list of printers available.

+
+ +

You can preview the file using Print Preview + and once you are satisfied with the settings, click + Print to send the file to printer.

+
+
+ +

Additionally, from Page Setup tab: you can choose + Layout and Paper options. As + these settings are available throughout GNOME programs, please + consult + Layout and Paper options + help.

+ +
+ +
+ Print Multiple Copies And Between Specified Ranges + +

You can set Range and + Copies options to help you:

+ +
+ +
+ Printing To File + +

You can also use gedit to print to a file. To print your + document to file of a different format:

+ + + +

Select File + Print + Print to File.

+
+ +

Printing is enabled for the following file formats, you may select + from:

+ + +

Portable Document Format (.pdf)

+
+ +

PostScript (.ps)

+
+ +

Scalable Vector Graphic (.svg)

+
+
+
+ +

To print the document to file, click + Print.

+
+
+ +
+ +
diff --git a/help/C/gedit-quickstart.page b/help/C/gedit-quickstart.page new file mode 100644 index 0000000..7ec9ba2 --- /dev/null +++ b/help/C/gedit-quickstart.page @@ -0,0 +1,38 @@ + + + + + + + A brief introduction to gedit. + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + + + Get started with gedit +

gedit is a full-featured text editor for the GNOME desktop + environment. You can use it to prepare simple notes and documents, or you + can use some of its advanced features, making it your own software + development environment.

+ + + +

Once gedit launches, you can start writing right away. To save + your text, just click the Save button in the gedit + header bar.

+ +

To learn about additional gedit features and to get assistance + with performing additional tasks, explore the other + portions of the gedit help.

+ +
diff --git a/help/C/gedit-replace.page b/help/C/gedit-replace.page new file mode 100644 index 0000000..527943f --- /dev/null +++ b/help/C/gedit-replace.page @@ -0,0 +1,153 @@ + + + + + + Replace portions of text in a file. + + + + + + Jim Campbell + jcampbell@gnome.org + + + Daniel Neel + dneelyep@gmail.com + + + Sindhu S + sindhus@live.in + + + Ekaterina Gerasimova + kittykat3756@gmail.com + + + Shobha Tyagi + tyagishobha@gmail.com + + + Young Li + li.young1618@gmail.com + + + + + Replace text + +

Editing text can be time consuming. To save time, gedit + includes a Replace function that helps you to find and replace + portions of text.

+ + + Replace text in <app>gedit</app> + +

Open the Replace tool by clicking + Menu buttonFind + and Replace… or press + CtrlH.

+
+ +

Enter the text that you wish to replace into the Find + field.

+
+ +

Enter the new, replacement text into the Replace with + field.

+
+ +

Once you have entered the original and replacement text, you can add + extra parameters to the search. You can also choose what you want to + replace:

+ + +

To replace only the next match, click + Replace.

+
+ +

To replace all occurrences of the searched-for text, + click Replace All.

+
+
+
+
+ + +

Use the Replace All function with care. Replace + All works on the entirety of your text file, and does not allow you + to highlight portions of text where the replace function will be + performed.

+
+ +
+ More options + +

If you wish, you can add some extra parameters to your search:

+ + + + Match case +

The Match case option allows you to specify whether you want + your search to be case-sensitive. If this option is selected, searches + will be case-sensitive. If not, searches will not be case-sensitive.

+
+ + Match entire word only +

Use this option to search for a specific word without including + fragments of other words. For example, if you searched for the word + 'and' with this option selected, the word 'and' would be matched, but + the words 'sand' and 'commander' would not be + matched.

+
+ + Search backwards +

This command behaves identically to the Find Previous command. If you + wish to step through search results from end to beginning, select this + option.

+
+ + Wrap around +

With the wrap around option enabled, gedit will + re-start the search/replace action at the top of the file after it has + reached the bottom of the file. This ensures that your search/replace + action is made across your entire file.

+
+
+ +
+ +
+ Using escape sequences + +

You can use escape sequences to search for line breaks, carriage + returns, and tabs.

+ + + + \n +

Newline

+
+ + \r +

Carriage return

+
+ + \t +

Tab

+
+
+ +

If you actually want to search for a \ (backslash) or one + of the escape sequences in the text, you need to escape the backslash with an + extra backslash. For example, to search for \, you need to + enter \\ into the search or replace field. You can search for + escape sequences in the same way: to search for or replace with a + \n, use the \\n term.

+ +
+ +
diff --git a/help/C/gedit-save-file.page b/help/C/gedit-save-file.page new file mode 100644 index 0000000..34f2992 --- /dev/null +++ b/help/C/gedit-save-file.page @@ -0,0 +1,37 @@ + + + + + Save your file to work on it later. + + + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + + Save a file + +

To save a file in gedit, click on the + Save button on the right side of the header bar or + just press CtrlS.

+

If you are saving a new file, a dialog will appear, and you can select a + name for the file, as well as the directory where you would like the file to + be saved.

+ +
diff --git a/help/C/gedit-search.page b/help/C/gedit-search.page new file mode 100644 index 0000000..63e4c5b --- /dev/null +++ b/help/C/gedit-search.page @@ -0,0 +1,110 @@ + + + + + + Find a portion of text within a file. + + + + Jim Campbell + jcampbell@gnome.org + + + Daniel Neel + dneelyep@gmail.com + + + Sindhu S + sindhus@live.in + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + Search for text + +

The Find tool can help you find specific sequences of text within in your + file.

+ + + Finding text + +

Open the search window by clicking + Menu Button + Find… or + pressing CtrlF. This will move + your cursor to the start of the search window.

+
+ +

Type the text you wish to search for in the + search window.

+
+ +

As you type, gedit will begin highlighting the portions of + text that match what you have entered.

+
+
+ +

To scroll through the search results, do any of the following:

+ + +

Click on the up or + down facing arrows next to the + search window.

+
+ +

Press the up arrow or down arrow keys on your + keyboard.

+
+ +

Press CtrlG or + CtrlShiftG.

+
+
+ +

To close the search window, press either Esc or + Enter. Pressing Esc will return the cursor to where it + was before you began your search. Pressing Enter will return the + cursor to the current position in the search results.

+ + + Search tips + +

If you highlight a portion of text with your mouse, and then press + CtrlF, the text you've highlighted + will appear in the search window.

+
+ +

For more search options, click on the + Magnifying Glass icon in the search window, + or right-click anywhere in the search window. You can select one or more + of the following search options:

+ + +

Select Match Case to make the search case sensitive.

+
+ +

Select Match Entire Word Only to search only complete + words.

+
+ +

Select Wrap Around to search text from top to bottom + and cycle back again.

+
+
+
+ +

The text that you've searched for will remain highlighted by gedit, + even after you have completed your search. To remove the highlight, + click Clear Highlight, or + press CtrlShiftK.

+
+
+ +
diff --git a/help/C/gedit-spellcheck.page b/help/C/gedit-spellcheck.page new file mode 100644 index 0000000..063fe59 --- /dev/null +++ b/help/C/gedit-spellcheck.page @@ -0,0 +1,135 @@ + + + + + Check your files for spelling errors. + + + + + Jim Campbell + jcampbell@gnome.org + + + Baptiste Mille-Mathias + baptistem@gnome.org + + + Sindhu S + sindhus@live.in + + + + + + + Spell-check your document +
+ Enable the spell checker +

The Spell-check feature is provided as a plugin in gedit which + can be enabled as required. To enable the plugin:

+ + + +

Select gedit + Preferences + Plugins.

+
+ +

Select Spell Checker to enable the + plugin.

+
+
+ +
+ +
+ Spell-check your document + +

To check for misspelt words in your document:

+ + + +

Select Tools + Check Spelling.

+
+
+ + +

To have gedit automatically highlight misspelt words in your + document as you type, select ToolsHighlight Misspelled Words.

+
+
+ +
+ Using spell-check + +

You can choose the right substitution for misspelt words using the Check + Spelling dialog. The misspelt word being checked by the spell-checker is + displayed in bold style next to Misspelled word:. + You can choose from the following corrective actions:

+ + + +

Change to: allows you to input a word and + use Check Word to check the validity of the + spelling.

+
+ +

Suggestions: lists the available + substitutions for the word.

+
+ +

Ignore allows you to bypass spell check for + a instance of current word.

+
+ +

Ignore All allows you to bypass spell check + for all instances of the current word.

+
+ +

Change substitutes the misspelt or + unrecognized word with a chosen substitute from the + Suggestions: list.

+
+ +

Change all substitutes all + misspelt or unrecognized words with the chosen substitute from the + Suggestions: list.

+
+ +

Add word allows you to add the current word + to the gedit User dictionary. Adding custom words + to the User dictionary will allow gedit to + recognize the word in documents and thus will not be highlighted as a + misspelt word.

+
+
+ +
+ +
+ Define the language to use for spell checking +

By default, gedit will use your current language to spell + check your document. If you need to use another language, choose + ToolsSet + Language…, then choose the language you want to use.

+
+ +
+ Dictionaries + +

gedit uses + Enchant, + a small system utility, for spell checking. Enchant can use + several different dictionaries to check your spelling. Two such + dictionary back-ends are Hunspell and Aspell.

+ +

If the language you want to use is not available in gedit, + use your computer's software installer or package manager to install the + dictionary back-end that you want.

+
+
diff --git a/help/C/gedit-syntax-highlighting.page b/help/C/gedit-syntax-highlighting.page new file mode 100644 index 0000000..b65f6b4 --- /dev/null +++ b/help/C/gedit-syntax-highlighting.page @@ -0,0 +1,37 @@ + + + + + Highlight your text to make it easier to read. + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + + + Turn on syntax highlighting + +
+ Syntax highlighting +

gedit provides syntax highlighting for a wide range of markup, + programming, and scientific languages. If gedit recognizes the + syntax being used when you open a file, it will automatically highlight the + text.

+ +

If your syntax or language is not highlighted upon startup, you can + select the appropriate syntax or language by clicking + View + Highlight Mode, + and then choosing the desired syntax. Alternately, you can select the syntax + name from a list at the bottom of the gedit window.

+
+ +
diff --git a/help/C/gedit-tab-groups.page b/help/C/gedit-tab-groups.page new file mode 100644 index 0000000..d7ed84e --- /dev/null +++ b/help/C/gedit-tab-groups.page @@ -0,0 +1,104 @@ + + + + + + + Group similar tabs together. + + + + Radina Matic + radina.matic@gmail.com + 2013 + + + + + + Organize files in grouped tabs + +

If you are working with multiple tabs in gedit you can group + them, making it easier to keep your opened files organized. Adding a new tab + group will divide the gedit window in two panes, open a new + “Untitled Document” in the new pane, and make it active. You can open files + into that tab group and move tabs from one tab group to another.

+ +
+ Open a new tab group in the gedit window + +

To open a new tab group you can:

+ + + +

Right click on a tab and select Move to New Tab Group.

+
+ +

Use the CtrlAltN + shortcut.

+
+
+ +

This action will divide the gedit window in two panes, and the + pane with the new tab group will be placed on the right of the active tab. + You can move the handle right or left assigning more or less space of the + gedit window between panes according to your needs.

+ +

You can open as much tab groups in a gedit window as your screen + allows, but you will have to move the handle in order to see them + correctly.

+ +

To close a tab group pane just close all the tabs that are opened inside + it.

+
+ + + +
+ Move a tab to another tab group + +

If you want to move a tab from one tab group to another:

+ + + +

Click and hold the mouse button on the tab.

+
+ +

Drag the tab to another tab group pane.

+
+ +

Place it beside other tabs in the tab group.

+
+ +

Release the mouse button.

+
+
+ +
+
diff --git a/help/C/gedit-tabs-moving.page b/help/C/gedit-tabs-moving.page new file mode 100644 index 0000000..644268f --- /dev/null +++ b/help/C/gedit-tabs-moving.page @@ -0,0 +1,112 @@ + + + + + + + Change the position of a tab in the gedit window. + + + Jim Campbell + jcampbell@gnome.org + + + Daniel Neel + dneelyep@gmail.com + + + Sindhu S + sindhus@live.in + + + Radina Matic + radina.matic@gmail.com + 2013 + + + + + Move and re-order tabs +

Tabs in gedit can be moved, making it easier to work with your + files. Tabs can be can re-ordered within the same window, moved outside of + gedit (creating a new gedit window), and moved from one + window to another.

+ +
+ Change the order of tabs in the gedit window + +

To change the ordering of tabs in a window:

+ + + +

Click and hold the mouse button on the tab.

+
+ +

Move the tab to the desired position among the other tabs.

+
+ +

Release the mouse button.

+
+
+ +

The tab will be placed in the position closest to where you release the + tab, immediately beside other opened tabs.

+
+ +
+ Move a tab, creating a new gedit window +

To create a new window from an existing tab:

+ + + +

Click and hold the mouse button on the tab.

+
+ +

Drag the tab out of the gedit window.

+
+ +

Release the mouse button.

+
+
+ + +

To move a tab into a new window when gedit is maximized, + drag the tab onto the top bar at the top of the screen.

+
+
+ +
+ Move a tab to another gedit window + +

If you want to move a tab from one window to another:

+ + + +

Click and hold the mouse button on the tab.

+
+ +

Drag the tab to the new window.

+
+ +

Place it beside other tabs in the new window.

+
+ +

Release the mouse button.

+
+
+ + + +

You may find it easier to move a tab from one window to another by + dragging the tab to the Activities hot-corner of + GNOME Shell. This will reveal each of the open + gedit windows. You can then release the tab on the + desired gedit window.

+
+ +
+ +
diff --git a/help/C/gedit-tabs.page b/help/C/gedit-tabs.page new file mode 100644 index 0000000..52e5d68 --- /dev/null +++ b/help/C/gedit-tabs.page @@ -0,0 +1,58 @@ + + + + + + + Create or close tabs in the gedit window. + + + + Jim Campbell + jcampbell@gnome.org + + + Daniel Neel + dneelyep@gmail.com + + + Sindhu S + sindhus@live.in + + + Radina Matic + radina.matic@gmail.com + 2013 + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + + Add and remove tabs +

Working with tabs in gedit allows you to keep an eye on several + files in a single window.

+ +
+ Adding tabs +

To add a new tab to create a new file, click the Create a new + document button on the left side of the header bar, or press + CtrlT. The tab will be added to the + right side of any other tabs.

+
+ +
+ Removing tabs +

To remove a tab, click the × on the tab's + right side, or press CtrlW. To + remove all open tabs, press Ctrl + ShiftW.

+
+ +
diff --git a/help/C/gedit-undo-redo.page b/help/C/gedit-undo-redo.page new file mode 100644 index 0000000..93f3c1d --- /dev/null +++ b/help/C/gedit-undo-redo.page @@ -0,0 +1,42 @@ + + + + + Revert a recent change to one of your files. + + + + Jim Campbell + jcampbell@gnome.org + + + Daniel Neel + dneelyep@gmail.com + + + Sindhu S + sindhus@live.in + + + Shobha Tyagi + tyagishobha@gmail.com + + + + + + Undo/redo a recent action + +

If you make a mistake while editing a document in gedit, you can + undo the change by pressing CtrlZ.

+ + +

You cannot undo a change after you have closed a gedit file.

+
+ +

To redo the change that was undone, press + CtrlShiftZ.

+
diff --git a/help/C/gnome-help.sct b/help/C/gnome-help.sct new file mode 100644 index 0000000..0c1e623 --- /dev/null +++ b/help/C/gnome-help.sct @@ -0,0 +1,22 @@ + + Some sanity checks for the GNOME desktop help + + + + + Must not include license directly + Must include legal.xml + + + + + Must have non-empty desc + + + Desc must end with a period + + + Desc with links must end with an ellipsis + + + diff --git a/help/C/index.page b/help/C/index.page new file mode 100644 index 0000000..d66861b --- /dev/null +++ b/help/C/index.page @@ -0,0 +1,54 @@ + + + + gedit Text Editor + gedit Text Editor + + Home page of the gedit help guide. + + + Jim Campbell + jcampbell@gnome.org + + + Sindhu S + sindhus@live.in + + + + + + + + <media type="image" mime="image/png" src="figures/gedit-icon.png" its:translate="no" /> + gedit Text Editor + +

Welcome to the gedit help guide. For a quick introduction into + gedit's most basic features, visit the + Get started with gedit page.

+ +

Other help topics are grouped together into sections below. Enjoy using + gedit!

+ +
+ Working With Files + +
+ +
+ Configure gedit +
+ +
+ gedit Plugins +
+ +
+ Printing with gedit +
+ +
diff --git a/help/C/legal.xml b/help/C/legal.xml new file mode 100644 index 0000000..2a5cd29 --- /dev/null +++ b/help/C/legal.xml @@ -0,0 +1,6 @@ + +

This work is licensed under a Creative + Commons Attribution-ShareAlike 3.0 Unported License.

+
+ diff --git a/help/C/schematron.sh b/help/C/schematron.sh new file mode 100755 index 0000000..dc69b43 --- /dev/null +++ b/help/C/schematron.sh @@ -0,0 +1 @@ +xmllint --noout --schematron gnome-help.sct ./*.page 2>&1 | grep -v validates -- cgit v1.2.3