Book a Demo

Author Topic: Full package name in RTF documentation  (Read 2571 times)

morsor

  • EA User
  • **
  • Posts: 32
  • Karma: +0/-0
  • insert text here
    • View Profile
Full package name in RTF documentation
« on: November 02, 2006, 05:50:25 am »
Is there a way to get the full package name in the RTF templates instead of only the parent package?

Given the package structure:

Model
- com
-- example
--- app
---- service

{Element.ParentPackage} only returns 'service'; I would like 'com.example.app.service'.

Am I missing something or is there a workaround?

Jan ´Bary´ Glas

  • EA User
  • **
  • Posts: 408
  • Karma: +0/-0
  • Bary
    • View Profile
Re: Full package name in RTF documentation
« Reply #1 on: November 04, 2006, 12:52:06 am »
Fully qualified names are not possible now.
Jan 'Bary' Glas

Thogek

  • EA Novice
  • *
  • Posts: 12
  • Karma: +0/-0
    • View Profile
Re: Full package name in RTF documentation
« Reply #2 on: November 08, 2006, 11:12:37 am »
I've run into examples of when I'd like to be able to do something like this, as well.  I don't suppose there's any word on whether this might become an option someday?