Export to GitHub

qdevelop - issue #324

Problems with spaces in gpb and ctags path in toolscontrolimpl


Posted on Dec 4, 2008 by Happy Bird

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.

Attachments

Comment #1

Posted on Jan 27, 2009 by Happy Hippo

Fixed in revision 356

Status: Fixed

Labels:
Type-Defect Priority-Medium