Thanks for all the recent improvements!
Some remarks on Build & Run:
- log output from the running program is still messed up (spaces and tabs are not displayed as intended) - the progress indicator is somewhat annoying during run
Thanks
Gerd
On Nov 20, 2006, at 11:31 PM, Gerd Knops wrote:
Some remarks on Build & Run:
- log output from the running program is still messed up (spaces and
tabs are not displayed as intended)
Thanks for the report, whitespace is fixed in r6208.
- the progress indicator is somewhat annoying during run
It's also practically invisible with the themed output used in other commands. It may be time to consider some other way of indicating busy state for the HTML window. I don't have a better suggestion offhand, though.
Chris
On 23. Nov 2006, at 02:19, Chris Thomas wrote:
- the progress indicator is somewhat annoying during run
It's also practically invisible with the themed output used in other commands. It may be time to consider some other way of indicating busy state for the HTML window. I don't have a better suggestion offhand, though.
It should be possible to silence the progress bar with: TextMate.isBusy = false; (from JS) -- but yes, with the new HTML theme, a new way to indicate status is needed.
On Nov 22, 2006, at 7:19 PM, Chris Thomas wrote:
On Nov 20, 2006, at 11:31 PM, Gerd Knops wrote:
Some remarks on Build & Run:
- log output from the running program is still messed up (spaces
and tabs are not displayed as intended)
Thanks for the report, whitespace is fixed in r6208.
Thanks a bunch!