Ticket #4429 (new defect) — at Version 2

Opened 21 months ago

Last modified 21 months ago

4.8.29: editor serch/replace regex no longer working

Reported by: kloczek Owned by:
Priority: major Milestone: 4.8.29
Component: mc-search Version: master
Keywords: Cc:
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description (last modified by andrew_b) (diff)

Sample text

FAILED tests/test_syntax.py::test_python_render_simple_indent_guides - assert '\x1b[34mdef\...vious_value\n' == '\x1b[34mdef\...vious_value\n'
FAILED tests/test_syntax.py::test_python_render_line_range_indent_guides - assert '\x1b[2;37m│ ...[0m(values)\n' == '\x1b[2m│   \...[0m(values)\n'

Two S/R

search:

 - .*

Repace:

 \\\n

Is causing that in first line is replaced everytjig to the end of file. In 4.8.28 it was working on single line.

Second S/R:

search:

^ERROR|^FAILED

Repace:

\t--deselect

result: Search string not found

Change History

comment:1 Changed 21 months ago by andrew_b

Please apply WikiFormatting.

comment:2 Changed 21 months ago by andrew_b

  • Component changed from mcedit to mc-search
  • Description modified (diff)
Note: See TracTickets for help on using tickets.