[TxMt] Re: Scrolling down the web preview while the cmd is processed
Allan Odgaard
mailinglist at textmate.org
Sat Mar 14 14:46:17 UTC 2009
On 13 Mar 2009, at 02:46, Mathieu Godart wrote:
> [...]
> Do someone have an idea to force the web preview to scroll down each
> time the STDOUT is flushed? Or something like that.
You need to locate the ‘tmCommand’ file of your command (in ~/
Library/Application Support/TextMate/Bundles/«your bundle»/Commands)
then insert this after <dict>:
<key>autoScrollOutput</key>
<true/>
Save that, probably afterwards you need to run (in Terminal):
touch ~/Library/Application\ Support/TextMate/Bundles/«your
bundle»
Then select Bundles → Bundle Editor → Reload Bundles.
More information about the textmate
mailing list