diff options
author | Orgad Shaneh <orgad.shaneh@audiocodes.com> | 2014-09-07 23:24:10 +0300 |
---|---|---|
committer | Orgad Shaneh <orgads@gmail.com> | 2014-09-18 13:37:04 +0200 |
commit | f0e2708d3e516a2999818dfc85d0d4809b21171e (patch) | |
tree | 7200eab8b0b0e35b219a9da7388de4bb49f7d26d /src/plugins/cpptools/cpppointerdeclarationformatter.cpp | |
parent | 63da3cb9e0545fe2ecf143ac32097141e3d4c8af (diff) | |
download | qt-creator-f0e2708d3e516a2999818dfc85d0d4809b21171e.tar.gz |
Debugger: Support setting substitute path by regexp
This is useful when there are multiple build machines with different
path, and the user would like to match anything up to some known
directory to his local project (variable support will also be useful -
will try to add that later).
Syntax: (/home/.*)/KnownSubdir -> /home/my/project
Capture group will be replaced by the value.
In this example the substitute path will be (in case a source string
found such as /home/SomeUser/SomeProject/KnownSubdir/foo.cpp):
/home/SomeUser/SomeProject -> /home/my/project
Change-Id: I19d03c9388161d8456a86676086dcb06dc3d7370
Reviewed-by: hjk <hjk121@nokiamail.com>
Diffstat (limited to 'src/plugins/cpptools/cpppointerdeclarationformatter.cpp')
0 files changed, 0 insertions, 0 deletions