Author Topic: Python beautifier adds space at end of every triple quoted comment line  (Read 4128 times)

elekven

  • Community Member
  • Posts: 12
  • Hero Points: 0
Like the subject says, run the Python beautifier with standard config, and every line within a triple quoted comment gets a space appended.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Python beautifier adds space at end of every triple quoted comment line
« Reply #1 on: October 26, 2015, 08:52:59 PM »
Strangely, I can't get this to happen in little test files I've thrown together.  Can you post a small example that does it?

elekven

  • Community Member
  • Posts: 12
  • Hero Points: 0
Re: Python beautifier adds space at end of every triple quoted comment line
« Reply #2 on: October 26, 2015, 11:46:44 PM »
Try this very short file with my python options.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Python beautifier adds space at end of every triple quoted comment line
« Reply #3 on: October 27, 2015, 01:32:41 PM »
I can reproduce it with that file - it has to do with the line endings, so it won't happen with the default LF line ending on my linux box.  Working on it, thanks for the report.

patrick

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 1818
  • Hero Points: 151
Re: Python beautifier adds space at end of every triple quoted comment line
« Reply #4 on: October 27, 2015, 02:21:16 PM »
Fixed for the next build.