Menu

#656 Remove script action outputs wrong script name

3.1
closed-fixed
Yu Tang
scripting (4)
5
2014-07-17
2014-01-28
Yu Tang
No

Steps to Reproduce:
1. Go to Scripting window;
2. Add script "a.groovy" to slot 1;
3. Add script "b.groovy" to slot 2;
4. Add script "c.groovy" to slot 3;
5. Remove script from slot 1;
6. Remove script from slot 2;
7. Remove script from slot 3.

Expected Results:
Output pane shows;

Script "a.groovy" bound to slot #1.
Script "b.groovy" bound to slot #2.
Script "c.groovy" bound to slot #3.
Script "a.groovy" unbound from slot #1.
Script "b.groovy" unbound from slot #2.
Script "c.groovy" unbound from slot #3.

Actual Results:
Output pane shows;

Script "a.groovy" bound to slot #1.
Script "b.groovy" bound to slot #2.
Script "c.groovy" bound to slot #3.
Script "c.groovy" unbound from slot #1.
Script "c.groovy" unbound from slot #2.
Script "c.groovy" unbound from slot #3.

Discussion

  • Didier Briel

    Didier Briel - 2014-06-29
    • status: open --> open-fixed
    • assigned_to: Yu Tang
    • Group: 3.0 --> 3.1
     
  • Didier Briel

    Didier Briel - 2014-06-29

    Fixed in SVN (/trunk).

    Didier

     
  • Didier Briel

    Didier Briel - 2014-07-17
    • status: open-fixed --> closed-fixed
     
  • Didier Briel

    Didier Briel - 2014-07-17

    Fixed in the released version 3.1.3 of OmegaT.

    Didier

     

Log in to post a comment.