Project

General

Profile

Feature #47

TH3: Make function autoselection list dissappear after no more matches

Added by Wil van Antwerpen almost 7 years ago. Updated almost 7 years ago.

Status:
Rejected
Priority:
Low
Assignee:
-
Category:
-
Start date:
04/08/2017
Due date:
% Done:

0%


Description

This might be codemax specific and as such is low priority.

When you get a suggestion list after typing "function" it helps well when you are augmenting an existing function.
When you create a new function however I think the drop down should disappear by itself after you are 3 characters past a match.
Eg. "function add" in a TabDialog class shows: Add_Tab_item as first (and only) match.

Once you typed "function addNew" the drop down can already be removed as it is very unlikely to be needed.

The reason for the "3 character" limit to remove is simply an idea, there might be better mechanisms to detect the list is not needed.
For example disappear after 1 character past a match is OK if you can make it reappear if you backspace until there's a match again.

History

#1 Updated by Wil van Antwerpen almost 7 years ago

  • Status changed from New to Rejected

Scintilla autocomplete lists have this functionality built in.
So it is not a problem as far as I am concerned.

Also available in: Atom PDF