Geany is smart enough to add phpdoc prefix on line feed. Example:
<?php /** * one two three four|
Press Return.
<?php /** * one two three four * |
So far so good. But that the same trick does not work with paste:
<?php /** * one two three four Lorem ipsum dolor sit amet
whereas I would expect
<?php /** * one two three four Lorem ipsum * dolor sit amet
The comment function does not work in phpdoc either.
Anticipating your answer, I agree that phpdoc syntax is a failure. But that is what I have, and I have to deal with it.
Any thoughts? Chris