Bug 459130 - Refactoring produce wrong code if alt+backspace is used
Summary: Refactoring produce wrong code if alt+backspace is used
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: Macintosh Mac OS X
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-02-04 09:02 EST by Dawid Pakula 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 Dawid Pakula CLA 2015-02-04 09:02:20 EST
<?php
$fooooooooobar = 'dfg';
echo $fooooooooobar;

1. put cursor on after 3th o. 
2. cmd+alt+r,
3. alt+backspace (as far as I know on windows should be ctrl+backspace)
4. write something
5. enter

Variable name is invalid, sometimes also broken. Cursor is on wrong position.
Comment 1 Dawid Pakula CLA 2015-02-04 09:30:14 EST
Same for alt+delete