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.