[Geany] pasting into phpdoc

Krzysztof Żelechowski giecrilj at xxxxx
Fri Dec 3 20:17:41 UTC 2010


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





More information about the Users mailing list