Search found 294 matches

by ovg
Sat May 23, 2020 12:02 pm
Forum: Support
Topic: How to remove dots between words in file name?
Replies: 17
Views: 15622

Re: How to remove dots between words in file name?

Old:

Code: Select all

(?<=[^\d])\.(?!\d)
New:
Type space symbol (ASCII 32) in field New
by ovg
Thu May 21, 2020 10:00 am
Forum: Support
Topic: start up Everything with a blank search window
Replies: 1
Views: 3523

Re: start up Everything with a blank search window

Tools->Options->General-Results: Mark Hide results when the search is empty
by ovg
Tue May 19, 2020 5:31 pm
Forum: Off-topic discussion
Topic: Regex: Find all non-comment, non empty lines
Replies: 10
Views: 29502

Re: Regex: Find all non-comment, non empty lines

Strange, I tested with regex101.com and RegexBuddy - working fine... It seems this is NP++ fault
by ovg
Tue May 19, 2020 3:43 pm
Forum: Off-topic discussion
Topic: Regex: Find all non-comment, non empty lines
Replies: 10
Views: 29502

Re: Regex: Find all non-comment, non empty lines

Hi NotNull
try:

Code: Select all

^[ \t]*;|^[ \t]*\R
by ovg
Fri May 01, 2020 6:31 pm
Forum: Off-topic discussion
Topic: File Explorer replacement recommendations?
Replies: 11
Views: 30825

Re: File Explorer replacement recommendations?

Total Commander. And TC is aware about Everything and use it.
by ovg
Sun Apr 19, 2020 7:37 pm
Forum: Suggestions
Topic: Hide file extension
Replies: 16
Views: 36881

Re: Hide file extension

2NotNull
Bravo! Excellent! You are a rock! :thumbsup: :thumbsup: :thumbsup:
by ovg
Wed Apr 15, 2020 11:48 am
Forum: General
Topic: Include excluded path
Replies: 3
Views: 8021

Re: Include excluded path

Look for filters
by ovg
Tue Apr 14, 2020 8:02 pm
Forum: General
Topic: Preview animated GIF
Replies: 14
Views: 16313

Re: Preview animated GIF

2vsub
Can you share your script? It is interesting (at least for me). :oops:
by ovg
Tue Apr 14, 2020 7:15 pm
Forum: General
Topic: Preview animated GIF
Replies: 14
Views: 16313

Re: Preview animated GIF

by ovg
Tue Apr 14, 2020 7:13 pm
Forum: General
Topic: Preview animated GIF
Replies: 14
Views: 16313

Re: Preview animated GIF

You are welcome! :-)
by ovg
Tue Apr 14, 2020 7:04 pm
Forum: General
Topic: Preview animated GIF
Replies: 14
Views: 16313

Re: Preview animated GIF

I haven't animated preview in my setup ...
by ovg
Sat Apr 11, 2020 6:02 pm
Forum: Bug report
Topic: double click not work when preview is on
Replies: 10
Views: 15073

Re: double click not work when preview is on

therube wrote: Sat Apr 11, 2020 4:56 pm Give focus to the Preview Pane for 1.txt.
Highlight some text in the preview.
Now, move over (with mouse) to 2.txt & double-click on it.
Still can't reproduce 1.4.1.973 x64
May depend on preview handlers? .....
by ovg
Sat Apr 11, 2020 12:14 pm
Forum: Bug report
Topic: double click not work when preview is on
Replies: 10
Views: 15073

Re: double click not work when preview is on

No bug here - working fine ....
by ovg
Sun Apr 05, 2020 2:22 pm
Forum: General
Topic: How can I automatically hide a file type from searches?
Replies: 2
Views: 7863

Re: How can I automatically hide a file type from searches?

Tools->Options->Indexes->Exclude: Tick Enable Exclude List, Type *.lnk in Exclude files: field, click Apply
by ovg
Sun Mar 22, 2020 6:55 am
Forum: Bug report
Topic: .amr sorted as video?
Replies: 2
Views: 9776

Re: .amr sorted as video?

Search->Organize Filters.
You can change filters as you wish ....
by ovg
Sat Mar 14, 2020 7:41 pm
Forum: Support
Topic: Can one assign special programs to special extensions?
Replies: 77
Views: 125209

Re: Can one assign special programs to special extensions?

Biff wrote: Sat Mar 14, 2020 6:58 pm
Extra check:
The
/open_file_command2
command you tried earlier should still show
open_file_command2=$exec("J:\Programme\Everything\EverythingFileAssociations.cmd" "%1")
in the status bar.
This should be done in Everything's search bar
by ovg
Wed Mar 11, 2020 5:44 pm
Forum: Support
Topic: Size criteria for subfolder search?
Replies: 11
Views: 14417

