searchces results, format using gnu style, close #84

This commit is contained in:
Basile Burg 2021-08-01 12:48:25 +02:00
parent 5f3574cde1
commit d41e83a9e2
2 changed files with 3 additions and 2 deletions

View File

@ -5,6 +5,7 @@
- Halstead metrics: show full function signatures.
- DUB projects: added support for the _syntax_ build type. (#83)
- GDB commander: arguments of the _Debugee Options_ can be temporarily deactivated by prepending `//`.
- Search results: use GNU style messages. (#84)
# v3.9.11

View File

@ -499,9 +499,9 @@ begin
begin
msg := format('%d result(s) for the pattern `%s` in %s',
[length(res), fToFind, filename]);
msgs.message(msg, nil, amcSearch, amkInf);
msgs.message(msg, nil, amcSearch, amkBub);
end;
fmt := fileName + '(%d,%d): "%s"';
fmt := fileName + ':%d:%d: "%s"';
// highlighting
if ssoRegExpr in options then
begin