Double Click Selection

SyntaxEditor for Windows Forms Forum

Posted 18 years ago by Ashton - Developer, Schema Solutions LLC
Avatar
I remember some time ago asking for ability to double click on things like:

@parameter

And initially SE would only select "parameter" and not "@parameter" when the user double clicked.

Wasn't this modified in SE to allow the @ to be included in the double click as well?

If so, what property/meth/obj controls this?

Thanks,

Comments (1)

Posted 18 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Yes, our SQL language definition shows this. In the root XML tag, we now have:
<SyntaxLanguage Key="SQL" LanguageDefinitionVersion="3.0" Secure="True" 
    WordContainsAdditionalCharacters="@_"
    xmlns="http://ActiproSoftware/SyntaxEditor/3.0/LanguageDefinition">


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.