Actifsource

#6846 [Bug/ResEd] Markdown Parser: Unhandled event loop exception

Actifsource code generator for any programming language
Release: Actifsource V11.3.0

Message: Unhandled event loop exception
java.lang.IllegalArgumentException: Invalid mark handler: '1' string length: '1'
at ch.actifsource.util.character.StringReader.reset(StringReader.java:164)
at ch.actifsource.ui.component.impl.editor.textstyleparser.markdown.MarkdownParser.handleList(MarkdownParser.java:567)
at ch.actifsource.ui.component.impl.editor.textstyleparser.markdown.MarkdownParser.handleList(MarkdownParser.java:532)
at ch.actifsource.ui.component.impl.editor.textstyleparser.markdown.MarkdownParser.handleTableRow(MarkdownParser.java:867)
at ch.actifsource.ui.component.impl.editor.textstyleparser.markdown.MarkdownParser.handleTable(MarkdownParser.java:780)
at ch.actifsource.ui.component.impl.editor.textstyleparser.markdown.MarkdownParser.parse(MarkdownParser.java:1360)
at ch.actifsource.ui.widget.text.TextContent.layoutContentString(TextContent.java:417)
at ch.actifsource.ui.widget.text.TextContent.reloadContent(TextContent.java:778)
at ch.actifsource.ui.widget.text.TextContent.enableParser(TextContent.java:467)
at ch.actifsource.ui.widget.text.EditableLabel.setEditMode(EditableLabel.java:714)
at ch.actifsource.ui.widget.text.EditableLabel.handleFocusLost(EditableLabel.java:747)
at org.eclipse.draw2d.SWTEventDispatcher.setFocus(SWTEventDispatcher.java:503)
at ch.actifsource.ui.widget.overlay.ExtendedEventDispatcher.setFocus(ExtendedEventDispatcher.java:103)
at org.eclipse.draw2d.SWTEventDispatcher.requestFocus(SWTEventDispatcher.java:401)
at org.eclipse.draw2d.Figure.requestFocus(Figure.java:1439)