code-google-com / qdevelop

Automatically exported from code.google.com/p/qdevelop
GNU General Public License v2.0
1 stars 1 forks source link

Problems with spaces in gpb and ctags path in toolscontrolimpl #324

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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

Attachments:

GoogleCodeExporter commented 9 years ago
Fixed in revision 356

Original comment by jlbi...@gmail.com on 27 Jan 2009 at 12:24