Bug 531837 - unwanted identation
Summary: unwanted identation
Status: NEW
Alias: None
Product: Platform
Classification: Eclipse Project
Component: IDE (show other bugs)
Version: 4.6   Edit
Hardware: PC Windows 10
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-03-01 03:34 EST by E Fried CLA
Modified: 2018-03-01 03:36 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description E Fried CLA 2018-03-01 03:34:13 EST
unfortunately after copying one line between others, the identation plays crazy, also when inserting via copy and paste


if   
  .....
  then
    .....
     if 
        .....
          then


-- Configuration Details --
Product: Eclipse 4.7.2.20171218-0600 (org.eclipse.epp.package.php.product)Installed Features:
 org.eclipse.platform 4.7.2.v20171130-0510
Comment 1 E Fried CLA 2018-03-01 03:36:46 EST
no! this editor removes identation blanks: the faulty behavior looks like this:

if
...xxxx
......else
.........xxxx
...........if
.............xxxx
................else
...................xxx
......................if