HenriAugusto / completion-plugin

Completion for Pure Data
BSD 3-Clause "New" or "Revised" License
19 stars 1 forks source link

Search list is not restricting based on matches #39

Open jamshark70 opened 1 year ago

jamshark70 commented 1 year ago

I'm not sure if I'm doing anything wrong or not, but...

  1. New object.
  2. Ctrl-space. (BTW I was quite confused about this for a while -- the readme says "Just hit the TAB key while typing into an object to trigger completion mode" -- I had to find the real hotkey in issue 32.)
  3. Type "pol":

pd-bad-completion

... at which point, I'm expecting the list to be filtered according to a partial string match on "pol" but it seems not to have done so.

Bug or wrong usage?

porres commented 1 year ago

I'd say bug... I guess at one point the object worked by getting entries and continue searching, this seems to have stopped working at some point... I have it on my list to try and get this behaviour back in my repository now that I took things over.