https://bugs.kde.org/show_bug.cgi?id=330539

--- Comment #9 from Markus Trippelsdorf <octopl...@yandex.com> ---
(In reply to Kevin Funk from comment #8)
> It'd be better to have these patches on either ReviewBoard or Phabricator so
> we could discuss the diff.

It is just a rough rebase. I have only tested it in a very limited way.
Split open doesn't work for example:

markus@x4 ~ % cat test.zsh
RESULT=$(qdbus org.kdevelop.kdevelop-30695 /org/kdevelop/DocumentController
org.kdevelop.DocumentController.openDocumentsSimple  $1 )
 if [[ "$RESULT" != "true" ]]; then
       echo "Failed to open $1" && exit 1
 fi
 echo "OK"
markus@x4 ~ % bash test.zsh "( /home/markus/bench.cpp - /home/markus/hello.cpp
)"
OK
markus@x4 ~ % zsh test.zsh "( /home/markus/bench.cpp - /home/markus/hello.cpp
)"
Failed to open ( /home/markus/bench.cpp - /home/markus/hello.cpp )

Not sure what is going on. 
So this needs more testing before it can be officially proposed.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to