pine3ree commented on issue #4241:
URL: https://github.com/apache/netbeans/issues/4241#issuecomment-1159528809
Hello @junichi11 (thank you for your plugins, btw)
In code like the following:
```php
<?php
/**
* Do nothing
* @param string $param
*/
function myFunction(string $param = null) {
// do nothing
}
```
Up to version 13 I was able to select any number of lines (like the whole
function php-doc included or even many functions altogether), press
CTRL+SHIFT+C and have the following result:
```php
<?php
//**
// * Do nothing
// * @param string $param
// */
//function myFunction(string $param = null) {
// // do nothing
//}
```
I installed the new version last night (with automatic import of prev config
and your plugins, nothing else touched other than the toolbar icon size) and
now I can only select the function part, because it does not contain other
block level comments.
kind regards
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
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