Multiple Language does not stop on End Token

SyntaxEditor for Windows Forms Forum

Posted 13 years ago by Paul Hasselfeldt
Version: 4.0.0287
Platform: .NET 4.0
Environment: Windows 7 (64-bit)
Avatar
When the ending token for a embedded language stops at the end of the document the interior language ends on the token, skips over the token and then incorrectly restarts just after the language ending token. So if the cursor is at the end of the document (outside the embedded language) interrogating the cursors token (DocuemntEndToken) reports the language incorrectly.

Steps to reproduce in the Sample C# Project:
1) Set language to HTML and allow the sample to load
2) Highlight and remove all lines of text from line 29 to end of document (leaving 29 lines in the editor with the last one empty and the cursor on the last line).
3) Backspace from line 29 one time resulting in 28 lines and that line containing " %>" with the cursor at the right of the terminating ASP script language token. The Language gray out will extend past the ASP end token and fill then entire line.
5) The cursor should now be on the DocumentEndToken and reports the language as VBScript (incorrectly). If you move the cursor to the left with the arrow key it will be on the ASPDirectiveEndToken and correctly report the language as HTML.

Thanks,
Paul

Comments (1)

Posted 13 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi Paul,

Thanks for reporting this, I believe we have it fixed for the next maintenance release.


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.