Re: Size criteria for subfolder search?

D:\DVD file: size:>1Gb

Why not RTFM?
by ovg
Wed Mar 11, 2020 11:54 am
Forum: Suggestions
Topic: I would like a box to hard specify path
Replies: 10
Views: 19269

Re: I would like a box to hard specify path

Try to use filters ...
by ovg
Thu Mar 05, 2020 6:27 pm
Forum: General
Topic: How to find multiple file types
Replies: 5
Views: 12880

Re: How to find multiple file types

drive: ext:jpg;jpeg;bmp;gif

c: ext:jpg;jpeg;bmp;gif or e: ext:jpg;jpeg;bmp;gif or whatever: ext:jpg;jpeg;bmp;gif
by ovg
Thu Mar 05, 2020 12:02 pm
Forum: General
Topic: How to find multiple file types
Replies: 5
Views: 12880

Re: How to find multiple file types

ext:jpg;jpeg;bmp;gif
by ovg
Mon Mar 02, 2020 10:14 am
Forum: Support
Topic: regex lookbehind search seems not fully functional
Replies: 5
Views: 7656

Re: regex lookbehind search seems not fully functional

AFAIK this regex flavor doesn't support variable length in lookbehind
by ovg
Fri Feb 21, 2020 4:40 pm
Forum: General
Topic: How to limit folders while searching for a specific folder
Replies: 1
Views: 5596

Re: How to limit folders while searching for a specific folder

Try something like

Code: Select all

folder:regex:.*("MyName|MyCompanyName").*\\source
Set Match path when a search term contains a path separator at Tools->Options->Search
by ovg
Fri Feb 21, 2020 3:11 am
Forum: Support
Topic: Clicking "Open" gets an Explorer view
Replies: 2
Views: 4174

Re: Clicking "Open" gets an Explorer view

Tools->Options->Context Menu->Open(Folders): Command - $exec("Drive:\Path\Everything.exe" -s "%1\"), Click Apply.
Now you can open desired folder with Everything via Context Menu
by ovg
Sat Feb 08, 2020 6:37 am
Forum: Support
Topic: Search Syntax Questions
Replies: 36
Views: 13967

Re: Search Syntax Help

qsdnlj wrote: Thu Jul 04, 2019 2:29 am ... Unfortunately, the page you sent me to doesn't say anything about folder names...
There is nothing to update - folder is a file with attribute "D", containing information about files :-)
by ovg
Sun Jan 26, 2020 4:03 pm
Forum: Support
Topic: filter hidden and system files (instead of excluding from index)
Replies: 8
Views: 6599

Re: filter hidden and system files (instead of excluding from index)

Try search:

Code: Select all

!attrib:s !attrib:h
оr create filter, eg https://yadi.sk/i/oP2OBS72_uMAKA

You should enable index attributes via Tools->Options->Indexes: Index Attributes
by ovg
Sun Jan 05, 2020 5:53 pm
Forum: General
Topic: Filter files not containing text
Replies: 1
Views: 3742

Re: Filter files not containing text

