Pressing ENTER causes red box <choose content> appears while editing Document
Hi,
how to override such behavior and offer appropriate language element only on CTRL-SPACE?
I tried sampleXML (and others) from MPS/samples.zip and was unable to put some empty lines
after tag, it offers to fill <choose content>
in other words I encountered
<foo>
<choose content>
<choose content>
<choose content>
</foo>
but expect
<foo>
</foo>
Thanks
how to override such behavior and offer appropriate language element only on CTRL-SPACE?
I tried sampleXML (and others) from MPS/samples.zip and was unable to put some empty lines
after tag, it offers to fill <choose content>
in other words I encountered
<foo>
<choose content>
<choose content>
<choose content>
</foo>
but expect
<foo>
</foo>
Thanks
1 comment
Sort by
Date
Votes
This <choose content> cell means an instance of a some was created there and it was rendered in accordance with editor specified for it. Now you can place a cursor into this cell, press Ctrl+Shift+S and jump to corresponding concept definition, open editor section and modify it in order to be empty line. This i suppose should solve your problems - on pressing enter new empty cell will be created, but you still should be able to substitute it with everything possible in this context.
Please sign in to leave a comment.