Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Progress arrow in script window #4498

Closed
AndreiSavici opened this issue Aug 31, 2011 · 2 comments
Closed

Progress arrow in script window #4498

AndreiSavici opened this issue Aug 31, 2011 · 2 comments
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.

Comments

@AndreiSavici
Copy link
Member

This issue was originally TRAC 3651

Create a script like

def doSomething():
    algorithm1(...)
    algorithm2(...)
    algorithm3(...)

Load...
doSomething()

During execution, the arrow showing the progress along the script in the script window is staying at the "doSomething()" line after "Load...". Instead, it should move inside the doSomething function, and point to algorithms 1, 2 or 3.

@AndreiSavici
Copy link
Member Author

@NickDraper (2011-09-19T09:31:04):
Bulk move of tickets to iteration 31 at the iteration 30 code freeze


@NickDraper (2012-01-09T09:43:44):
Moved to iteration 33 at iteration 32 code freeze


@NickDraper (2012-04-30T14:15:16):
Moved at end of release 2.1


@NickDraper (2012-08-10T12:45:08):
http://www.mantidproject.org/Release_Notes_2_2_Full_List


@NickDraper (2012-10-28T11:39:23):
Moved to milestone 2.4


@NickDraper (2013-01-28T09:23:28):
Moved at the code freeze for release 2.4


@NickDraper (2013-04-29T09:50:04):
Moved to r2.6 at the end of r2.5


@NickDraper (2013-07-26T13:59:10):
Moved to the Backlog after the code freeze for R2.6


@NickDraper (2014-02-14T11:07:56):
bulk move to assigned at the into of the triage step

@AndreiSavici AndreiSavici added Low Priority Things that you don't ever want to be done. Framework Issues and pull requests related to components in the Framework labels Jun 3, 2015
@NickDraper
Copy link
Contributor

Yes this would be nice, but very hard to implement.

Not worth the resource at the moment

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Framework Issues and pull requests related to components in the Framework Low Priority Things that you don't ever want to be done.
Projects
None yet
Development

No branches or pull requests

2 participants