libshell|AbstractLineEditor: Adjusted behavior of autocompletion
The first press of Tab only sends the autocompletion notification if there is no unambiguous completion available. Further presses send the notification and then on subsequent presses start cycling through the possible completions.
The objective here is to avoid showing the autocompletion popup unnecessarily/too early.
libshell|AbstractLineEditor: Adjusted behavior of autocompletion
The first press of Tab only sends the autocompletion notification if
there is no unambiguous completion available. Further presses send
the notification and then on subsequent presses start cycling through
the possible completions.
The objective here is to avoid showing the autocompletion popup
unnecessarily/too early.