Author Topic: _insert_text adds an extra new line since 12.0.2?  (Read 4986 times)

Ivan N. Zlatev

  • Community Member
  • Posts: 87
  • Hero Points: 5
_insert_text adds an extra new line since 12.0.2?
« on: July 23, 2007, 06:57:33 PM »
Is it just me or since 12.0.2 + hotfixes _insert_text() started to insert an extra new line at the end of the inserted text? If this is intended how can I insert text without the extra new line at the end?

StephenW

  • Senior Community Member
  • Posts: 197
  • Hero Points: 21
Re: _insert_text adds an extra new line since 12.0.2?
« Reply #1 on: August 02, 2007, 12:19:13 AM »
I have a macro that uses _insert_text a fair bit for reformatting C style comments, and it is still working OK, so I do not think that _insert_text can have been changed.  Unless perhaps you are using some of the optional parameters.  Do you have an example you can post?