Ticket #1014 (closed: fixed)

Opened 11 years ago

Last modified 5 years ago

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

comment:1 Changed 11 years ago by Martyn Gigg

  • Status changed from new to closed
  • Resolution set to fixed

(In [3423]) Scripting window improvements. Fixes #975 and Fixes #1014

comment:2 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 1862

Note: See TracTickets for help on using tickets.