I'm not sure If I'm doing this correct, but here I go:
I created a testeditor a button to save the language and encrypt it for another testApp2. I copied the text of the ActiproSoftware.Assembly.xml and pasted into the editor:Loading the language in the testApp2:
But I'm getting an error: The syntax language type 'testEditor.html.... << here's where it goes wrong. The assemblyname of the testApp2 is "testApp2". How do I change it to testApp2 while saving? Or do I need to save and encrypt it with testApp2 itself?
[Modified at 03/18/2011 08:03 AM]
I created a testeditor a button to save the language and encrypt it for another testApp2. I copied the text of the ActiproSoftware.Assembly.xml and pasted into the editor:
btn_save_click...
editor.document.savelanguagetoxml(mypath & "\assembly.xml", 123)
editor.Document.LoadLanguageFromXml(mypath & "\assembly.xml", 123)
[Modified at 03/18/2011 08:03 AM]