Aion

 View Only

 Aion Extension IDE

Jan van Nimwegen's profile image
Jan van Nimwegen posted Nov 15, 2021 09:02 PM
With the Aion installation comes a folder ide_ext under the examples.
I opened the example, built it, followed the instructions to install it, and I do see the tools extension example in the IDE.

What I try to do is to add some functionality in the IDE, when I click on the "open" of an object (e.g. right click on an attribute and select Open) I added some code in the toollib example to write an entry into a text file. This new line does not appear in the text file. 

This is what the method looks like:
Method = OpenObject in class REDEVCommunication
Method Body
  • var pFile is pointer to File
  • pFile=File.Create()
  • pFile.Open(filename, OPEN_APPEND)
  • pFile.Write("OpenObject")
  • pFile.Close()
  • pFile.Delete()
  • // below the old method body
  • if (pIDEFrame = NULL) then
  • return
  • end
  • pIDEFrame.SendMessage(FRAME_MSG_OPENOBJECT,0,0)

Aion11 on Windows10
Dalibor Bielas's profile image
Broadcom Employee Dalibor Bielas
Hello Jan,

thanks for your post.

I will take this back to our engineering and once I have any answers, I will get back to you.

Regards,
Dalibor Bielas
Product Owner for AION