Bug 467762 - Pressing END while Inline-Refactor-Renaming let the cursor jump out of the box
Summary: Pressing END while Inline-Refactor-Renaming let the cursor jump out of the box
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-20 16:15 EDT by gossi CLA
Modified: 2020-05-14 10:16 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description gossi CLA 2015-05-20 16:15:16 EDT
Given the following line of code:

class TestClass extends SomeOtherClass {

Now place your cursor on the `TestClass` name and trigger refactor renaming (cmd+alt+r on a mac). A box appears around the name TestClass. When hitting the END button on your keyboard (cmd + ->  on a mac) the cursor should jump to the end of the box, yet it jumps to the end of the line.