andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

Explicit command to show completions list #54

Closed vi closed 12 years ago

vi commented 12 years ago

There should be a menu item to display the list of completions explicitly, as in Vim and in most IDEs.

Currently I see completions list popping up automatically when I enter certain things (like part of the identifier or "->"). Sometimes I close it, think and have to re-type "->" or part of identifier to make it show up again.

Usual shortcut for this is Ctrl+Space. Currently I see some "NUL" (zero byte?) being typed when I press it.

andreikop commented 12 years ago

Ctrl+Space

vi commented 12 years ago

Works.