hainproject / hain

An 'alt+space' launcher for Windows, built with Electron
http://hainproject.github.io/hain/
MIT License
3.2k stars 155 forks source link

Short plugin prefixes clash with other similar prefixes #250

Open AndisGrossteins opened 6 years ago

AndisGrossteins commented 6 years ago

I recently started uing Hain and installed hain-plugin-googleauto with prefix /g and hain-plugin-gif. Typing /gif doesn't show the GIF plugin as an option and hitting TAB replaced the input string to /g from the Google plugin.

I've tied to uninstall and reinstall the google plugin but that only reversed the behaviour and now the google plugin is not accessible via /g prefix.

Now, I'm not sure if the issue lies within any of the plugins or Hain itself, but it is absolutely a bug.

appetizermonster commented 6 years ago

Thanks for reporting issue, Yes it's definitely a bug or my mistake. but I don't have any solution for this right now because I couldn't actively maintain the project. I don't have enough time to think about it. But I'll try to figure out how to fix it. Thanks

stefanpawlik commented 6 years ago

Hi,

this is a bug on my end with the googleauto plugin, as far as i know. Error is caused by a missing "space" after my shortcut in the file. Will fix it asap.

Thanks

dannya commented 6 years ago

@stefanpawlik were you able to implement your fix for this issue? Thanks.