Search found 152 matches

by vanisk
Sat Apr 11, 2020 6:36 pm
Forum: Bug report
Topic: double click not work when preview is on
Replies: 10
Views: 15061

Re: double click not work when preview is on

Confirmed. Getting a Rename.

1.4.1.935 (x64). Windows 8.1 Pro
by vanisk
Thu Apr 09, 2020 8:59 pm
Forum: Support
Topic: Possible to search for double extensions? Also what does dupe: sizedupe: do?
Replies: 6
Views: 11348

Re: Possible to search for double extensions? Also what does dupe: sizedupe: do?

Geoff741 wrote: Thu Apr 09, 2020 1:06 pm Just looked. It's already unchecked
and... did you try that regex?
try this too
regex:"\.\D\D\D\D?\.\D\D\D\D?$". Sorry about that. It ignores digits, so it wont find mp3 or mp4 lol
by vanisk
Mon Oct 21, 2019 8:27 am
Forum: General
Topic: List only folder
Replies: 3
Views: 6394

Re: List only folder

or add

Code: Select all

folder:
in your query
by vanisk
Wed Oct 16, 2019 4:50 pm
Forum: Suggestions
Topic: Drag n drop?
Replies: 15
Views: 22932

Re: Drag n drop?

Is it possible that explorer & everything runs with different privileges? (either one of them runs in Admin mode)?


[btw, the method mentioned above by @void works for me]
video-to-gif.gif
video-to-gif.gif (386.53 KiB) Viewed 16942 times
by vanisk
Wed Oct 09, 2019 7:21 am
Forum: Suggestions
Topic: Regarding certain sort items like height/width/length, etc
Replies: 1
Views: 6037

Re: Regarding certain sort items like height/width/length, etc

you mean this?
2019-10-09 12_48_36-k_ pic_ height__240 width__240  - Everything.png
2019-10-09 12_48_36-k_ pic_ height__240 width__240 - Everything.png (49.23 KiB) Viewed 3458 times
Media131 wrote: Wed Oct 09, 2019 5:44 am Can I add anything further to filter those results?
Yes, ofcourse.
by vanisk
Mon Oct 07, 2019 8:52 am
Forum: Support
Topic: files and folders only
Replies: 1
Views: 4241

Re: files and folders only

Code: Select all

"C:\Program Files\Everything\Everything.exe" -s "file: searchtext"
by vanisk
Sun Sep 22, 2019 2:50 pm
Forum: Support
Topic: Searching mounted encrypted drives
Replies: 7
Views: 7381

Re: Searchng unmounted encrypted drives

Oreosaredelicious wrote: Sun Sep 22, 2019 1:57 pm I meant to say "Searching mounted encrypted drives".
You can edit the first post yourself and change subject line.
by vanisk
Tue Sep 17, 2019 3:21 pm
Forum: Support
Topic: Space no longer interpreted as AND but as group
Replies: 1
Views: 22759

Re: Space no longer interpreted as AND but as group

by any chance "Enable Regex" is selected in Search menu?
by vanisk
Sat Aug 24, 2019 10:36 am
Forum: Support
Topic: How to search for files in folders with keywords in the middle ?
Replies: 2
Views: 14487

Re: How to search for files in folders with keywords in the middle ?

gwygdd wrote: Sat Aug 24, 2019 5:48 am How could I search for files whose name contains "bc" in folders whose name contains "345" ?

Code: Select all

folder:345 child:bc
Edit: On second thought, if it looks like 23456\abcde.exe then

Code: Select all

*345*\*bc*
by vanisk
Sun Aug 18, 2019 10:21 am
Forum: Support
Topic: Finding a file in a specific folder with a right mouse menu
Replies: 1
Views: 3695

Re: Finding a file in a specific folder with a right mouse menu

Code: Select all

"C:\Program Files\Everything\Everything.exe" -search """"%1""" *.jpg"
by vanisk
Thu Aug 08, 2019 12:59 pm
Forum: Suggestions
Topic: show selected filter in titlebar
Replies: 2
Views: 11934

Re: show selected filter in titlebar

2019-08-08 18_27_16-_Search Everything_ - Everything.png
2019-08-08 18_27_16-_Search Everything_ - Everything.png (29.54 KiB) Viewed 3404 times
by vanisk
Thu Aug 08, 2019 11:02 am
Forum: General
Topic: Excluding a certain folder level, but not its subfolders
Replies: 3
Views: 17304

Re: Excluding a certain folder level, but not its subfolders

In my understanding, you want to find folders which has ONLY one child and its a FOLDER!, right?

If thats the case then, try

Code: Select all

childcount:1 childfoldercount:1
If not, please explain a little bit more, so some one else can help you with the query.
by vanisk
Wed Aug 07, 2019 12:42 pm
Forum: Bug report
Topic: Issue when copying a Font from Windows Fonts directory through Everything
Replies: 4
Views: 17154

