Hello dear Dev,
I work with notepad++
I try to change the encoding to ANSI, UTF-8
This is not change the problem
Now here a sample of searching Criteria
parent:"C:\Program Files" "Common Files"
parent:"C:\Program Files (x86)" "Common Files"
When I paste tihs in Version 1.5.0.1358a (x64)
Result:
<<parent:"C:\Program Files" "Common Files">|<parent:"C:\Program Files (x86)" "Common Files">>
When I paste tihs in Version 1.5.0.1359a (x64)
Result:
<<parent:":C:\Program Files": ":Common Files":>|<parent:":C:\Program Files (x86)": ":Common Files":>>
All same computer tuning
Just changing from 1.5.0.1358a to 1.5.0.1359a and Vice-Versa
The problem appear.
Thank you for your greatefull works
Copy paste Bug?
Re: Copy paste Bug?
Thank you for your feedback midigator,
The issue is related to this change:
Everything 1.5.0.1359a escapes search operators when pasting multi-line text.
I am going to revert this change and add an option to paste text as filenames with search operators escaped.
The option to paste text as filenames will be off by default.
Ideally, text should be pasted as is.
Everything shouldn't do any processing on the text by default.
I'll have a fix soon.
The issue is related to this change:
Everything 1.5.0.1359a escapes search operators when pasting multi-line text.
I am going to revert this change and add an option to paste text as filenames with search operators escaped.
The option to paste text as filenames will be off by default.
Ideally, text should be pasted as is.
Everything shouldn't do any processing on the text by default.
I'll have a fix soon.
Re: Copy paste Bug?
Thank you VOID,
You are my Hero
Always the fastest on rescue.
Have a good end of WE
You are my Hero
Always the fastest on rescue.
Have a good end of WE
Re: Copy paste Bug?
Everything 1.5.0.1360a reverts the multi-line filename paste.
Multi-line text is now pasted as is with no formatting applied.
(other than the OR operator for each lines)
To set the multi-line paste type:
Multi-line text is now pasted as is with no formatting applied.
(other than the OR operator for each lines)
To set the multi-line paste type:
- In Everything 1.5, from the Tools menu, click Options.
- Click the Advanced tab on the left.
- To the right of Show settings containing, search for:
paste - Select paste_multiline_type.
- Set the value to: Filename
(the default is: Search) - Click OK.