Changes between Initial Version and Version 2 of Ticket #4429
- Timestamp:
- 01/15/23 09:30:04 (23 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4429
- Property Component changed from mcedit to mc-search
-
Ticket #4429 – Description
initial v2 1 1 Sample text 2 3 {{{ 2 4 3 5 FAILED tests/test_syntax.py::test_python_render_simple_indent_guides - assert '\x1b[34mdef\...vious_value\n' == '\x1b[34mdef\...vious_value\n' 4 6 FAILED tests/test_syntax.py::test_python_render_line_range_indent_guides - assert '\x1b[2;37m│ ...[0m(values)\n' == '\x1b[2m│ \...[0m(values)\n' 7 }}} 5 8 6 9 Two S/R 7 10 8 11 search: 9 - .* 12 {{{ 13 - .* 14 }}} 10 15 Repace: 11 \\\n 16 {{{ 17 \\\n 18 }}} 12 19 13 20 Is causing that in first line is replaced everytjig to the end of file. In 4.8.28 it was working on single line. … … 16 23 17 24 search: 25 {{{ 18 26 ^ERROR|^FAILED 27 }}} 19 28 Repace: 29 {{{ 20 30 \t--deselect 31 }}} 21 32 22 33 result: Search string not found 23