mirror of https://gitlab.com/basile.b/dexed.git
searchces results, format using gnu style, close #84
This commit is contained in:
parent
5f3574cde1
commit
d41e83a9e2
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue