SLICKTEAM: POSSIBLE FEATURE REQUEST!!!!
This looks great, but is it possible to take it one step further? Instead of implementing these macros, I simply bound CTRL+W to comment_wrap_toggle. This seems to work great. What would be great would be a status indicator somewhere (either a button that pops in and out) or an indicator in the lower-right-hand-corner (where Line, Col, RW, etc. are) indicating the comment wrap status. Here's why: I was editing some code and the associated comment (imagine that... updating the code *AND* comments... AT THE SAME TIME

), the comment looked like this:
/*
** Send the data to the 2nd LO PLL Synthesizer
** 1. Control Register data
** 2. Noise and Spur data
** 3. Reference counter data
** 4. N Counter data
*/
I went to reorder the comments, so I cut-and-pasted 2. above 1. Then went to backspace to change the numbering, I ended up with this.
/*
** Send the data to the 2nd LO PLL Synthesizer 1. Noise and Spur data
** 1. Control Register data 3. Reference counter data
** 4. N Counter data
*/
Because good ol' comment wrapping was on (no sarcasm, I really like comment wrapping... when I want it!). To recover, I had to CTRL-Z (un-do), then CTRL-W (toggle-wrap), then backspace and edit. If there was a nice indicator showing the status of CW_ENABLE_COMMENT_WRAP, that would ease the flow of comment editing.
Is this possible?