What steps will reproduce the problem?
1. Select in the menu Tools->External Tools
2. For either of gdb or ctags, enter a path containing spaces
3. click the Test button
What is the expected output? What do you see instead?
Expect to find programs (green check-marks), but indicates program not
found (red crosses)
What version of the product are you using? On what operating system?
Version 0.26 on WinXP and on Debian etch+lenny
Please provide any additional information below.
The problem is in using QProcess::start(program, mode) instead of
QProcess::start(program, arguments, mode).
Attached a patch against SVN r345 that fixes this.
Original issue reported on code.google.com by o...@mandel.name on 4 Dec 2008 at 3:56
Original issue reported on code.google.com by
o...@mandel.name
on 4 Dec 2008 at 3:56Attachments: