Bug 406302 - Smart Insert Mode option is ignored
Summary: Smart Insert Mode option is ignored
Status: CLOSED FIXED
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: PDT (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: PHP UI CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-04-23 05:16 EDT by Jean-Marc N/A CLA
Modified: 2020-05-14 11:36 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jean-Marc N/A CLA 2013-04-23 05:16:17 EDT
As reported in bug 85883 the option "Smart Insert Mode" from the Edit menu is ignored when editing PHP files when it works just fine with Java ones.

To reprodure it write down the following code (| = cursor) :
class my_php_class
{|

Press the Enter key (---- = Tab character) :
class my_php_class
{
----|

Result : The new line is indented.

Expected behavior :
class my_php_class
{
|

Note that I also found the bug 244445 comments useful.
Comment 1 Eclipse Genie CLA 2018-07-13 16:37:12 EDT
New Gerrit change created: https://git.eclipse.org/r/126056