Author Topic: B4 Bug: Beautify changes doxygen block  (Read 5072 times)

pmason

  • Community Member
  • Posts: 24
  • Hero Points: 1
B4 Bug: Beautify changes doxygen block
« on: May 23, 2013, 10:00:29 AM »
Beautify changes doxygen block from
/***************************************************************//**
 *
 *
 *
 * @author masonp (22/05/2013)
 *
 *******************************************************************/
to (Note extra space in // and space at the begging off the blocks there after. Not easily seen in this font)
/***************************************************************/ /**
  *
  *
  *
  * @author masonp (22/05/2013)
  *
  *******************************************************************/

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: B4 Bug: Beautify changes doxygen block
« Reply #1 on: May 23, 2013, 02:00:36 PM »
Reproduced.  I think this is an easy fix, I'll take a look later this morning. 

Thanks for the report.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: B4 Bug: Beautify changes doxygen block
« Reply #2 on: May 28, 2013, 01:57:36 PM »
Fixed for the next beta.

pmason

  • Community Member
  • Posts: 24
  • Hero Points: 1
Re: B4 Bug: Beautify changes doxygen block
« Reply #3 on: May 31, 2013, 08:13:17 PM »
Confirmed fixed in b5

pmason

  • Community Member
  • Posts: 24
  • Hero Points: 1
Re: B4 Bug: Beautify changes doxygen block
« Reply #4 on: June 13, 2013, 09:22:13 AM »
Seems to have got lost in b6 and b7

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: B4 Bug: Beautify changes doxygen block
« Reply #5 on: June 13, 2013, 01:30:35 PM »
Reproduced, that's a surprise.  I'll figure out what happened to it.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: B4 Bug: Beautify changes doxygen block
« Reply #6 on: June 13, 2013, 02:05:30 PM »
Yeah, that was a regression.  Fixed for the next drop.  And I'm adding it to the unit tests so it will yell at me if I break it again.   :-[

pmason

  • Community Member
  • Posts: 24
  • Hero Points: 1
Re: B4 Bug: Beautify changes doxygen block
« Reply #7 on: June 14, 2013, 06:47:52 AM »
Fixed b8