Ticket #3790 (closed defect: invalid)
Search bug on editor
Reported by: | IvanAli | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | mc-search | Version: | 4.8.15 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Branch state: | no branch | Votes for changeset: |
Description
I was working on a Latex file, and I tried to find occurrences of \newline in MCEdit. All I got was "Search string not found". I tried the same in the internal viewer but this time it did find the occurrences
MC and MCEdit version: 4.8.15
Change History
comment:2 Changed 8 years ago by zaytsev
Cannot reproduce on 4.8.19; can you upgrade and if the problem is still there, provide a sample file?
comment:4 Changed 8 years ago by mooffie
Are you sure the search type is "Normal"? If it's "Regular expression" it'd fail (as the "\n" in "\newline" gets translated to a real newline).
(The editor and the viewer don't share the search settings, so it's possible to have "Normal" in the viewer and "Regular expression" in the editor.)