Ticket #6389 (closed: wontfix)

Opened 8 years ago

Last modified 5 years ago

Execute All for multiple open tabs

Reported by: Stuart Campbell Owned by: Nick Draper
Priority: major Milestone: Release 2.6
Component: Framework Keywords:
Cc: Blocked By:
Blocking: Tester: Karl Palmen

Description

This was a request from Georg Ehlers:

He would like to have an additional option to the Execute and Execute All menu items that exist currently in the Python Editor. He would like the option to execute all code in all open tabs.

Change History

comment:1 Changed 7 years ago by Nick Draper

  • Milestone changed from Release 2.5 to Release 2.6

Moved to r2.6 at the end of r2.5

comment:2 Changed 7 years ago by Nick Draper

  • Owner set to Nick Draper
  • Status changed from new to verify
  • Resolution set to wontfix

I asked Georg about this. He had lots of script open, and wanted to execute them sequentially, but didn't really want to spend the time merging them into one.

He did not know that you could run multiple scripts simultaneously, and also does not do this often.

My concern is two-fold:

  1. An option to execute all tabs would cause problems from mistaken use more often than actually be what people want.
  2. Given the independent nature of tabs and there execution it would not be easy to get them to run sequentially, or to guarantee the execution order.

As such at the moment I'll put this as a won't fix.

comment:3 Changed 7 years ago by Karl Palmen

  • Status changed from verify to verifying
  • Tester set to Karl Palmen

comment:4 Changed 7 years ago by Karl Palmen

  • Status changed from verifying to closed

I'd cut and paste the scripts into one tab.

comment:5 Changed 7 years ago by Karl Palmen

Actually I meant copy and paste.

comment:6 Changed 7 years ago by Nick Draper

  • Component changed from Mantid to Framework

comment:7 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 7235

Note: See TracTickets for help on using tickets.