HenriAugusto / completion-plugin

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

completion and pd 0.50-0 test1 #23

Closed sevdh closed 5 years ago

sevdh commented 5 years ago

The completion plugin doesn’t seem to work with pd 0.50-0 test1. When I put an object, type for example ‘sf’ and press the tab key I get ‘… couldn’t create’ in the Pd window instead of a list of objects that include ’sf’ in their name. I’m on macos 10.14.6 and use [completion-plugin] version 0.46.1

HenriAugusto commented 5 years ago

Yes. That is because the Tab key is now used by PD. (It switches objects). So we'll have to bind the plugin to other key. Probably Ctrl+Space which is familair to a lot of programmers.

I'll put a next release soon.

sevdh commented 5 years ago

Excellent. Completion is a really helpful plugin!

HenriAugusto commented 5 years ago

fixed in 0.47.0-test1