Author Topic: RC1, Win64, C language: Comment * now indented  (Read 4870 times)

jorick

  • Senior Community Member
  • Posts: 390
  • Hero Points: 17
RC1, Win64, C language: Comment * now indented
« on: October 30, 2014, 02:18:07 PM »
When editing a comment block, in v18 and B6 the * is on the first line so when you hit enter, a new line is formed with an * in the first column.

In RC1, the * is indented one space even if the previous line has the * in the first column.  The indentation also occurs on the previous line as well.

This also occurs during word wrap.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: RC1, Win64, C language: Comment * now indented
« Reply #1 on: October 30, 2014, 02:30:36 PM »
Do you have an example comment you post that does this?  It's I can get it to keep the * in the first column, but maybe there's something else my comments are missing that triggers this.

jorick

  • Senior Community Member
  • Posts: 390
  • Hero Points: 17
Re: RC1, Win64, C language: Comment * now indented
« Reply #2 on: October 30, 2014, 05:18:58 PM »
Here's an example where I added a paragraph:


/**************************************************************************//**
*
* \anchor      BioBus_Initialize
*
* \brief       Initialize the BioBus module
*
* \details     The BioBus module is set up to run at 7.5 MBaud on an RS485
*              UART.  The UART is set up for Normal Multidrop Mode with
*              automatic address matching.
 *
 *             Normal Multidrop Mode is a 9-bit protocol where the first byte
 *             has the 9th bit set to signal an address.  If the address
 *             matches the receiver's address, the packet is received.  If a
 *             mismatch occurs, the receiver isn't even turned on.
*
* \param[in]   zptInit           Initialization structure pointer
*
* \retval      Error_t           Result code (SUCCESS or FAILURE)
*
******************************************************************************/

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: RC1, Win64, C language: Comment * now indented
« Reply #3 on: October 30, 2014, 05:40:45 PM »
I can easily reproduce it with that.  Thanks.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: RC1, Win64, C language: Comment * now indented
« Reply #4 on: November 04, 2014, 08:12:34 PM »
Fixed.  This will be in either the next drop, or the first hotfix.

jorick

  • Senior Community Member
  • Posts: 390
  • Hero Points: 17
RC3, Win64, C language: Comment * now indented
« Reply #5 on: November 05, 2014, 04:52:30 PM »
Still seen in RC3 (assuming RC3 is v19.0.0.12).

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: RC1, Win64, C language: Comment * now indented
« Reply #6 on: November 05, 2014, 05:11:02 PM »
Next after RC3.  RC3 came out on Nov 3.