Re: Issue when copying a Font from Windows Fonts directory through Everything

Windows 8.1 Pro Update 1 (x64)
Everything (1.4.1.935 (x64))

Confirmed. But it neither crashes, nor copies font file from Windows\Fonts folder.

Also there is no "Copy" context menu on font file.
by vanisk
Tue Jul 30, 2019 7:13 pm
Forum: Support
Topic: How to Ignore chars in the search (not excluding) ?
Replies: 8
Views: 10668

Re: How to Ignore chars in the search (not excluding) ?

OP is happy with Stripper.vbs :lol:, but Option 2 (if anyone else likes) Using AutoHotKey My Version ^+v:: { ClipSaved:=ClipboardAll Chars_to_Ignore:= [".", "—", "-", "_", "`r`n"] For index, value in Chars_to_Ignore clipboard:=StrReplace(clipboard, v...
by vanisk
Tue Jul 30, 2019 9:46 am
Forum: Support
Topic: Folders mixing with everything else, is it possible?
Replies: 4
Views: 6065

Re: Folders mixing with everything else, is it possible?

alidan wrote: Tue Jul 30, 2019 9:09 am one of the bigger problems I have is folders and zip/rar being the same files and mixing them would help immensely.
idk, if this is what you are looking for, but worth visiting though (lol)
viewtopic.php?f=2&t=6379#p19421
by vanisk
Tue Jul 30, 2019 9:39 am
Forum: Support
Topic: how to search a directory without looking at subdirectories?
Replies: 8
Views: 8954

Re: how to search a directory without looking at subdirectories?

btw, you didn't answer @void's question does parent:c:\users list any results? Try this parent:"%userprofile%\Desktop" xls but for this to work, we have to enable "Expand Environment Variables" [Edit: idk if its enabled by default or not] everything desktop parent txt.png
by vanisk
Mon Jul 29, 2019 11:07 pm
Forum: Support
Topic: Can I sort the paths in a search filter in a special way?
Replies: 28
Views: 20214

Re: Can I sort the paths in a search filter in a special way?

tuska wrote: Mon Jul 29, 2019 1:05 pm Please watch this video: 20190729__1920x1160_00.05.35_Search filter_Multiline_paste_new_line_op.wmv
Nice tutorial. Hats off to you!
by vanisk
Sun Jul 28, 2019 10:13 am
Forum: Support
Topic: Can I sort the paths in a search filter in a special way?
Replies: 28
Views: 20214

Re: Can I sort the paths in a search filter in a special way?

By the way, I have noticed that when saving a new filter under the name of an existing filter, the existing filter is NOT overwritten and no warning appears. However, I would have expected this, e.g. because the previous filter - under the same name - has to be deleted separately. https://www.voidt...
by vanisk
Fri Jul 26, 2019 10:56 am
Forum: Off-topic discussion
Topic: Where is the dash on the standard keyboard?
Replies: 5
Views: 34508

Re: Where is the dash on the standard keyboard?

and if you prefer AutoHotKey

Code: Select all

^+-::— ;Control+Shift+Hyphen for em-dash
by vanisk
Sun Apr 21, 2019 11:15 am
Forum: Off-topic discussion
Topic: Find the missing dot at the end of the line in the text
Replies: 8
Views: 14411

Re: Find the missing dot at the end of the line in the text

May need some tweaking

Code: Select all

\r\n(?!http|www|А-Яа-я?).+[^\.]
by vanisk
Sun Apr 21, 2019 10:06 am
Forum: General
Topic: Not work search Everything (quote operator)
Replies: 6
Views: 14591

Re: Not work search Everything (quote operator)

My example (& screenshot) may be a bad example. But my point is \Q..\E is working in Everything (as opposed to the title of this post).

The purpose of \Q...\E (in Everything Search) is beyond my knowledge.

Someone else will reply to that.
by vanisk
Sun Apr 21, 2019 9:06 am
Forum: General
Topic: Not work search Everything (quote operator)
Replies: 6
Views: 14591

Re: Not work search Everything (quote operator)

2019-04-21 14_35_10-regex__Q%Profile%_E - Everything.jpg
2019-04-21 14_35_10-regex__Q%Profile%_E - Everything.jpg (28.86 KiB) Viewed 5858 times
by vanisk
Sat Apr 20, 2019 11:32 pm
Forum: Off-topic discussion
Topic: Find the missing dot at the end of the line in the text
Replies: 8
Views: 14411

Re: Find the missing dot at the end of the line in the text

Debugger wrote: Sat Apr 20, 2019 11:17 pm do not look for a dot at the end of the line:
I want to ignore any URLs
I want to ignore any Cyrillic alphabet

Something is wrong here:
[^\.]\r\n(!?(http|https):\/\/[\w\-_]+(\.[\w]+)+([\w\-\.,@?^=%&:/~\+#]*[\w\-\@?^=%&/~\+#])?)[А-Яа-я])
sample text?
by vanisk
Sat Apr 20, 2019 11:16 pm
Forum: General
Topic: Not work search Everything (quote operator)
Replies: 6
Views: 14591

Re: Not work search Everything

\Q..\E is working for me in Everything
by vanisk
Sat Apr 20, 2019 11:07 pm
Forum: Off-topic discussion
Topic: Find the missing dot at the end of the line in the text
Replies: 8
Views: 14411

Re: Find the missing dot at the end of the line in the text

Debugger wrote: Sat Apr 20, 2019 11:05 pm Something is wrong here:
[^.]\r\n
you are almost correct, but escape the . [Dot has special meaning in regex, so have to escape it]
[^\.]\r\n
by vanisk
Sat Apr 20, 2019 10:49 pm
Forum: Off-topic discussion
Topic: Find the missing dot at the end of the line in the text
Replies: 8
Views: 14411

Re: Find the missing dot at the end of the line in the text

Make a regex to find
Not Dot and newline character
by vanisk
Tue Apr 16, 2019 12:53 pm
Forum: Off-topic discussion
Topic: How to calculate the number of sentences in the text?
Replies: 4
Views: 9993

Re: How to calculate the number of sentences in the text?

Notepad++ View->Summary --> displays Characters, Words & Lines. EmEditor There is a plugin for Word Count. MS-Word displays word count. They are not testing 'Sentence', rather using Line count. But Console utilities listed Sentence count. (ty @therube for the link) 2019-04-16 18_21_49-C__Windows...
by vanisk
Sat Apr 13, 2019 1:58 pm
Forum: General
Topic: Match Whole Word
Replies: 2
Views: 6084

Re: Match Whole Word

Search->Match Whole Word (Ctrl+B)
by vanisk
Mon Apr 08, 2019 11:29 am
Forum: Support
Topic: How to find files and folders that have same names
Replies: 14
Views: 30385

Re: How to find files and folders that have same names

I tested all 3 regex and found that it finds, for example Media.zip inside a folder named Media But OP is looking for is kinda different (to my understanding) for example X:\Media\ X:\Media.zip Usually on extracting a zip file using context "Extract to", it uses the same name as of Zip. OP...
by vanisk
Wed Apr 03, 2019 9:34 am
Forum: General
Topic: How do find files that Everything does not find?
Replies: 6
Views: 8365

Re: How do find files that Everything does not find?

"System Volume Information" folder is excluded by default (???, i guess, i don't remember adding exclude list as" ?:\System Volume Information\"). Tools->Options->Indexes->Exclude. I deleted that entry, and everything is showing the files. IMO, its safe to leave that folder alone...
by vanisk
Wed Mar 27, 2019 9:36 pm
Forum: General
Topic: [Solved] Find only
Replies: 1
Views: 4894

Re: Find only

Code: Select all

wfn:FILE.txt
or

Code: Select all

wholefilename:FILE.txt
by vanisk
Tue Mar 26, 2019 11:29 am
Forum: General
Topic: SOLVED: How to find?
Replies: 6
Views: 7899

Re: How to find?

Something like this?

Code: Select all

regex:[^\.]\.\s[a-z]
by vanisk
Tue Mar 26, 2019 12:37 am
Forum: Support
Topic: Search for folders that doesn't have a particular file/folder?
Replies: 5
Views: 6489

Re: Search for folders that doesn't have a particular file/folder?

thorodin wrote: Tue Mar 26, 2019 12:24 am Awesome, it worked. Thank you so much.
Is it possible to make it exclude files with the phrase "text" or "orange"?

Code: Select all

!child:text|!child:orange

Code: Select all

!child:text|orange
by vanisk
Mon Mar 25, 2019 11:59 pm
Forum: Support
Topic: Search for folders that doesn't have a particular file/folder?
Replies: 5
Views: 6489

Re: Search for folders that doesn't have a particular file/folder?

thorodin wrote: Mon Mar 25, 2019 11:52 pm Sorry for making you misunderstand me

I don't want to exclude files and folders with "text" in the filename.
I want to exclude folders that have files and folders with "text" in the filename.
Sorry, my mistake.

This (might) work

Code: Select all

!child:Text
by vanisk
Mon Mar 25, 2019 10:11 pm
Forum: Support
Topic: Search for folders that doesn't have a particular file/folder?
Replies: 5
Views: 6489

Re: Search for folders that doesn't have a particular file/folder?

Code: Select all

!Text
will list all the files/folders except "Text"
by vanisk
Fri Mar 22, 2019 11:22 pm
Forum: General
Topic: limit search to only one drive or folder
Replies: 3
Views: 6528

Re: limit search to only one drive or folder

Just type the path / drive

Code: Select all

D:\Music
To search only .wav files from D:\Music\My Collection\

Code: Select all

*.wav "D:\Music\My Collection"
by vanisk
Fri Mar 22, 2019 11:41 am
Forum: General
Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
Replies: 7
Views: 9397

Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).

Debugger wrote: Fri Mar 22, 2019 11:32 am

Code: Select all

.\x{200B}.
Big thanks, now it works

https://postimg.cc/bdRM9xcV
Glad it worked. But it will not work if the ZWSP is in the beginning or at the end of line.
by vanisk
Fri Mar 22, 2019 11:24 am
Forum: General
Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
Replies: 7
Views: 9397

Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).

As 200B is invisible character, even if EmEditor/Notepad++/others finds it and moves cursor to the position, We may not see the cursor. So try this .\x{200B}. It will find 3 characters (but shows 2 characters) and the middle character is ZWSP. So you know where the Zerowidth Space is. (NB:Tried with...
by vanisk
Fri Mar 22, 2019 11:13 am
Forum: General
Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
Replies: 7
Views: 9397

Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).

\x{200B} working fine for me in Notepad++ and in EmEditor
by vanisk
Fri Mar 22, 2019 10:47 am
Forum: General
Topic: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).
Replies: 7
Views: 9397

Re: Problem with the PCRE engine, does not search for some Unicode (HTML, SCRIPT).

You are searching for all characters except 200B (Unicode Character 'ZERO WIDTH SPACE'). Its what everything did. (NOT 200B).
by vanisk
Tue Mar 19, 2019 6:09 pm
Forum: Support
Topic: Everything showing names of files in bitlocker locked drive
Replies: 2
Views: 3965

Re: Everything showing names of files in bitlocker locked drive

I keep financial files in a bitlocker locked drive but if I carry out an everything search it finds the names of these files although they can't be opened. Is there any way of hiding the names of files or directories in my bitlocked drive? Tools->Options->NTFS-> Deselect "Include in Database&q...
by vanisk
Sun Mar 17, 2019 3:41 pm
Forum: Off-topic discussion
Topic: How to find all words whose spelling is incorrect?
Replies: 8
Views: 11735

Re: How to find all words whose spelling is incorrect?

We can jump to misspelled words by using Control+M (forward direction, or Shift for backwards).

For correct spelling and not in dictionary word, we can either select Ignore All or Add it to dictionary.
by vanisk
Sun Mar 17, 2019 2:46 pm
Forum: Off-topic discussion
Topic: How to find all words whose spelling is incorrect?
Replies: 8
Views: 11735

Re: How to find all words whose spelling is incorrect?

I'm lost now.....

I quite didn't understand your expectation. Did u mean, u want to list only misspelled words (hiding all others)? or you want to auto-correct them?
by vanisk
Sun Mar 17, 2019 12:37 pm
Forum: Off-topic discussion
Topic: How to find all words whose spelling is incorrect?
Replies: 8
Views: 11735

Re: How to find all words whose spelling is incorrect?

My bad :?: In your question, u gave importance to (highlighted in red) . I know there is a limitation in MS-Word for spelling errors, if it exceeds, it displays "too many spelling errors" and it wont show any spelling errors. idk if there such limitation in EmEditor too, Not able to find t...
by vanisk
Sun Mar 17, 2019 11:52 am
Forum: Off-topic discussion
Topic: How to find all words whose spelling is incorrect?
Replies: 8
Views: 11735

Re: How to find all words whose spelling is incorrect?

It is not that hard to find out (btw i'm not a EmEditor user)... but anyway

Tools->Properties for Current Configuration->Display->Incorrect Spelling

On the right choose background color and text color accordingly.


EmEditor.jpg
EmEditor.jpg (59.04 KiB) Viewed 7792 times
by vanisk
Fri Mar 15, 2019 9:07 pm
Forum: Off-topic discussion
Topic: How to block the automatic opening of the page in the browser? (GOM Player)
Replies: 11
Views: 14878

Re: How to block the automatic opening of the page in the browser?

Debugger wrote: Tue Feb 26, 2019 2:05 pm you just need to know how to disable POP-UP-ADS in the program settings (Preferences) :D
Care to share the settings? (and version of GOM player)
by vanisk
Fri Mar 15, 2019 10:08 am
Forum: Support
Topic: Possible to search by file extension using its shortcut?
Replies: 7
Views: 9746

Re: Possible to search by file extension using its shortcut?

This can be accomplished by a bat file or cmdlet (but i'm not good with them. but tried batch file and it takes 2 to 3 seconds every time. So converted it into a .Net prg) I'm using this prg myself for a long time, but just now added lnk option to it. (I will attach the source code to this prg, afte...