Book a Demo

Author Topic: Formatting Element Notes in the Source Code  (Read 2247 times)

gerry77

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Formatting Element Notes in the Source Code
« on: July 14, 2010, 06:30:12 pm »
Hi,

when I create a linked element note with the feature type "Element Note" in a logical diagram, I see the javadoc comment of the class in the note. However, any kind of formatting is omitted. Is there a possibility e.g. to set line breaks in the source code in a way that also EA displayes them? I tried <br> (which works in eclipse's javadoc), \n, \r, actual empty lines but noting worked so far.

gerry77

  • EA Novice
  • *
  • Posts: 4
  • Karma: +0/-0
    • View Profile
Re: Formatting Element Notes in the Source Code
« Reply #1 on: July 21, 2010, 05:39:11 pm »
Accidentally, I discovered that the <b>bold</bold> tag is interpreted... so there seems to be hope as the text is parsed somehow.
Has there really nobody been missing this feature up to now, or how do you use this functionality? Because with completely unformatted text it seems almost useless to me.