coffutt / atom-jsdoc

JSDoc hot key for atom editor.
MIT License
26 stars 12 forks source link

Autocontinue seems to be (kinda) broken #13

Closed MikeMcElroy closed 9 years ago

MikeMcElroy commented 9 years ago

When I hit ENTER in a JSDoc block, instead of

/**
 * functionName - My function has a long description,
 *     so I pressed Enter up there
 */

I get

/**
 * functionName - My function has a long description,*
 so I pressed Enter up there
 */

I think it's due to a shift in the Atom event API. I'll put together a PR to fix this because it's superbly annoying me. :-)

92bondstreet commented 9 years ago

The same for me :( When I hit ENTER, the comment is broken !

coffutt commented 9 years ago

I've got a fix in, but block comments are still semi broken. This patch should fix your auto-continue issues. I'm going to put some more work to get everything back into neutral this week. Sorry for the delays, there have been some api breaks lately in Atom.