Menu

#488 Make context menu for multiple selected files appear in Everything

1.6.18
Fixed
None
Medium
Enhancement
2017-07-02
2017-04-13
No

I'd like to use Everyhting to quickly search for matching file names, and then use grepWin to search the contents of these files. Unfortunately, no grepWin entry shows up in the context menu when right-clicking on multiple selected files in Everything. As menu entries form other apps (like TortoiseSVn and WinRAR) do show up in there, I suppose it's an issue with grepWin, and not with Everything.

Discussion

  • Sebastian Schuberth

    Interestingly, the grepWin entry does seem to appear if I select <= 15 files, but disappears for more selected files.

     
  • Stefan Kueng

    Stefan Kueng - 2017-07-01
    • status: New --> Started
    • assigned_to: Stefan Kueng
     
  • Stefan Kueng

    Stefan Kueng - 2017-07-01

    That's a limitation of the windows shell for context menu handlers.
    See https://msdn.microsoft.com/en-us/library/windows/desktop/cc144171(v=vs.85).aspx for details (look for "MultiSelectModel").
    I'll use the MultiSelectModel "Player" to increase the limit.

     
  • Stefan Kueng

    Stefan Kueng - 2017-07-01
    • status: Started --> Fixed
     
  • Stefan Kueng

    Stefan Kueng - 2017-07-01
     

    Related

    Commit: [r710]

  • Sebastian Schuberth

    Thanks for addressing this!