From b24934e186456b50d7702192ec3a270926831791 Mon Sep 17 00:00:00 2001 From: monsta Date: Tue, 25 Aug 2015 14:40:58 +0300 Subject: drop support for win32/osx and checkupdate plugin that plugin has never been built in linux anyway due to logic in configure.ac --- .../externaltools/data/open-terminal-here-osx.tool.in | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100755 plugins/externaltools/data/open-terminal-here-osx.tool.in (limited to 'plugins/externaltools/data/open-terminal-here-osx.tool.in') diff --git a/plugins/externaltools/data/open-terminal-here-osx.tool.in b/plugins/externaltools/data/open-terminal-here-osx.tool.in deleted file mode 100755 index 86d842dc..00000000 --- a/plugins/externaltools/data/open-terminal-here-osx.tool.in +++ /dev/null @@ -1,16 +0,0 @@ -#!/usr/bin/osascript - -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" - -tell application "Terminal" - activate - - if terminalIsRunning is true then - do script with command cmd - else - do script with command cmd in window 1 - end if -end tell -- cgit v1.2.1