ehuss / Sublime-Wrap-Plus

Enhanced "wrap lines" command for Sublime Text 2 or 3.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't wrap JsDoc perfectly

nunobaba opened this issue · comments

The plugin does wrap long lines with the correct indentation. Unfortunately it does not break the lines and prepend new lines with corresponding syntax for JsDoc and C doc.

For example, this situation

/**
 * Long line of comment
 */

would produce:

/**
 * Long line 
   of comment
 */

instead of what we'd like.

Tried on ST2 build 2220 / linux.

I'm sorry, I fixed this a while back but did not push the update. Should be fixed now.