alex1701c / JetBrainsRunner

A Krunner Plugin which allows you to open your recent projects
GNU Lesser General Public License v3.0
55 stars 5 forks source link

Fix handling of project that contain a space in their path #30

Closed alex1701c closed 2 years ago

alex1701c commented 2 years ago

We need to properly escape the path, otherwise it gets interpreted as two arguments.

Fixes https://github.com/alex1701c/JetBrainsRunner/issues/29

alex1701c commented 2 years ago

@gschurck Can you please try this out?

Maybe do git pull --recurse-submodules to ensure that the submodule is updated too.

gschurck commented 2 years ago

So the issue was from the space in the directory's name... I knew it was a bad idea lol.

I can confirm it works for me. Thank you !

alex1701c commented 2 years ago

Thanks for confirming the fix and the fast feedback!

I will make a new release & update it on https://www.pling.com/p/1311630/.