Author Topic: Do-while hot spots  (Read 630 times)

Dennis

  • Senior Community Member
  • Posts: 3998
  • Hero Points: 521
Do-while hot spots
« on: September 19, 2024, 02:34:33 PM »
I have the beautifier configured to format do-while loops as follows.  The hotspot marker for the while condition lands in the wrong place (see carot below).  I have attached a patch.
Code: [Select]
  do
  {
     ^   
  }
  while ^();

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 7041
  • Hero Points: 535
Re: Do-while hot spots
« Reply #1 on: September 19, 2024, 06:13:17 PM »
Thanks for the patch!

A hot fix is available for this.

Download the hot fix here:

https://www.slickedit.com/hotfixes

Then load the hot fix: Help>Product Updates>Load Hot Fix...