alex1701c / JetBrainsDolphinPlugin

Dolphin plugin for the JetBrains IDEs
GNU General Public License v2.0
16 stars 2 forks source link

Added support for paths with spaces #4

Closed jtljac closed 2 years ago

jtljac commented 2 years ago

Previously, opening a path would fail to open a path with spaces in it, instead opening multiple lite editors for the separated paths, this commit fixes that by wrapping the path with quotes in the execute string.

alex1701c commented 2 years ago

Thanks for the patch! Please use https://api.kde.org/frameworks/kcoreaddons/html/namespaceKShell.html#a471161f0b7fb9b516932d2a9121c715b, which is more reliable.

alex1701c commented 2 years ago

I'll merge and release this the next few days. I am currently quite busy with exams right now :sweat_smile: