[SVN] r11419 (Support/lib)

Alex Ross alex.j.ross at gmail.com
Thu Apr 2 00:28:57 UTC 2009


Applying Martin Kühl's Executor patches to the Support/lib/tm/executor.rb

Changes include:
• A new option :version_replace to generate from the match against
:version_regex via String#sub.
 The maude interpreter only prints the version number when invoked
with --version, so the Maude bundle uses this option to prepend the
language name to the result window subtitle.
 Default value is '\1', which substitutes the value that gets assigned to $1.
• Passing the :input and :interactive_input options through to the
underlying TM::Process.run invokation.
 The Maude bundle uses this to script the maude interpreter from the
TextMate command, usually to wrap a command around the current
word/selection.
• Deactivating the interactive input library if the variable
TM_INTERACTIVE_INPUT_DISABLED is defined.
 Allan requested this on IRC.

Changed:
U   trunk/Support/lib/tm/executor.rb



More information about the textmate-dev mailing list