]> gitweb.factorcode.org Git - factor.git/commitdiff
delete a couple files in misc/Factor.tmbundle
authorDoug Coleman <doug.coleman@gmail.com>
Mon, 11 Feb 2008 22:32:36 +0000 (16:32 -0600)
committerDoug Coleman <doug.coleman@gmail.com>
Mon, 11 Feb 2008 22:32:36 +0000 (16:32 -0600)
misc/Factor.tmbundle/Commands/Eval Selection:Line.tmCommand [deleted file]
misc/Factor.tmbundle/Commands/Run Selection:Line in Listener.tmCommand [deleted file]

diff --git a/misc/Factor.tmbundle/Commands/Eval Selection:Line.tmCommand b/misc/Factor.tmbundle/Commands/Eval Selection:Line.tmCommand
deleted file mode 100644 (file)
index 37867a2..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-       <key>beforeRunningCommand</key>
-       <string>nop</string>
-       <key>command</key>
-       <string>#!/usr/bin/env ruby
-
-require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
-puts factor_eval(STDIN.read)</string>
-       <key>fallbackInput</key>
-       <string>line</string>
-       <key>input</key>
-       <string>selection</string>
-       <key>keyEquivalent</key>
-       <string>^E</string>
-       <key>name</key>
-       <string>Eval Selection/Line</string>
-       <key>output</key>
-       <string>replaceSelectedText</string>
-       <key>scope</key>
-       <string>source.factor</string>
-       <key>uuid</key>
-       <string>8E01DDAF-959B-4237-ADB9-C133A4ACCE90</string>
-</dict>
-</plist>
diff --git a/misc/Factor.tmbundle/Commands/Run Selection:Line in Listener.tmCommand b/misc/Factor.tmbundle/Commands/Run Selection:Line in Listener.tmCommand
deleted file mode 100644 (file)
index 5028bd8..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-       <key>beforeRunningCommand</key>
-       <string>nop</string>
-       <key>command</key>
-       <string>#!/usr/bin/env ruby
-
-require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
-factor_run(STDIN.read)</string>
-       <key>fallbackInput</key>
-       <string>line</string>
-       <key>input</key>
-       <string>selection</string>
-       <key>keyEquivalent</key>
-       <string>^~e</string>
-       <key>name</key>
-       <string>Run Selection/Line in Listener</string>
-       <key>output</key>
-       <string>discard</string>
-       <key>scope</key>
-       <string>source.factor</string>
-       <key>uuid</key>
-       <string>15A984BD-BC65-43E8-878A-267788C8DA70</string>
-</dict>
-</plist>