This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 262772 - Removing spaces in PHP template when create file
Summary: Removing spaces in PHP template when create file
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Templates (show other bugs)
Version: 8.1
Hardware: PC Linux
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-07-11 19:26 UTC by w3lifer
Modified: 2016-07-11 19:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description w3lifer 2016-07-11 19:26:26 UTC
Assume I want to create following template:

<?php





// Lorem ipsum ...

But when file is created its looks like this:

<?php

// Lorem ipsum ...

Line feeds between "<?php" and "// Lorem ipsum ..." are removed. Why?