wuranjia / jupiter-eclipse-plugin

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

User's Guide says that selected code will be automatically added to newly created issue, but it is not. #97

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In Review perspective, select a block of code in editor.
2. Right-click and select "Add Review Issue..."
3. Review template is filled in, but selected code is not inserted into
description field.

What is the expected output? What do you see instead?

The User's Guide says this:

'A block of code may also be selected to add a review issue to. The
selected code will be copied to the "Description" field
of the issue.'

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.
I could just copy the block manually into the description field.  If that's
all that's intended, the user's guide should be modified to reflect this.

Original issue reported on code.google.com by davidmic...@gmail.com on 13 Nov 2009 at 4:36

GoogleCodeExporter commented 9 years ago
This used to work.  When I have time I will test some older versions and see 
what
changes may have broken this feature.

Original comment by jsakuda on 12 Dec 2009 at 1:19

GoogleCodeExporter commented 9 years ago
The current behavior is very weird. The feature seems to work but only under 
these 
conditions:
1) It has to be a .java file (didn't work for *.xsl or .project for me)
2) The right click has to be made on the marker column on the left of the code 
(left 
of the line number if enabled). If you right click inside the file editor or on 
the 
selected code, it will not work

This seems to be broken. I see no non-technical reason why it should not work 
for 
all file types and for right clicks on the file.

Original comment by rolf.woj...@googlemail.com on 12 Jan 2010 at 7:19

GoogleCodeExporter commented 9 years ago

Original comment by jsakuda on 22 Jun 2010 at 11:55