Mercurial > getan
diff TODO @ 475:1855b1ef2834
Multiple selection, Removes the selected entry, not the last one added.
* Update TODO
* Update doc/old_issues.txt
* Update CHANGES
author | Magnus Schieder <mschieder@intevation.de> |
---|---|
date | Wed, 09 May 2018 16:57:32 +0200 |
parents | 050ffdec60d9 |
children | 75131561d098 |
line wrap: on
line diff
--- a/TODO Wed May 09 16:12:16 2018 +0200 +++ b/TODO Wed May 09 16:57:32 2018 +0200 @@ -25,42 +25,6 @@ So ent1 and ent2 should not highlighted anymore. -- Bug 2.0 - 20180214 Magnus Schieder - Reproduced with getan2.1 and getan2.3dev1 - - 4) Switch to the entries from the project pro2 with tab. - 5) Mark with return and arrow keys ent7 and ent8. - 6) Press m, then 3 and then y to move ent7 and ent8. - 7) Go back to the projects with tab. - - Expectation: - The focus is on pro2. - The entries of pro2 are displayed. - - Result: - The focus is on pro1. - The entries of pro2 are displayed (ent9) - - -- Bug 3.0 - 20180214 Magnus Schieder - Reproduced with getan2.1 and getan2.3dev1 - - 4) Switch to the entries from the project pro1 with tab. - 5) Mark with return and arrow keys ent1, ent2, ent3, ent4 and ent5. - 6) Delete the mark of ent3. - 7) Press m, then 3 and then y to move ent1, ent2, ent4 and ent5. - - Expectation: - ent1, ent2, ent4 and ent5 are moved to. - - Result: - ent1, ent2, ent3 and ent4 were moved to pro3. - ent5 stays in pro1. - (The last marked entry stays in its project) - - 20170709 BER: Give scripts/getan-eval.py a more specific name and add it as a script to be installed.