Changes between Initial Version and Version 2 of Ticket #4429


Ignore:
Timestamp:
01/15/23 09:30:04 (16 months ago)
Author:
andrew_b
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4429

    • Property Component changed from mcedit to mc-search
  • Ticket #4429 – Description

    initial v2  
    11Sample text 
     2 
     3{{{ 
    24 
    35FAILED tests/test_syntax.py::test_python_render_simple_indent_guides - assert '\x1b[34mdef\...vious_value\n' == '\x1b[34mdef\...vious_value\n' 
    46FAILED tests/test_syntax.py::test_python_render_line_range_indent_guides - assert '\x1b[2;37m│ ...[0m(values)\n' == '\x1b[2m│   \...[0m(values)\n' 
     7}}} 
    58 
    69Two S/R 
    710 
    811search: 
    9  - .*  
     12{{{ 
     13 - .* 
     14}}} 
    1015Repace: 
    11  \\\n  
     16{{{ 
     17 \\\n 
     18}}} 
    1219 
    1320Is causing that in first line is replaced everytjig to the end of file. In 4.8.28 it was working on single line. 
     
    1623 
    1724search: 
     25{{{ 
    1826^ERROR|^FAILED 
     27}}} 
    1928Repace: 
     29{{{ 
    2030\t--deselect 
     31}}} 
    2132 
    2233result: Search string not found 
    23