[
https://issues.apache.org/jira/browse/NETBEANS-1466?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16663784#comment-16663784
]
Christian Lenz commented on NETBEANS-1466:
------------------------------------------
Unfortunately this happens with the HTML, it will indent the code again and
this is a pain in the ass. And the other problem, which I want to try to fix it
here: https://issues.apache.org/jira/browse/NETBEANS-436 is exact the problem,
that the comments starts on the first column of a line, but It should like this:
{code}
// public function foo(): bool
// {
// return true;
// }
public function bar: bool
{
return false;
}
{code}
But yes, this is an other topic.
> Alignment of comments on a line
> -------------------------------
>
> Key: NETBEANS-1466
> URL: https://issues.apache.org/jira/browse/NETBEANS-1466
> Project: NetBeans
> Issue Type: Bug
> Components: php - Formatting & Indentation
> Affects Versions: 9.0
> Environment: Product Version: Apache NetBeans IDE Dev (Build
> incubator-netbeans-linux-870-on-20181013)
> Java: 10.0.1; Java HotSpot(TM) 64-Bit Server VM 10.0.1+10
> Runtime: Java(TM) SE Runtime Environment 10.0.1+10
> System: Windows 10 version 10.0 running on amd64; Cp1252; fr_FR (nb)
> PHP 7.2
> xampp
> Reporter: Sébastien Villemain
> Priority: Trivial
> Attachments: Capture.PNG
>
>
> Comments on a line do not align automatically.
>
> {code}
> public function &javascriptEnabled(): bool
> {
> // Example : Do not align after formatting.
> // Example : Functional alignment after formatting.
> return $this->javaScriptEnabled;
> }
> {code}
> Formatting only works if there is a space before the comment.
> Result after formatting:
> {code:php}
> public function &javascriptEnabled(): bool
> {
> // Example : Do not align after formatting.
> // Example : Functional alignment after formatting.
> return $this->javaScriptEnabled;
> }
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists