]> gitweb.factorcode.org Git - factor.git/commitdiff
Have the "Help for Word" command in the TextMate bundle use help-window rather than...
authorJoe Groff <arcata@gmail.com>
Fri, 25 Jan 2008 06:06:36 +0000 (22:06 -0800)
committerJoe Groff <arcata@gmail.com>
Fri, 25 Jan 2008 06:06:36 +0000 (22:06 -0800)
misc/Factor.tmbundle/Commands/Help for Word.tmCommand

index 350c01d3442c0a9a2aebcb61d8877a5691d6bf19..0ff133c891705991c40ba14f370c397f03260c0f 100644 (file)
@@ -11,7 +11,7 @@ require "#{ENV["TM_BUNDLE_SUPPORT"]}/lib/tm_factor"
 
 doc = STDIN.read
 word = line_current_word(ENV["TM_CURRENT_LINE"], ENV["TM_LINE_INDEX"].to_i)
-factor_run(%Q(#{doc_using_statements(doc)} USE: help\n \\ #{word} help))</string>
+factor_run(%Q(#{doc_using_statements(doc)} USE: ui.tools.workspace\n \\ #{word} help-window))</string>
        <key>fallbackInput</key>
        <string>word</string>
        <key>input</key>