Search found 25 matches

by 2late
Sun Nov 22, 2020 3:22 pm
Forum: Suggestions
Topic: Larger font in search text
Replies: 4
Views: 11196

Re: Larger font in search text

ovg wrote: Thu Nov 12, 2020 4:46 pm

Code: Select all

search_edit_font_size=xx
this tweak should be elevated to be in the options gui
by 2late
Wed Aug 07, 2019 2:17 am
Forum: Suggestions
Topic: override gui settings
Replies: 2
Views: 11896

Re: override gui settings

thanks for your reply
by 2late
Tue Aug 06, 2019 9:24 pm
Forum: Suggestions
Topic: override gui settings
Replies: 2
Views: 11896

override gui settings

hi everyone
I excluded an extension from the search results but I want to be able to find it by search box if I choose to. regardless the settings. is it possible?
by 2late
Sun Jun 02, 2019 8:08 pm
Forum: Bug report
Topic: Everything does not remmber search history
Replies: 5
Views: 21080

Re: Everything does not remmber search history

maybe the configuration file "Everything.ini" was corrupted or something like that
I have deleted this file and the problem has gone
sorry for disturbance :oops:
by 2late
Sun Jun 02, 2019 12:05 am
Forum: Bug report
Topic: Everything does not remmber search history
Replies: 5
Views: 21080

Re: Everything does not remmber search history

Yes, here is my settings
Capture.PNG
Capture.PNG (16.15 KiB) Viewed 6003 times
by 2late
Sat Jun 01, 2019 11:47 pm
Forum: Bug report
Topic: Everything does not remmber search history
Replies: 5
Views: 21080

Everything does not remmber search history

Everything 1.4.1.935 does not keep history
(keep enable search history and show search suggestions both are enabled )
by 2late
Tue Jan 01, 2019 4:38 am
Forum: Development, plugins and third party software
Topic: void Image Viewer Install association command line
Replies: 6
Views: 20117

Re: void Image Viewer Install association command line

Thank you for your help
but it seems that Windows does not allow changing file association by the command prompt (win 8.1)
by 2late
Tue Jan 01, 2019 4:20 am
Forum: Development, plugins and third party software
Topic: void Image Viewer Install association command line
Replies: 6
Views: 20117

void Image Viewer Install association command line

Code: Select all

voidImageViewer.exe /<bmp|gif|ico|jpeg|jpg|png|tif|tiff>
voidImageViewer.exe /bmp|gif|ico|jpeg|jpg|png|tif|tiff
this command give me an error: The syntax of the command is incorrect.
by 2late
Sat Dec 01, 2018 8:02 pm
Forum: General
Topic: Download Color themes for Everything 1.4
Replies: 66
Views: 396894

Re: Download Color themes for Everything

ovg wrote: Sat Dec 01, 2018 7:44 pm @2late
Exit from Everything (close program)
In Everything.ini find parameter search_edit_font_size and set it to desired value.
Start Everything again.
Thank you
by 2late
Sat Dec 01, 2018 7:08 pm
Forum: General
Topic: Download Color themes for Everything 1.4
Replies: 66
Views: 396894

Re: Download Color themes for Everything

@NotNull
How to make the search box big as yours?
by 2late
Wed Mar 14, 2018 6:39 pm
Forum: Suggestions
Topic: show selected file name in status bar
Replies: 2
Views: 4845

Re: show selected file name in status bar

big thanks!
by 2late
Wed Mar 14, 2018 4:10 pm
Forum: Suggestions
Topic: show selected file name in status bar
Replies: 2
Views: 4845

show selected file name in status bar

would be helpful with thumbnail view
by 2late
Tue Feb 20, 2018 11:25 pm
Forum: Support
Topic: search top largest files size within everyting gui
Replies: 7
Views: 6501

Re: search top largest files size within everyting gui

there was a missing part in the search pattern:

Code: Select all

size: count:10 files:
by 2late
Tue Feb 20, 2018 11:18 pm
Forum: Bug report
Topic: file appears twice
Replies: 8
Views: 14248

Re: file appears twice

my mistake, sorry. :oops:
by 2late
Tue Feb 20, 2018 10:53 pm
Forum: Bug report
Topic: file appears twice
Replies: 8
Views: 14248

file appears twice

Version 1.4.1.877 (x86)
Capture.PNG
Capture.PNG (15.8 KiB) Viewed 7097 times
by 2late
Tue Feb 20, 2018 10:40 pm
Forum: Support
Topic: search top largest files size within everyting gui
Replies: 7
Views: 6501

Re: search top largest files size within everyting gui

Thank you for your detailed response but this does not show the largest files size
Capture.PNG
Capture.PNG (33.03 KiB) Viewed 5026 times
by 2late
Tue Feb 20, 2018 8:49 pm
Forum: Support
Topic: search top largest files size within everyting gui
Replies: 7
Views: 6501

search top largest files size within everyting gui

how to get this code to work?

Code: Select all

-sort size -n 10 
by 2late
Thu Jan 25, 2018 11:18 am
Forum: Suggestions
Topic: ignore Arabic diacritics
Replies: 10
Views: 22223

Re: ignore Arabic diacritics

Unfortunately it has no effect on Arabic names
by 2late
Thu Jan 25, 2018 10:58 am
Forum: Suggestions
Topic: ignore Arabic diacritics
Replies: 10
Views: 22223

ignore Arabic diacritics

Hi
Can Everything ignore Arabic diacritics like windows explorer?
codes of Arabic diacritics:

Code: Select all

U+0651 U+064E U+064B U+064F U+064C U+0650 U+064D U+0652 U+0621 U+007E U+0640 
by 2late
Thu Oct 26, 2017 7:28 pm
Forum: Support
Topic: find non English and Arabic names
Replies: 4
Views: 4629

Re: find non English and Arabic names

thanks but help me to understand, please:
why [^\x00-\x7f] can ignore English but [\x00-\x7f] doesn't only match English but also other languages?
by 2late
Thu Oct 26, 2017 6:30 pm
Forum: Support
Topic: find non English and Arabic names
Replies: 4
Views: 4629

find non English and Arabic names

hi everyone
how to find non English and Arabic names using Regex ?
English characters:

Code: Select all

[\u0000-\u007F]+
Arabic characters:

Code: Select all

[\u0600-\u06FF]+
by 2late
Thu Aug 17, 2017 9:02 am
Forum: Support
Topic: use search filters form command line?
Replies: 2
Views: 3414

Re: use search filters form command line?

OK, thanks
by 2late
Thu Aug 17, 2017 8:44 am
Forum: Support
Topic: use search filters form command line?
Replies: 2
Views: 3414

use search filters form command line?

as title says: possible to use filters that I've added to everything form cmd ?
by 2late
Mon Aug 14, 2017 3:06 pm
Forum: Suggestions
Topic: Show macro next to filter name in menu
Replies: 4
Views: 4981

Show macro next to filter name in menu

and in bookmarks menu as well