NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Autocomplete start on new line when creating DOC_BLOCK


Joined: 16 Oct 2003
Posts: 22
Reply with quote
Hi,

I use build 4510 and in my last version when I created a DOCBLOCK as follows

/**
*
*/

any new line would prepend a star - this was very handy but now I cannot seem to get that function back... Surprised|

Any suggestions?

Thanks in advance,
Jan Bolmeson
ZCE

EDIT: spelling...
View user's profileFind all posts by madwaxSend private message


Joined: 07 Mar 2006
Posts: 22
Reply with quote
Hi,
when I type /** and hit enter I get this;

Code:
/**
*@desc
*/


But I wish I would get this

Code:
/**
 *@desc
 */
View user's profileFind all posts by Joe BelmaatiSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
yes it's known problem. In 4510 brace matching sometimes didn't work and PHPDOC wasn't properly formatted. Both arel fixed in 4511.
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 24 Mar 2009
Posts: 10
Location: Philadelphia, PA
Reply with quote
dmitri, you mention the above issue is fixed in 4511. Are you referring to the original post, or the second post? I still experience

/**

followed by return resulting in:

Code:
/**
*
*/


rather than the standard (single space before subsequent starred lines):

Code:
/**
 *
 */


Is there an option to customize this behavior? If not, could we get one soon?

Thanks!
View user's profileFind all posts by joshbennerSend private messageVisit poster's website
Autocomplete start on new line when creating DOC_BLOCK
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic