The External Tools plugin allows you to execute external commands from gedit. You can pipe some content into a command and exploit its output (for example, sed), or launch a predefined command (for example, make).
Use the External Tools Manager to create and edit commands. To run an external command, choose it from the menu.
The following commands are provided with the External Tools plugin:
- Version
-
Runs make in the current document's directory.
- Directory Listing
-
Lists the contents of the current document's directory in a new document.
- Environment Variables
-
Displays the environment variables list in the bottom pane.
- Grep
-
Searches for a term in all files in the current document directory, using pattern matching. Results are shown in the bottom pane.
- Remove Trailing Spaces
-
Removes all spaces from the end of lines in the document.
To add an external command, choose .
In the External Tools Manager window, click New. You can speficy the following details for the new command:
- Descripcion
-
This description is shown in the statusbar when the menu command is chosen.
- Accelerator
-
Enter a keyboard shortcut for the command.
- Comandas
-
The actual commands to be run. Several gedit environment variables can be used to pass content to these commands: see Section 10.4.4 ― Variables.
- Entrada
-
The content to give to the commands (as stdin): the entire text of the current document, the current selection, line, or word.
- Sortida
-
What to do with the output of the commands: display in the bottom pane, put in a new document, or place in the current document, at the end, at the cursor position, or replacing the selection or the entire document.
- Applicability
-
Determines which sort of documents can be affected by the command, for example whether saved or not, and local or remote.
To edit a tool, select it in the list and make changes to its properties.
To rename a tool, click it again in the list.
To restore a built-in tool that you have changed, press Revert.
To remove a tool, select it in the list and press Remove. You can not remove built-in tools, only those you have created yourself.
You can use the following variables in the Commands field of the command definition:
-
GEDIT_CURRENT_DOCUMENT_URI
-
GEDIT_CURRENT_DOCUMENT_NAME
-
GEDIT_CURRENT_DOCUMENT_SCHEME
-
GEDIT_CURRENT_DOCUMENT_PATH
-
GEDIT_CURRENT_DOCUMENT_DIR
-
GEDIT_DOCUMENTS_URI
-
GEDIT_DOCUMENTS_PATH
A prepaus de
Copyrights
- Copyright © 2007 Projècte de documentacion de GNOME
- Copyright © 2002, 2003, 2004 Sun Microsystems
- Copyright © 2000 Eric Baudais
Legal Notice
Permission is granted to copy, distribute and/or modify this
document under the terms of the GNU Free Documentation
License (GFDL), Version 1.1 or any later version published
by the Free Software Foundation with no Invariant Sections,
no Front-Cover Texts, and no Back-Cover Texts. You can find
a copy of the GFDL at this link or in the file COPYING-DOCS
distributed with this manual.
This manual is part of a collection of GNOME manuals
distributed under the GFDL. If you want to distribute this
manual separately from the collection, you can do so by
adding a copy of the license to the manual, as described in
section 6 of the license.
Many of the names used by companies to distinguish their
products and services are claimed as trademarks. Where those
names appear in any GNOME documentation, and the members of
the GNOME Documentation Project are made aware of those
trademarks, then the names are in capital letters or initial
capital letters.
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT ARE PROVIDED
UNDER THE TERMS OF THE GNU FREE DOCUMENTATION LICENSE
WITH THE FURTHER UNDERSTANDING THAT:
-
DOCUMENT IS PROVIDED ON AN "AS IS" BASIS,
WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES
THAT THE DOCUMENT OR MODIFIED VERSION OF THE
DOCUMENT IS FREE OF DEFECTS MERCHANTABLE, FIT FOR
A PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE
RISK AS TO THE QUALITY, ACCURACY, AND PERFORMANCE
OF THE DOCUMENT OR MODIFIED VERSION OF THE
DOCUMENT IS WITH YOU. SHOULD ANY DOCUMENT OR
MODIFIED VERSION PROVE DEFECTIVE IN ANY RESPECT,
YOU (NOT THE INITIAL WRITER, AUTHOR OR ANY
CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY
SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS
LICENSE. NO USE OF ANY DOCUMENT OR MODIFIED
VERSION OF THE DOCUMENT IS AUTHORIZED HEREUNDER
EXCEPT UNDER THIS DISCLAIMER; AND
UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL
THEORY, WHETHER IN TORT (INCLUDING NEGLIGENCE),
CONTRACT, OR OTHERWISE, SHALL THE AUTHOR,
INITIAL WRITER, ANY CONTRIBUTOR, OR ANY
DISTRIBUTOR OF THE DOCUMENT OR MODIFIED VERSION
OF THE DOCUMENT, OR ANY SUPPLIER OF ANY OF SUCH
PARTIES, BE LIABLE TO ANY PERSON FOR ANY
DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR
CONSEQUENTIAL DAMAGES OF ANY CHARACTER
INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS
OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE OR
MALFUNCTION, OR ANY AND ALL OTHER DAMAGES OR
LOSSES ARISING OUT OF OR RELATING TO USE OF THE
DOCUMENT AND MODIFIED VERSIONS OF THE DOCUMENT,
EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF
THE POSSIBILITY OF SUCH DAMAGES.
Feedback
To report a bug or make a suggestion regarding the gedit application or this manual, follow the directions in the GNOME Feedback Page.