Multi Languge feature

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Zahra Akbari
Avatar
Hi
i'm trying to use multi languge feature in "XML language " , why this code not work successfully?
<State Key="ExpressionStartTagState" TokenKey="ExpressionStartTagDefaultToken" Style="TagNameStyle">

<Scopes>
<Scope>
<ExplicitPatternGroup Type="StartScope" TokenKey="ExpressionStartTagStartToken" Style="TagDelimiterStyle" PatternValue="&lt;"
LookAhead="call {LineTerminatorWhitespaceMacro}* target=" />
<RegexPatternGroup Type="EndScope" TokenKey="StartTagEndToken" Style="TagDelimiterStyle" PatternValue="\&quot;" />
<StateTransition Filename="Expression.xml" ChildLanguageBackColor="WhiteSmoke">
<ExplicitPatternGroup TokenKey="ExpressionEndTagStartToken" Style="TagDelimiterStyle" PatternValue="\&quot;" />
</StateTransition>
</Scope>
</Scopes>

<ChildStates>
<ChildState Key="StartTagAttributeState" />
</ChildStates>

</State>

-also , i define <ChildState Key="ExpressionStartTagState" /> in "defaultState "-

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Zahra,

We'd have to see your entire language definition and try it. Please email your language definition files to us so we can check out what is wrong.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.