Format corruption when preparing scenario
Posted: Wed Dec 07, 2011 10:13 pm
Hi,
editor somehow formats rows on insert in following way.
Here is default data in editor
Then I try to ctrl+v between two combined words as bellow:
The editor moves each row by using TAB to the right.
Ladislav
editor somehow formats rows on insert in following way.
Here is default data in editor
Code: Select all
<xsd:element name="GetDocumentByTypeInputDM" type="GetDocumentByTypeInputDM
<xsd:element name="GetDocumentByTypeOutputDMGetDocumentByTypeOutputDM
<xsd:element name="GetAttributesOfDocumentInputDMGetAttributesOfDocumentInputDM
<xsd:element name="GetAttributesOfDocumentOutputDMGetAttributesOfDocumentOutputDM
<xsd:element name="GetContentOfDocumentInputDMGetContentOfDocumentInputDM
<xsd:element name="GetContentOfDocumentOutputDMGetContentOfDocumentOutputDM
<xsd:element name="CreateNewVersionOfDocumentInputDMCreateNewVersionOfDocumentInputDM
<xsd:element name="CreateNewVersionOfDocumentOutputDMCreateNewVersionOfDocumentOutputDM
<xsd:element name="CreateNewDocumentInputDMCreateNewDocumentInputDM
<xsd:element name="CreateNewDocumentOutputDMCreateNewDocumentOutputDM
Code: Select all
<xsd:element name="GetDocumentByTypeInputDM" type="GetDocumentByTypeInputDM
<xsd:element name="GetDocumentByTypeOutputDM" type="GetDocumentByTypeOutputDM
<xsd:element name="GetAttributesOfDocumentInputDM" type="GetAttributesOfDocumentInputDM
<xsd:element name="GetAttributesOfDocumentOutputDM" type="GetAttributesOfDocumentOutputDM
<xsd:element name="GetContentOfDocumentInputDM" type="GetContentOfDocumentInputDM
<xsd:element name="GetContentOfDocumentOutputDM" type="GetContentOfDocumentOutputDM
<xsd:element name="CreateNewVersionOfDocumentInputDM" type="CreateNewVersionOfDocumentInputDM
<xsd:element name="CreateNewVersionOfDocumentOutputDM" type="CreateNewVersionOfDocumentOutputDM
<xsd:element name="CreateNewDocumentInputDM" type="CreateNewDocumentInputDM
<xsd:element name="CreateNewDocumentOutputDMCreateNewDocumentOutputDM
Ladislav