
qdevelop - issue #324
Problems with spaces in gpb and ctags path in toolscontrolimpl
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.
Comment #1
Posted on Jan 27, 2009 by Happy HippoFixed in revision 356
Status: Fixed
Labels:
Type-Defect
Priority-Medium