jdee icon indicating copy to clipboard operation
jdee copied to clipboard

1.6.3 Using Menu-Based Completion

Open AlbaroPereyra opened this issue 6 years ago • 0 comments

My Emacs version:

GNU Emacs 25.3.1

My JDEE version (elpa package date):

2.4.2

My JDK version:

1.8

My Operating System (Linux/OSX/Windows X/Other):

Mac OSX

How to reproduce (if applicable):

C-c C-v C-.

Other info you consider could help to fix it:

The following key binding is unbindable on Mac OSx The mini buffer reads as followed: C-v C-v-

As if it is waiting for a none C- command such as '.' which works. To be honest I think makes a better choice but who am I to rewrite the current key binding standard.

The key binding is in: jdee/jdee-keys.el line 55

The manual reads:

1.6.3 Using Menu-Based Completion

The jdee-complete-menu displays a popup menu of completions for the
method or field name at point. Selecting a completion from the menu
causes the command to use it to complete the method or field at point.
This section assumes that you have selected jdee-complete-menu as your
standard completion command.

To select completions from a menu:

  1. Position point immediately following the partially complete field
    or method name.

  2. Type the ‘C-c C-v C-.’ key combination.

  3. Select the desired completion from the menu.

  4. The JDEE inserts the completion at point in the buffer.

AlbaroPereyra avatar Nov 27 '18 11:11 AlbaroPereyra