!( or !*(*
by ovg
Thu Nov 07, 2019 4:49 pm
Forum: Bug report
Topic: .vsdx are not considered "documents"
Replies: 1
Views: 6906

Re: .vsdx are not considered "documents"

:lol: Search->Organize Filters->Document->Edit
by ovg
Mon Sep 30, 2019 4:39 pm
Forum: Support
Topic: RegEx Search
Replies: 6
Views: 6955

Re: RegEx Search

Your regex leads to: search for one or more letter f followed by literal . (dot) followed by literal tlb.
try ^f.*\.tlb (begin with f followed by any character any times followed by literal .tlb)

Try online regex tester/learning www.regex101.com
by ovg
Tue Sep 24, 2019 9:55 am
Forum: General
Topic: Any way to preview audio and control playback?
Replies: 13
Views: 14797

Re: Any way to preview audio and control playback?

Sorry, i don't have W10. For me working fine (under W7).
by ovg
Mon Sep 23, 2019 5:20 pm
Forum: General
Topic: Any way to preview audio and control playback?
Replies: 13
Views: 14797

Re: Any way to preview audio and control playback?

https://www.winhelponline.com/blog/prev ... ows-vista/
Untitled.jpg
Untitled.jpg (252.87 KiB) Viewed 9797 times
by ovg
Sun May 26, 2019 4:24 am
Forum: Suggestions
Topic: Color the selected lines
Replies: 3
Views: 9223

Re: Color the selected lines

2NotNull
Bingo :!: :mrgreen:
by ovg
Fri May 24, 2019 3:57 pm
Forum: Suggestions
Topic: Color the selected lines
Replies: 3
Views: 9223

Re: Color the selected lines

1. DIY
20192405_185437.png
20192405_185437.png (42.67 KiB) Viewed 3708 times
--------------------------------------------------------------------------------
2. viewtopic.php?f=2&t=7240
by ovg
Sun May 19, 2019 4:00 pm
Forum: General
Topic: Is this speed normal ?
Replies: 5
Views: 12402

Re: Is this speed normal ?

The latest version of FastCopy is 3.80.
https://fastcopy.jp/archive/FastCopy380_installer.exe
Try with it.
History wrote:
"...Fixed an issue that caused the process to stop in the same drive move mode. (v3.54 or later)... "
by ovg
Sun May 19, 2019 9:04 am
Forum: General
Topic: Is this speed normal ?
Replies: 5
Views: 12402

Re: Is this speed normal ?

And how it is related to everything? :?:
by ovg
Tue Apr 30, 2019 6:15 am
Forum: Bug report
Topic: Preview always shows the first file
Replies: 18
Views: 48651

Re: Preview always shows the first file

Dear David!

Thank you so much!!!
by ovg
Mon Apr 29, 2019 3:40 pm
Forum: Bug report
Topic: Preview always shows the first file
Replies: 18
Views: 48651

Re: Preview always shows the first file

Hi David!

Could you please clarify all values for preview_context parameter?

And what are they meaning?
by ovg
Sat Mar 09, 2019 5:52 pm
Forum: Support
Topic: Not finding all the files
Replies: 24
Views: 26993

Re: Not finding all the files

2vanisk

This is spammer: search.php?author_id=34981&sr=posts, ignore it :D
by ovg
Mon Mar 04, 2019 7:56 pm
Forum: General
Topic: Folders with just ONE FILE
Replies: 9
Views: 10000

Re: Folders with just ONE FILE

2vanisk

For me

Code: Select all

child:temp.txt childcount:1 childfilecount:1
working like a charm!
by ovg
Mon Mar 04, 2019 1:29 pm
Forum: Support
Topic: Not finding all the files
Replies: 24
Views: 26993

Re: Not finding all the files

2Econdoc
Econdoc wrote: Sun Mar 03, 2019 11:37 pm However, my time is limited.
Who cares?
Are you enforced by anybody to use Everything? (free software)
Econdoc wrote: Sun Mar 03, 2019 11:37 pm Continuing to use ET will not fulfill my needs.
It will be very difficult for us, but we will survive ;)
by ovg
Sun Mar 03, 2019 3:32 am
Forum: Support
Topic: Want to find files containing "KV" in their name which are not already in directories with "KV" in their name
Replies: 5
Views: 5676

Re: Want to find files containing "KV" in their name which are not already in directories with "KV" in their name

Hi David!
void wrote: Sat Mar 02, 2019 11:16 pm ** = match any character
Why not use simple * ?
for me

Code: Select all

files: !*kv*\* kv
working fine.
by ovg
Wed Feb 20, 2019 2:00 pm
Forum: General
Topic: Everything New Logo
Replies: 18
Views: 24344

Re: Everything New Logo

horst.epp wrote: Wed Feb 20, 2019 1:17 pm Your links give me
Information
The requested page could not be found.
Hmm... Strange, working fine for me ...
by ovg
Tue Jan 22, 2019 7:46 pm
Forum: Support
Topic: Selecting files using month name
Replies: 3
Views: 5777

Re: Selecting files using month name

The same here: 1.4.1.931 (x64)
by ovg
Tue Jan 15, 2019 7:51 pm
Forum: Support
Topic: Default Settings: How can I return to them?
Replies: 10
Views: 8960

Re: Default Settings: How can I return to them?

vanisk Could you please post default context menu options? It seems OP looks for them ... Jeanvoidtools Tools->Options->Context Menu Open (Files) - $exec("%1") Explore Path - $exec("%SystemRoot%\explorer.exe" /n,/e,/select,"%1") Explore - $exec("%SystemRoot%\explo...
by ovg
Fri Jan 11, 2019 5:14 pm
Forum: Off-topic discussion
Topic: How to easily calculate the sum of digits?
Replies: 14
Views: 20389

Re: How to easily calculate the sum of digits?

NotNull wrote: Fri Jan 11, 2019 4:52 pm Please let me know if that changes (for the good, of course :) )
It's impossible, no chance. The same things at https://ghisler.ch/board (makinero vs Total Commander)
by ovg
Mon Jan 07, 2019 1:18 pm
Forum: Support
Topic: Everything Search not showing file/folder unless exact match
Replies: 4
Views: 4943

Re: Everything Search not showing file/folder unless exact match

Did you turn on Search->Match Whole Word :?: :idea:
If yes - turn it off