Book a Demo

Author Topic: Method to open a source file in EA ?  (Read 18521 times)

Guillaume

  • EA Practitioner
  • ***
  • Posts: 1403
  • Karma: +42/-2
    • View Profile
    • www.umlchannel.com
Method to open a source file in EA ?
« on: March 05, 2026, 08:41:14 pm »
Hi,
Is there a way to open an XML file from a local path in EA source editor via an add-in ?
I have an addin that creates a file and I'd like to open it in EA once generated.
Guillaume

Blog: www.umlchannel.com | Free utilities addin: www.eautils.com


JoNijsen

  • EA Novice
  • *
  • Posts: 9
  • Karma: +0/-0
    • View Profile
Re: Method to open a source file in EA ?
« Reply #1 on: May 11, 2026, 07:36:51 pm »
You can use Repository.OpenFileInEditor() for this