Posted 18 years ago
by Dan Brown
-
Head of Development,
Oppono Ltd
Version: 4.0.0252
Environment: Windows XP (32-bit)
Hi ActiPro Support
Thanks for looking at previous problems so quickly! I have another one, the Intelliprompt member list does not seem to support class aliases. The same code below in VS invokes the member list.
An example:We have used aliases to simplify the API for our scripter's since a fair bit of our object model are serializable classes generated from xsd.exe and based on nested XSD schemas. So instead of having a tool generated class name which might be "ApplicantsPersonalDetailsAddressHistoryMortgages" we have aliased as follows and added to the Document.HeaderText:
Would be great if the .Net languages add-on supported this.
Thanks for any help.
Regards
Dan
Thanks for looking at previous problems so quickly! I have another one, the Intelliprompt member list does not seem to support class aliases. The same code below in VS invokes the member list.
An example:
Imports MathAlias = System.Math
Namespace TestNS
Public Class TestClass
Public Sub Test
MathAlias. ' no menber list on .
System.Math. ' member list on .
End Sub
End Class
End Namespace
Imports Mortgage = Namespace.ApplicantsPersonalDetailsAddressHistoryMortgages
Thanks for any help.
Regards
Dan