kshahar / pylaunchy

Develop Launchy plugins in Python
http://pylaunchy.sourceforge.net
GNU General Public License v2.0
11 stars 3 forks source link

avoid unfortunate unicode encoding errors. #2

Closed brumar closed 9 years ago

brumar commented 9 years ago

Some window's names can't be decoded. It's more robust this way. PS : thanks for pylaunchy, it sharply improves the accessibility of my workflow-related python scripts

kshahar commented 9 years ago

Thanks for the pull request! I'm glad pylaunchy is useful to you. If you'd like to share, I'd be happy to put a link to your plugins in the cummunity plugins page.

brumar commented 9 years ago

Unfortunately the scripts I developed cover needs that I might be the only guy on earth to have ^^'. If I develop something more usefull, I'd be happy to share.

I wanted to do something for the core of pylaunchy but I don't have the skill to do so. Maybe I will try anyway. I would like a function to remove the elements added in the suggestion list, and as far as I know, it's impossible to do so for now. It could be a method of launchy.ResultsList like remove(catItem). The problem arises after few iterations (tab), the suggestions for the previous user inputs are still displayed. Do you think it's feasible ? Or maybe you have a workaround in mind ? Best wishes, Bruno