Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Duplicate
-
Affects Version/s: 2.1.0RC1
-
Fix Version/s: 2.6.1.Release
-
Component/s: Formatting
-
Labels:None
-
Number of attachments :
Description
In Eclipse one can move code around via CTRL + PAGE_UP or CTRL + PAGE_DOWN.
When I perform a CTRL + PAGE_DOWN on:
a = 1 b = []
I expect:
b = [] a = 1
but get:
b = []
a = 1
Issue Links
- duplicates
-
GRECLIPSE-1312
Pasting multi-line comments removes leading whitespace
-
This is probably related to our auto-indenting strategy. I am assigning to Kris to investigate.