Bug 79936 - [misc] Double-click and WORD_PREVIOUS should be the same
Summary: [misc] Double-click and WORD_PREVIOUS should be the same
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-12-01 17:04 EST by Randy Hudson CLA
Modified: 2004-12-02 03:37 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.