Search found 59 matches

by notabot
12 Mar 2023 12:03
Forum: Script Exchange
Topic: Can someone please help me with the everything integration script?
Replies: 9
Views: 863

Re: Can someone please help me with the everything integration script?

terrytw wrote: 12 Mar 2023 01:59 But unfortunately you are not right in this particular issue, filters like supported in 1.4.
Of course filters are supported in the GUI. I was talking about what you were trying to accomplish:
filter macros are not supported through ES.exe or by using the Everything SDK when using version 1.4.
by notabot
11 Mar 2023 23:51
Forum: Script Exchange
Topic: Can someone please help me with the everything integration script?
Replies: 9
Views: 863

Re: Can someone please help me with the everything integration script?

These doc: macros et. al. are not supported in Everything 1.4. As @Horst mentioned, they are in Everything 1.5. For 1.4, you will need to 'convert' the macro to its value. In case of doc: that is ext:c;chm;cpp;csv;cxx;doc;docm;docx;dot;dotm;dotx;h;hpp;htm;html;hxx;ini;java;lua;mht;mhtml;odt;pdf;potx...
by notabot
22 Feb 2022 00:15
Forum: Tips & Tricks, Questions & Answers
Topic: Context menu folder (background)
Replies: 8
Views: 1197

Re: Context menu folder (background)

Nice! Can you send me your code? That will save me some time :-)

(preferably through the Everything forum as I visit that one more frequently)
by notabot
21 Feb 2022 20:17
Forum: Tips & Tricks, Questions & Answers
Topic: Context menu folder (background)
Replies: 8
Views: 1197

Re: Context menu folder (background)

Are you sure? I think you are mixing up all your file managers :) (so do I btw, so I might be wrong here ..)

I haven't written any code for XY yet. At least not for JumpToFolder. QuickSwitch has code for XY.

How do you start it? Button? Keyboard shortcut?
by notabot
20 Feb 2022 22:00
Forum: Tips & Tricks, Questions & Answers
Topic: Context menu folder (background)
Replies: 8
Views: 1197

Re: Context menu folder (background)

No problem. You are just trying to help. Really appreciated! Yes, I'm aware of these other regkeys. Thanks for the suggestion! A bit of background (no pun intended) why I ask: I wrote a little script that makes use of this context menu. It is to be used in file managers and file dialogs. It switches...
by notabot
20 Feb 2022 20:42
Forum: Tips & Tricks, Questions & Answers
Topic: Context menu folder (background)
Replies: 8
Views: 1197

Re: Context menu folder (background)

Thanks! Unfortunately, that does exactly that: Pop up folder's context menu". It is the context menu that is shown when you right-click a folder. That is different from the folder's background context menu. For reference, a folder's context menu (in File Explorer): 2022-02-20 20_41_07-C__test_X...
by notabot
20 Feb 2022 19:57
Forum: Bug Reports
Topic: Double clicking address bar doesn't completely select active directory in certain conditions
Replies: 27
Views: 3504

Re: Double clicking address bar doesn't completely select active directory in certain conditions

admin wrote: 01 Feb 2022 22:06 Testing would have saved you the post. :)
Good point! :)
In the meantime I downloaded and installed XYplorer - that's why I didn't test - and it turns out I even misunderstood the question itself!
Sorry for wasting everyone's time ...
by notabot
20 Feb 2022 19:52
Forum: Tips & Tricks, Questions & Answers
Topic: Context menu folder (background)
Replies: 8
Views: 1197

Context menu folder (background)

When right-clicking an empty part of a listview in File Explorer, I see the following entries: 2022-02-20 19_37_02-Task Manager.png In XYplorer, I see this (64- as well as 32-bit context menu): 2022-02-20 19_38_59-.png Why aren't these TEST_ context-menu entries shown in XYplorer? (mostly out-of-the...
by notabot
01 Feb 2022 21:36
Forum: Bug Reports
Topic: Double clicking address bar doesn't completely select active directory in certain conditions
Replies: 27
Views: 3504

Re: Double clicking address bar doesn't completely select active directory in certain conditions

Usually a triple-click instead of the double-click should select the entire line too.
(untested)
by notabot
09 Jun 2021 00:43
Forum: Bug Reports
Topic: Auto rotate a video if it was recorded upside down...
Replies: 7
Views: 1088

Re: Auto rotate a video if it was recorded upside down...

Not tested ..

I guess the program you use to preview mp4 files does not respect the metadata that was added to your mp4.

You can use exiftool to show all the saved metadata for that file.
It will show a line Rotation = 180 (or similar; as said: not tested)
by notabot
09 Jun 2021 00:20
Forum: Tips & Tricks, Questions & Answers
Topic: Preview Handler for 100+ File Types
Replies: 5
Views: 1085

Re: Preview Handler for 100+ File Types

Horst wrote: 09 Jun 2021 00:15 I have it installed since a long time
I know :D
by notabot
09 Jun 2021 00:13
Forum: Tips & Tricks, Questions & Answers
Topic: Preview Handler for 100+ File Types
Replies: 5
Views: 1085

Re: Preview Handler for 100+ File Types

A free alternative: delphi preview handler

+ 60+ supported source code file extensions
+ dark mode with themes!
+ search inside preview

- starts slow
- last update ~ 5 years ago

I think it is available as 32-bit software, to match XYplorer's 32-bitness
by notabot
09 Jun 2021 00:02
Forum: Tips & Tricks, Questions & Answers
Topic: How to set folder and subfolders in Details mode while contents in Icon mode
Replies: 17
Views: 2993

Re: How to set folder and subfolders in Details mode while contents in Icon mode

Explorer will mark folders that contain pictures as such (in it's out of the box configuration) Not here. 20H2, with no configuration change at all (fresh install in a VM). Copying 3 .png files into e.g. "C:\Temp" doesn't create a desktop.ini in it (even after navigating out and in again)...
by notabot
06 Jun 2021 18:18
Forum: Tips & Tricks, Questions & Answers
Topic: How to set folder and subfolders in Details mode while contents in Icon mode
Replies: 17
Views: 2993

Re: How to set folder and subfolders in Details mode while contents in Icon mode

Another approach: Explorer will mark folders that contain pictures as such (in it's out of the box configuration). [1] After that, it is just checking that folder's Desktop.ini and see if it contains [ViewState] FolderType=Pictures Even less to worry about :) [1] That can be changed manually too: pr...
by notabot
06 Jun 2021 15:33
Forum: Tips & Tricks, Questions & Answers
Topic: When replacing files, the "new" take the created date of the replaced ones
Replies: 4
Views: 859

Re: When replacing files, the "new" take the created date of the replaced ones

and short names are mostly used by 16-bit applications so that doesn't apply any more? Explorer (shell) still uses it on occasion as a fallback for drag 'n drop of long paths/filenames (> 259 characters). It replaces the long filenames with the 8.3 one. IIRC, it is also used for shell extensions ('...