Remove "Show macro list" keybinding and feature
commit740c12c0caed4e464480ea6458a77a7fb8b6bdfc
authorColomban Wendling <ban@herbesfolles.org>
Sun, 9 Nov 2014 18:05:51 +0000 (9 19:05 +0100)
committerColomban Wendling <ban@herbesfolles.org>
Sun, 11 Jan 2015 16:30:27 +0000 (11 17:30 +0100)
tree30696c01e24e6e41e63117463c345bb65e73a4de
parent1dc09597b24d19683abc597d45d7c28d37c199f0
Remove "Show macro list" keybinding and feature

This feature looks like a poorly implemented subset of "Complete word",
but lacks some important features like prefix filtering.  It is also
misnamed as it shows not only macros, but also variables and enums.

It also only shows `editor_prefs.autocompletion_max_entries`, but does
so from *each* file, not as a whole.

So drop it altogether, as this feature doesn't really look useful and
the current implementation seem to suffer of too many shortcomings for
it to realistically be actually used.
doc/geany.txt
src/editor.c
src/editor.h
src/keybindings.c
src/keybindings.h
src/symbols.c
src/symbols.h