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.
Fixed in SVN (/trunk).
Didier
Fixed in the released version 3.1.3 of OmegaT.
Didier