[gedit] Add default Save-files and Languages fields to system tools



commit 7da3437fd6511db7d230dfa0b14f96c73fa0bf2a
Author: Jesse van den Kieboom <jesse icecrew nl>
Date:   Fri May 22 03:03:20 2009 +0200

    Add default Save-files and Languages fields to system tools
    
    For all default tools, Save-files is set to 'nothing' and Languages to the empty
    string (maching all languages) so that tools have the same behavior as before
---
 plugins/externaltools/data/build.desktop.in        |    2 ++
 .../data/open-terminal-here.desktop.in             |    2 ++
 .../data/remove-trailing-spaces.desktop.in         |    2 ++
 plugins/externaltools/data/run-command.desktop.in  |    2 ++
 4 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/plugins/externaltools/data/build.desktop.in b/plugins/externaltools/data/build.desktop.in
index 4cdddef..13767ee 100644
--- a/plugins/externaltools/data/build.desktop.in
+++ b/plugins/externaltools/data/build.desktop.in
@@ -5,3 +5,5 @@ Input=nothing
 Output=output-panel
 Shortcut=<Control>F8
 Applicability=local
+Save-files=nothing
+Languages=
diff --git a/plugins/externaltools/data/open-terminal-here.desktop.in b/plugins/externaltools/data/open-terminal-here.desktop.in
index 6ebc6f7..801b003 100644
--- a/plugins/externaltools/data/open-terminal-here.desktop.in
+++ b/plugins/externaltools/data/open-terminal-here.desktop.in
@@ -4,3 +4,5 @@ _Comment=Open a terminal in the document location
 Input=nothing
 Output=output-panel
 Applicability=local
+Save-files=nothing
+Languages=
diff --git a/plugins/externaltools/data/remove-trailing-spaces.desktop.in b/plugins/externaltools/data/remove-trailing-spaces.desktop.in
index 7609cc0..99b8b70 100644
--- a/plugins/externaltools/data/remove-trailing-spaces.desktop.in
+++ b/plugins/externaltools/data/remove-trailing-spaces.desktop.in
@@ -5,3 +5,5 @@ Input=document
 Output=replace-document
 Shortcut=<Alt>F12
 Applicability=all
+Save-files=nothing
+Languages=
diff --git a/plugins/externaltools/data/run-command.desktop.in b/plugins/externaltools/data/run-command.desktop.in
index 09bf349..b58294b 100644
--- a/plugins/externaltools/data/run-command.desktop.in
+++ b/plugins/externaltools/data/run-command.desktop.in
@@ -4,3 +4,5 @@ _Comment=Execute a custom command and put its output in a new document
 Input=nothing
 Output=new-document
 Applicability=all
+Save-files=nothing
+Languages=



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]