Giter Club home page Giter Club logo

Comments (10)

amtopel avatar amtopel commented on June 2, 2024 1

from tools.

stefankueng avatar stefankueng commented on June 2, 2024

it filters out the contents in the active explorer window.
The edit box in StExBar at the very right can be used as a filter. Just enter some text there and you'll see.
The filter is only active if configured so in the settings:
under the checkbox "Hide edit box" (leave unchecked) you can select what the edit box is used for:
either select "Filter" or "Auto".

If you selected "Filter", just enter text and watch how it filters all shown files.
If you selected "Auto", enter "f filtertext" (the 'f' in front indicates that the text after it is to be used as the filter text).

from tools.

amtopel avatar amtopel commented on June 2, 2024

from tools.

stefankueng avatar stefankueng commented on June 2, 2024

The pause is intentional so the filter does not start while the user is still typing.
But pressing enter will start the filter immediately.
And a double click on the edit box will clear the filter immediately.

from tools.

amtopel avatar amtopel commented on June 2, 2024

from tools.

amtopel avatar amtopel commented on June 2, 2024

from tools.

stefankueng avatar stefankueng commented on June 2, 2024

I can only guess: but in earlier windows versions you could configure explorer to show filter boxes.
And as far as I know, it only filters for one string, not multiple.

from tools.

amtopel avatar amtopel commented on June 2, 2024

from tools.

amtopel avatar amtopel commented on June 2, 2024

Sorry, one more question: what command actually triggers the folder to change the files listed in the view? Is it SendMessage? Or something else? I can't quite figure it out from looking at the source. Thanks again!

from tools.

stefankueng avatar stefankueng commented on June 2, 2024

the IShellFolderView object has AddObject and RemoveObject methods. The update is done with the call to SetRedraw(true).

To avoid having the view refresh for every added/removed object, first SetRedraw(false) is called which prevents the view from redrawing, until SetRedraw(true) is called.

from tools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.