Posted 19 years ago
by tal

I have a 15 day demo of SyntaxEditor v3.1.210.0, .NET 2.0 and Windows XP.
I have a macro for URLs (from Actipro) but I don't know how to fix it so it will contian those URLs:
1) When a letter or nore in http is uppercase:
HTTP://actipro
HttP://actipro
2) When there are more than 1 varaibles:
http://actipro.com/forum.asp?ID=1&Post=1
And I have another problem, I'm trying to creat a C program and I need in the C lang. a ASM lang. so i did it but i can't seem to close the ASM scope; for example:The first "call" is black, the second and 3rd is blue, and "_asm" is blue but "_endasm" is black.
this is the scope's XML:One more thing, how can I make SyntaxEditor to fixup my case (upper/lower) auto?
Can someone help me?
10x, Tal.
[Modified at 06/20/2006 05:15 AM]
I have a macro for URLs (from Actipro) but I don't know how to fix it so it will contian those URLs:
1) When a letter or nore in http is uppercase:
HTTP://actipro
HttP://actipro
2) When there are more than 1 varaibles:
http://actipro.com/forum.asp?ID=1&Post=1
And I have another problem, I'm trying to creat a C program and I need in the C lang. a ASM lang. so i did it but i can't seem to close the ASM scope; for example:
#include "a"
call x
_asm
call x
_endasm
call x
this is the scope's XML:
<State Key="ASMDefaultState" TokenKey="ASMDefaultStateToken">
<!-- Scopes -->
<Scopes>
<Scope>
<ExplicitPatternGroup Type="StartScope" TokenKey="ASMDirectiveStartToken" Style="ASMDelimiterStyle" PatternValue="_asm" />
<RegexPatternGroup Type="EndScope" TokenKey="ASMDirectiveEndToken" Style="ASMDelimiterStyle" PatternValue="_endasm" />
</Scope>
</Scopes>
<!-- Patterns Groups -->
<PatternGroups>
...
</PatternGroups>
<!-- Child States -->
<ChildStates>
...
</ChildStates>
</State>
Can someone help me?
10x, Tal.
[Modified at 06/20/2006 05:15 AM]