voidtools've always only needed two functions :
voidtools've always only needed two functions :
Fixing those two annoying glitch.
Second is, to make the user to select to make it able to only see the last folder name on the "Path", not to always see the whole too-long path name.
The whole too-long path name is enough to see only on the top of the UI.
The first is, to make the user to select to make it able to open the folder only with double clicking the file name.Second is, to make the user to select to make it able to only see the last folder name on the "Path", not to always see the whole too-long path name.
The whole too-long path name is enough to see only on the top of the UI.
Re: voidtools've always only needed two functions :
Thank you for your feedback lonang,
If you would like to try this now, please check out the Everything 1.5 alpha.
In Everything 1.5, type in the following search and press ENTER:
/path_ellipsis=1
If successful, path_ellipsis=1 is shown in the status bar for a few seconds.
More discussion on path_ellipsis
path_ellipsis
Consider adding the Parent Name and Parent Path columns and removing the Path column in Everything 1.5.
An option to display 'narrow' paths (last path part is displayed first) is on my TODO list.
Please try enabling 'Open path with double click in path column':The first is, to make the user to select to make it able to open the folder only with double clicking the file name.
- In Everything, from the Tools menu, click Options.
- Click the Results tab on the left.
- Check Open path with double click in path column.
- Click OK.
An option to always show the last path part is in development.Second is, to make the user to select to make it able to only see the last folder name on the "Path", not to always see the whole too-long path name.
If you would like to try this now, please check out the Everything 1.5 alpha.
In Everything 1.5, type in the following search and press ENTER:
/path_ellipsis=1
If successful, path_ellipsis=1 is shown in the status bar for a few seconds.
More discussion on path_ellipsis
path_ellipsis
Consider adding the Parent Name and Parent Path columns and removing the Path column in Everything 1.5.
An option to display 'narrow' paths (last path part is displayed first) is on my TODO list.
Re: voidtools've always only needed two functions :
@lonang also, extra setting in v1.5 Alpha: Make it to click anywhere in the Path column, not just on path letter text.
Use the command /path_hit_text_only=0 to make this setting.
Re: voidtools've always only needed two functions :
Everything 1.5.0.1301a adds a path_narrow ini setting.
To enable narrow paths (shows the last path part first):
Paths are still sorted by full path for performance reasons.
Consider sorting by the Parent Name property.
Consider using the Windows Property System -> System.ItemFolderPathDisplayNameNarrow column.
path_narrow will disable path_ellipsis.
I have on my TODO list to add narrow support to path_ellipsis.
To enable narrow paths (shows the last path part first):
- In Everything 1.5, type in the following search and press ENTER:
/path_narrow=1 - If successful, path_narrow=1 is shown in the status bar for a few seconds.
- In Everything 1.5, type in the following search and press ENTER:
/path_narrow=0 - If successful, path_narrow=0 is shown in the status bar for a few seconds.
Paths are still sorted by full path for performance reasons.
Consider sorting by the Parent Name property.
Consider using the Windows Property System -> System.ItemFolderPathDisplayNameNarrow column.
path_narrow will disable path_ellipsis.
I have on my TODO list to add narrow support to path_ellipsis.
Re: voidtools've always only needed two functions :
Code: Select all
/path_narrow=1
I have about 1.8M objects on my drive with some horrendously long path names (including a OneDrive directory that includes the company name), but nothing too out of the ordinary for Windows 10 users. [
To recover, I stop the Everything 1.5a service, I manually edit
Code: Select all
C:\Users\UserName\AppData\Roaming\Everything\Everything-1.5a.ini
Code: Select all
/path_narrow=0
Re: voidtools've always only needed two functions :
No crash on Win7 when entering the /path_narrow=1 command into the Search bar and hitting Enter.
Re: voidtools've always only needed two functions :
Thank you for the crash report wistlo,
Everything will crash if highlighting is disabled.
I will post a fix soon.
Everything will crash if highlighting is disabled.
I will post a fix soon.
Re: voidtools've always only needed two functions :
Forgot to mention, my crash wipes out the stored Network Folder data and requires an hours-long traversal of some large shared drives across a VPN connection to re-index those files.
I tried running without the Network folders defined, also crashed. I had Highlighting off, but will just wait for the fix to try this feature again.
/path_ellipsis=1 works (I never knew that was there until I tried 1301, nice!).
In general, when I have a crash happening on startup:
If I
1. stop Everything service,
2. copy c:\everything\Everything-1.5a.db to a back up location,
3. crash
4. stop Everything service
5. restore the .db file from backup
6. restart Everything service
will these steps bring back my Network Folder info, and otherwise be harmless?
I tried running without the Network folders defined, also crashed. I had Highlighting off, but will just wait for the fix to try this feature again.
/path_ellipsis=1 works (I never knew that was there until I tried 1301, nice!).
In general, when I have a crash happening on startup:
If I
1. stop Everything service,
2. copy c:\everything\Everything-1.5a.db to a back up location,
3. crash
4. stop Everything service
5. restore the .db file from backup
6. restart Everything service
will these steps bring back my Network Folder info, and otherwise be harmless?
Re: voidtools've always only needed two functions :
The Everything Service does not maintain your Everything database.
This is done by the Everything search client.
The Service does not need to be stopped and restarted.
Please make sure the Everything search client is closed (File -> Exit) before you backup or restore your Everything.db.
Everything 1.5.0.1302a fixes a crash with path_narrow when highlighting is disabled.
This is done by the Everything search client.
The Service does not need to be stopped and restarted.
Please make sure the Everything search client is closed (File -> Exit) before you backup or restore your Everything.db.
Everything 1.5.0.1302a fixes a crash with path_narrow when highlighting is disabled.
Re: voidtools've always only needed two functions :
Correction. No. 1 means that it is necessary not to open the window explorer as it is now, but to display the results for the dir internal file within everything. It is a powerful function to replace the explorer of Win10.
I think the second opinion was delivered well. It would be nice if the folder name could be displayed instead of the path name.
I'm sorry I wrote my meaning wrong. I was in a hurry just before I got off work.
I think the second opinion was delivered well. It would be nice if the folder name could be displayed instead of the path name.
I'm sorry I wrote my meaning wrong. I was in a hurry just before I got off work.
Re: voidtools've always only needed two functions :
Consider adding a 'Search Parent in Everything...' context menu item (for Everything 1.4):Correction. No. 1 means that it is necessary not to open the window explorer as it is now, but to display the results for the dir internal file within everything. It is a powerful function to replace the explorer of Win10.
- In the registry, navigate to:
HKEY_CLASSES_ROOT\*\shell - Create a new Key called:
Search Parent in Everything... - In this key, create a new String Value, set the name to:
Icon - Set the value to:
C:\Program Files\Everything\Everything.exe,0 - Create a new Key called:
command - In this key, set the (Default) value to:
"C:\Program Files\Everything\Everything.exe" -parentpath "%1" -select "%1" - Now you can right click your file and click Search Parent in Everything... to find all other files under the same folder.
I'm not quite sure what you mean. Could you please give an example?It would be nice if the folder name could be displayed instead of the path name.
Just the parent folder name? -Please try the Parent Name column in Everything 1.5.
Re: voidtools've always only needed two functions :
1.
2.
Yes.
It emits error. I want Everything to work as MS explorer so that it can be a substitute of MS explorer, not with a context menu.2.
Yes.
Re: voidtools've always only needed two functions :
I'm using the 1.5alpha version. Where can I configure the option?
Re: voidtools've always only needed two functions :
I am not sure what the error message says.
If you are using Everything 1.5, please try:
A folder sidebar is in development.
To show the folder sidebar:
If you are using Everything 1.5, please try:
- In the registry, navigate to:
- HKEY_CLASSES_ROOT\*\shell
- Create a new Key called:
- Search Parent in Everything...
- In this key, create a new String Value, set the name to:
- Icon
- Set the value to:
- C:\Program Files\Everything 1.5a\Everything64.exe,0
(Please make sure this matches your Everything.exe) - Create a new Key called:
- command
- In this key, set the (Default) value to:
- "C:\Program Files\Everything 1.5a\Everything64.exe" -parentpath "%1" -select "%1"
(Please make sure this matches your Everything.exe) - Now you can right click your file and click Search Parent in Everything... to find all other files under the same folder.
A folder sidebar is in development.
To show the folder sidebar:
- In Everything 1.5, from the View menu, check Folders.
Re: voidtools've always only needed two functions :
the error message says : C:₩Users₩aa11s₩Downloads₩2020_자살예방백서_중앙자살예방센터_108.jpg
이 작업을 수행하기 위해 이 파일과 연결된 앱이 없습니다. 앱을 설치하거나 이미 설치된 경
우 기본 앱 설정 페이지에서 연결을 만드세요.
확인
by Google translator, C:\Users\aa11s\Downloads\2020_Suicide Prevention White Paper_Central Suicide Prevention Center_108.jpg
There is no app associated with this file to do this. If you install the app or if it is already installed
Create a connection in the main app settings page.
Confirm
The solution you gave still doesn't work though. I don't have to rush.
FYI (For Your Information),
English, Korean OCR by https://www.synapsoft.co.kr/ocr/#do-ocr-position
Title search utility I've used : findinfiles
Do same work : sublime 3 "sidebar" function
이 작업을 수행하기 위해 이 파일과 연결된 앱이 없습니다. 앱을 설치하거나 이미 설치된 경
우 기본 앱 설정 페이지에서 연결을 만드세요.
확인
by Google translator, C:\Users\aa11s\Downloads\2020_Suicide Prevention White Paper_Central Suicide Prevention Center_108.jpg
There is no app associated with this file to do this. If you install the app or if it is already installed
Create a connection in the main app settings page.
Confirm
The solution you gave still doesn't work though. I don't have to rush.
FYI (For Your Information),
English, Korean OCR by https://www.synapsoft.co.kr/ocr/#do-ocr-position
Title search utility I've used : findinfiles
Do same work : sublime 3 "sidebar" function
- Attachments
-
- findinfiles-master.zip
- (2.48 MiB) Downloaded 278 times
-
- findinfiles-3.6.17.zip
- (2.48 MiB) Downloaded 483 times
Re: voidtools've always only needed two functions :
Thank you for the translation.
Is this message shown when you open jpg files (eg: pressing ENTER on a jpg result)?
-or perform some other action (eg: right click -> Copy)?
Does this message occur for other file types?
-There might be an association issue in the registry for jpg files.
Could you please send a screenshot of your registry (Start -> regedit) under:
HKEY_CLASSES_ROOT\.jpg
Is this message shown when you open jpg files (eg: pressing ENTER on a jpg result)?
-or perform some other action (eg: right click -> Copy)?
Does this message occur for other file types?
-There might be an association issue in the registry for jpg files.
Could you please send a screenshot of your registry (Start -> regedit) under:
HKEY_CLASSES_ROOT\.jpg