From kluczka@o2.pl Sun Mar 21 16:46:24 2010 From: hugos To: textmate@lists.macromates.com Subject: [TxMt] Problem with real-time presenting standard output (cout) in HTML output Date: Sun, 21 Mar 2010 09:46:21 -0700 Message-ID: <27976999.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============6520953797835655139==" --===============6520953797835655139== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I wrote a program in C++ which does some long calculations. For information purpose it has a "cout" function which tels me about a progress of evaluation. I'm used to compile my program via TM with my own boundle-command script which looks like that: ------------------------------------------------------------ echo "
"=20

make | pre

find_name=3D"grep 'NAME=3D' ./makefile | cut -c 6- "
cmd=3D `eval $find_name | awk '{print "./"$0}'`
$cmd

echo "
" ------------------------------------------------------------ My problem is that the standard output (text that "cout" presents) is shown at once after program is finished (but non during program is running) so I don't see progress of calculation. Is there a way for presenting standard output in these case (in real-time)? --=20 View this message in context: http://old.nabble.com/Problem-with-real-time-pr= esenting-standard-output-%28cout%29-in-HTML-output-tp27976999p27976999.html Sent from the textmate users mailing list archive at Nabble.com. --===============6520953797835655139==--