Ticket #1014 (closed: fixed)
Inprove Python output in Python window
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 21 |
Component: | Keywords: | ||
Cc: | Blocked By: | ||
Blocking: | Tester: |
Description
i=0 while i<2: print i i+=1 print "done"
Generates output of
#################### Fri 13. Nov 11:26:31 2009 #################### Script execution started. #################### Fri 13. Nov 11:26:36 2009 #################### 0 #################### Fri 13. Nov 11:26:36 2009 #################### 1 #################### Fri 13. Nov 11:26:36 2009 #################### done #################### Fri 13. Nov 11:26:36 2009 #################### Script execution completed successfully.
We should only output the date lines with the execution start and end lines.
Also can we make it so that ctrl+c works when you have something selected from the results window?
Change History
Note: See
TracTickets for help on using
tickets.
(In [3423]) Scripting window improvements. Fixes #975 and Fixes #1014