EmEditor (text editor) Forum Index Questions and Answers about EmEditor Core
Is it Possible to select SQL Variables with a Double-click | Register To Post |
| Threaded | Newest First | Previous Topic | Next Topic | Bottom |
| Poster | Thread |
|---|---|
| ArthurZ | Posted on: 1/9/2013 11:11 am |
Just can't stay away ![]() ![]() Joined: 1/26/2012 From: Posts: 78 |
Is it Possible to select SQL Variables with a Double-click I code in T-SQL say
DECLARE @MyVarable AS CHAR(20); Now when I need to copy it the double-clicking only highlights the MyVariable portion of the variable (omitting the @ sign). This makes me undo and copy using keyboard or mouse which is slower. So I am curious if is it possible to make the selection of SQL variables with a double-click? |
| Yutaka | Posted on: 1/9/2013 1:45 pm |
Webmaster ![]() ![]() Joined: 9/28/2006 From: Redmond Posts: 2398 |
Re: Is it Possible to select SQL Variables with a Double-click Hello,
Please add @ to the Treat the following characters as alphanumeric text box on the Edit tab of Customize dialog box. Thanks!
|
| ArthurZ | Posted on: 1/10/2013 5:18 am |
Just can't stay away ![]() ![]() Joined: 1/26/2012 From: Posts: 78 |
Re: Is it Possible to select SQL Variables with a Double-click Awesome, thank you.
One suggestion, since it is language specific, I suggest this feature shall reside in the configuration properties section. |
| Threaded | Newest First | Previous Topic | Next Topic | Top |
| Register To Post | |




