Using the XML Reflection test form in the provided sample, I've tried the following scenarios:
Opened a custom schema: I've used the XMLSchema.xsd which ships with the product
Opened an XML: I've used the Xslt.xsd
Started editing (basically emulating schema editing)
After I type in <, then the name of an element and then space, the intelli does not show up. Pressed escape, ctrl+space, intelli still doesn't show up. For some reason, I can't seem to be able to show the intelli popup when the custom schema is set to xmlschema.xsd.
I've tried then the same by loading XSLT.xsd as schema and Xslt.xslt as xml. Now space and ctrl+space show up the intelli prompt.
Another issue I've noticed: if I use aliases (say xsl) and I type (I am using square brackets to delimit my typing):
[<] the intelli shows up
[xsl] the intelli stays
[:] whatever is the first option in the list which matches the prefix + : is selected (inserted in the text) along with another : at the end and the intelli popup is dismissed. If I delete everything up to the first colon (the one delimiting the alias) and I try ctrl+break or whatever, I can't bring the popup to show again...
Is it possible that my expectations are wrong? Or is there a problem with the code?
Thank you, Petru.
Opened a custom schema: I've used the XMLSchema.xsd which ships with the product
Opened an XML: I've used the Xslt.xsd
Started editing (basically emulating schema editing)
After I type in <, then the name of an element and then space, the intelli does not show up. Pressed escape, ctrl+space, intelli still doesn't show up. For some reason, I can't seem to be able to show the intelli popup when the custom schema is set to xmlschema.xsd.
I've tried then the same by loading XSLT.xsd as schema and Xslt.xslt as xml. Now space and ctrl+space show up the intelli prompt.
Another issue I've noticed: if I use aliases (say xsl) and I type (I am using square brackets to delimit my typing):
[<] the intelli shows up
[xsl] the intelli stays
[:] whatever is the first option in the list which matches the prefix + : is selected (inserted in the text) along with another : at the end and the intelli popup is dismissed. If I delete everything up to the first colon (the one delimiting the alias) and I try ctrl+break or whatever, I can't bring the popup to show again...
Is it possible that my expectations are wrong? Or is there a problem with the code?
Thank you, Petru.