mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-03-28 14:56:28 +01:00
![]() Initially CommandLineUtil.argumentsToString was used to provide properly quoted string when interacting with GDB. But it is also useful to print a string that can be copied + pasted to a terminal for the user. When doing this the always quote every argument looks less nice, so this change updates the code to only quote argument if needed. Tests have also been added for the quoting. Improves look and feel of changes in #1073 |
||
---|---|---|
.. | ||
.settings | ||
META-INF | ||
misc/org/eclipse/cdt | ||
model/org/eclipse/cdt/core | ||
parser/org/eclipse/cdt | ||
regression/org/eclipse/cdt/core/tests | ||
resources | ||
suite/org/eclipse/cdt/core | ||
.classpath | ||
.project | ||
about.html | ||
build.properties | ||
plugin.properties | ||
plugin.xml | ||
pom.xml |