Extend Selection Question
It seems the Extend Selection command (ctrl+w) is too greedy. If I'm in
a class with the cursor here ('|'):
public class MyClass: Form
{
|private GroupView groupView1;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.Label label2;
public MyClass()
{
}
...
}
If I press ctrl+w once it selects "private", again selects the whole line,
and once more the entire class. I would have expected it to select all
the private fields before going global. Is there a reason why it doesn't
do this?
Thanks,
Derek
Please sign in to leave a comment.
The only reason is that such behavour is not yet implemented.
Please could you post request to our tracker?
--
Eugene Pasynkov
Developer
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
<derek.price@delete.gmail.com> wrote in message
news:71a7df64112c58c796e2428fe458@news.jetbrains.com...
>
>
>
>
>
Hello Eugene,
Done!
Thanks,
Derek