Mercurial > getan
comparison 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 |
comparison
equal
deleted
inserted
replaced
474:0d831a9f547b | 475:1855b1ef2834 |
---|---|
23 20180126 Magnus Schieder | 23 20180126 Magnus Schieder |
24 The selection is deleted when switching to the projects. | 24 The selection is deleted when switching to the projects. |
25 So ent1 and ent2 should not highlighted anymore. | 25 So ent1 and ent2 should not highlighted anymore. |
26 | 26 |
27 | 27 |
28 - Bug 2.0 | |
29 20180214 Magnus Schieder | |
30 Reproduced with getan2.1 and getan2.3dev1 | |
31 | |
32 4) Switch to the entries from the project pro2 with tab. | |
33 5) Mark with return and arrow keys ent7 and ent8. | |
34 6) Press m, then 3 and then y to move ent7 and ent8. | |
35 7) Go back to the projects with tab. | |
36 | |
37 Expectation: | |
38 The focus is on pro2. | |
39 The entries of pro2 are displayed. | |
40 | |
41 Result: | |
42 The focus is on pro1. | |
43 The entries of pro2 are displayed (ent9) | |
44 | |
45 | |
46 - Bug 3.0 | |
47 20180214 Magnus Schieder | |
48 Reproduced with getan2.1 and getan2.3dev1 | |
49 | |
50 4) Switch to the entries from the project pro1 with tab. | |
51 5) Mark with return and arrow keys ent1, ent2, ent3, ent4 and ent5. | |
52 6) Delete the mark of ent3. | |
53 7) Press m, then 3 and then y to move ent1, ent2, ent4 and ent5. | |
54 | |
55 Expectation: | |
56 ent1, ent2, ent4 and ent5 are moved to. | |
57 | |
58 Result: | |
59 ent1, ent2, ent3 and ent4 were moved to pro3. | |
60 ent5 stays in pro1. | |
61 (The last marked entry stays in its project) | |
62 | |
63 | |
64 20170709 BER: Give scripts/getan-eval.py a more specific name and add | 28 20170709 BER: Give scripts/getan-eval.py a more specific name and add |
65 it as a script to be installed. | 29 it as a script to be installed. |
66 | 30 |
67 20170504 BER: Some multi-user installations do not want a logfile by default. | 31 20170504 BER: Some multi-user installations do not want a logfile by default. |
68 We could solve this requirement by making it configurable. | 32 We could solve this requirement by making it configurable. |