Bug 440744 - [content assist] On autocomplete, show numbers left to selections, like a (Japanese) IME
Summary: [content assist] On autocomplete, show numbers left to selections, like a (Ja...
Status: ASSIGNED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 4.3.2   Edit
Hardware: All All
: P5 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-30 06:10 EDT by Paul Frischknecht CLA
Modified: 2014-08-05 10:20 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Frischknecht CLA 2014-07-30 06:10:24 EDT
You may have never used an Input Method Editor for typing in Japanese (you should try!), but when typing with it, you can make it show suggestions (suggested kanji for your phonetic spelling kana) for your input and you can choose one of them. 
This is very similar to Ctrl+Space intellisense activation in programming IDEs.
However, all of them, including eclipse, lack one feature the IME has:
Numbers to the left of the entities.

With the IME, you can then type the number (usually only a single digit) to  select a suggestion that is not the first one (e.g. the 6th which suggests to convert your typing "2014nen" to 二〇一四年), without having to scroll down there with the arrow keys.
Comment 1 Wojciech Sudol CLA 2014-07-30 10:06:17 EDT
Good idea.
How the IME distinguish whether the number you pressed is a normal character (that should be written to the editor) or a number of option in the assist dialog/popup?
Comment 2 Paul Frischknecht CLA 2014-07-31 12:43:53 EDT
You cannot write the numbers 1 to 9 anymore one the suggestion window is open. If you type 0 or a letter however, the suggestion window closes. That's a bit different from how the Intellisense works.
Comment 3 Dani Megert CLA 2014-08-05 10:20:22 EDT
See also bug 386378.