summaryrefslogtreecommitdiff
path: root/plugins/externaltools/data
diff options
context:
space:
mode:
authorPerberos <[email protected]>2011-11-07 19:52:18 -0300
committerPerberos <[email protected]>2011-11-07 19:52:18 -0300
commit5ded9cba8563f336939400303d6a841d5089b107 (patch)
treec5676588cff26ba37e12369fe4de24b54e9f6682 /plugins/externaltools/data
parentf00b3a11a199f9f85a4d46a600f9d14179b37dbf (diff)
downloadpluma-5ded9cba8563f336939400303d6a841d5089b107.tar.bz2
pluma-5ded9cba8563f336939400303d6a841d5089b107.tar.xz
renaming from gedit to pluma
Diffstat (limited to 'plugins/externaltools/data')
-rwxr-xr-xplugins/externaltools/data/Makefile.am4
-rwxr-xr-xplugins/externaltools/data/build.desktop.in2
-rwxr-xr-xplugins/externaltools/data/build.tool.in2
-rwxr-xr-xplugins/externaltools/data/open-terminal-here-osx.desktop.in2
-rwxr-xr-xplugins/externaltools/data/open-terminal-here-osx.tool.in2
-rwxr-xr-xplugins/externaltools/data/open-terminal-here.desktop.in2
-rwxr-xr-xplugins/externaltools/data/open-terminal-here.tool.in2
-rwxr-xr-xplugins/externaltools/data/remove-trailing-spaces.desktop.in2
-rwxr-xr-xplugins/externaltools/data/run-command.desktop.in2
-rwxr-xr-xplugins/externaltools/data/run-command.tool.in2
10 files changed, 11 insertions, 11 deletions
diff --git a/plugins/externaltools/data/Makefile.am b/plugins/externaltools/data/Makefile.am
index ae3a1c66..abac77c9 100755
--- a/plugins/externaltools/data/Makefile.am
+++ b/plugins/externaltools/data/Makefile.am
@@ -1,4 +1,4 @@
-TOOL_MERGE=$(top_srcdir)/plugins/externaltools/scripts/gedit-tool-merge.pl
+TOOL_MERGE=$(top_srcdir)/plugins/externaltools/scripts/pluma-tool-merge.pl
tools_in_files = \
build.tool.in \
@@ -29,7 +29,7 @@ desktop_in_files = $(install_tools_in_files:.tool.in=.desktop.in)
desktop_files = $(install_tools_in_files:.tool.in=.desktop)
tools_SCRIPTS = $(install_tools_in_files:.tool.in=)
-toolsdir = $(GEDIT_PLUGINS_DATA_DIR)/externaltools/tools
+toolsdir = $(PLUMA_PLUGINS_DATA_DIR)/externaltools/tools
all_tools_in_files = \
$(tools_in_files) \
diff --git a/plugins/externaltools/data/build.desktop.in b/plugins/externaltools/data/build.desktop.in
index 13767ee7..c2a49871 100755
--- a/plugins/externaltools/data/build.desktop.in
+++ b/plugins/externaltools/data/build.desktop.in
@@ -1,4 +1,4 @@
-[Gedit Tool]
+[Pluma Tool]
_Name=Build
_Comment=Run "make" in the document directory
Input=nothing
diff --git a/plugins/externaltools/data/build.tool.in b/plugins/externaltools/data/build.tool.in
index 0b81d5b6..d4cd7f43 100755
--- a/plugins/externaltools/data/build.tool.in
+++ b/plugins/externaltools/data/build.tool.in
@@ -1,7 +1,7 @@
#!/bin/sh
EHOME=`echo $HOME | sed "s/#/\#/"`
-DIR=$GEDIT_CURRENT_DOCUMENT_DIR
+DIR=$PLUMA_CURRENT_DOCUMENT_DIR
while test "$DIR" != "/"; do
for m in GNUmakefile makefile Makefile; do
if [ -f "${DIR}/${m}" ]; then
diff --git a/plugins/externaltools/data/open-terminal-here-osx.desktop.in b/plugins/externaltools/data/open-terminal-here-osx.desktop.in
index 801b003c..45587ef6 100755
--- a/plugins/externaltools/data/open-terminal-here-osx.desktop.in
+++ b/plugins/externaltools/data/open-terminal-here-osx.desktop.in
@@ -1,4 +1,4 @@
-[Gedit Tool]
+[Pluma Tool]
_Name=Open terminal here
_Comment=Open a terminal in the document location
Input=nothing
diff --git a/plugins/externaltools/data/open-terminal-here-osx.tool.in b/plugins/externaltools/data/open-terminal-here-osx.tool.in
index c3360064..86d842dc 100755
--- a/plugins/externaltools/data/open-terminal-here-osx.tool.in
+++ b/plugins/externaltools/data/open-terminal-here-osx.tool.in
@@ -1,6 +1,6 @@
#!/usr/bin/osascript
-set the_path to system attribute "GEDIT_CURRENT_DOCUMENT_DIR"
+set the_path to system attribute "PLUMA_CURRENT_DOCUMENT_DIR"
set cmd to "cd " & quoted form of the_path
tell application "System Events" to set terminalIsRunning to exists application process "Terminal"
diff --git a/plugins/externaltools/data/open-terminal-here.desktop.in b/plugins/externaltools/data/open-terminal-here.desktop.in
index 801b003c..45587ef6 100755
--- a/plugins/externaltools/data/open-terminal-here.desktop.in
+++ b/plugins/externaltools/data/open-terminal-here.desktop.in
@@ -1,4 +1,4 @@
-[Gedit Tool]
+[Pluma Tool]
_Name=Open terminal here
_Comment=Open a terminal in the document location
Input=nothing
diff --git a/plugins/externaltools/data/open-terminal-here.tool.in b/plugins/externaltools/data/open-terminal-here.tool.in
index d2dda8db..af35792a 100755
--- a/plugins/externaltools/data/open-terminal-here.tool.in
+++ b/plugins/externaltools/data/open-terminal-here.tool.in
@@ -1,4 +1,4 @@
#!/bin/sh
#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
-mate-terminal --working-directory=$GEDIT_CURRENT_DOCUMENT_DIR &
+mate-terminal --working-directory=$PLUMA_CURRENT_DOCUMENT_DIR &
diff --git a/plugins/externaltools/data/remove-trailing-spaces.desktop.in b/plugins/externaltools/data/remove-trailing-spaces.desktop.in
index 99b8b703..70bd8fd1 100755
--- a/plugins/externaltools/data/remove-trailing-spaces.desktop.in
+++ b/plugins/externaltools/data/remove-trailing-spaces.desktop.in
@@ -1,4 +1,4 @@
-[Gedit Tool]
+[Pluma Tool]
_Name=Remove trailing spaces
_Comment=Remove useless trailing spaces in your file
Input=document
diff --git a/plugins/externaltools/data/run-command.desktop.in b/plugins/externaltools/data/run-command.desktop.in
index b58294b0..4e15e678 100755
--- a/plugins/externaltools/data/run-command.desktop.in
+++ b/plugins/externaltools/data/run-command.desktop.in
@@ -1,4 +1,4 @@
-[Gedit Tool]
+[Pluma Tool]
_Name=Run command
_Comment=Execute a custom command and put its output in a new document
Input=nothing
diff --git a/plugins/externaltools/data/run-command.tool.in b/plugins/externaltools/data/run-command.tool.in
index ee611bbb..6f08a622 100755
--- a/plugins/externaltools/data/run-command.tool.in
+++ b/plugins/externaltools/data/run-command.tool.in
@@ -1,4 +1,4 @@
#!/bin/sh
#TODO: use "mateconftool-2 -g /desktop/mate/applications/terminal/exec"
-exec `matedialog --entry --title="Run command - gedit" --text="Command to run"`
+exec `matedialog --entry --title="Run command - pluma" --text="Command to run"`