Author Topic: Javadoc Editor deletes text  (Read 1393 times)

Johnco3

  • Community Member
  • Posts: 53
  • Hero Points: 1
Javadoc Editor deletes text
« on: July 22, 2018, 06:13:02 PM »
The following C++ code strips the text indicated by 'this text gets stripped after Ctrl+D' below when I bring up the javadoc editor.  Although the content may not be completely valid, the editor should not delete text from my comment block.

John

Code: [Select]
/**
 * Sets the text area.
 *
 * <p>The model must be set in display mode prior to updating
 * the text plugs in the model. The ioi_read code counterpart in
 * the UI will plug the text values in the model.
 *
 * @see <code>DisplayMode::Text</code> mode. dsdlgksj
 * this text gets stripped after Ctrl+D.
 */

Clark

  • SlickEdit Team Member
  • Senior Community Member
  • *
  • Posts: 6864
  • Hero Points: 528
Re: Javadoc Editor deletes text
« Reply #1 on: July 23, 2018, 01:47:27 AM »
Added a hot fix for this which will be available in the next hot fix build. Same problem can occur with other single line @ items (@author etc.). Extra text lines will be added to the description.