Bug 79936

Summary: [misc] Double-click and WORD_PREVIOUS should be the same
Product: [Eclipse Project] JDT Reporter: Randy Hudson <hudsonr>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3    
Version: 3.0   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Randy Hudson CLA 2004-12-01 17:04:29 EST
Given the text "MY_CONSTANT", double-clicking will select the entire text, but 
CTRL+ARROW will navigate to 3 different "words".

double-click should be the same as:
1) single-click
2) CTRL+RIGHT
3) CTRL+SHIFT+LEFT

My preference is that WORD_NEXT/PREVIOUS treat MY_CONSTANT as one word.
Comment 1 Dani Megert CLA 2004-12-02 03:37:29 EST
>CTRL+ARROW will navigate to 3 different "words".
or 2 if you enable smart Java word navigation

>double-click should be the same as:
Did you mean: "... should be one of:"?

I agree that sometimes I'd liked the double-click strategy behave smarter and
even  honor my Java word navigation preference.