zhenyajiang / jupiter-eclipse-plugin

Automatically exported from code.google.com/p/jupiter-eclipse-plugin
0 stars 0 forks source link

Make selection of entry in Review Table be consistent, even if update to table occurs after selection #95

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Have a Review Table with one or more issues in it.
2. In source code, select "Add Review Issue...".
3. Select first entry in Review Table.
4. Review Table then auto-updates with newly created empty issue, but now
selection is on new issue, instead of clicked-on issue.

What is the expected output? What do you see instead?
Instead of the selection highlight moving down with the newly inserted
entry, the highlight stays in the same position, so that now a different
entry is selected.

What version of the product are you using? On what operating system?
3.5.1, WinXP.

Which Eclipse bundle do you have?
A. Eclipse IDE for Java EE Developers

Please provide any additional information below.

Note that I run into this issue a lot because there's no simple way to
"clone" an existing issue for a new line number.

Original issue reported on code.google.com by davidmic...@gmail.com on 9 Nov 2009 at 9:52