Skip to content
This repository was archived by the owner on May 2, 2022. It is now read-only.
This repository was archived by the owner on May 2, 2022. It is now read-only.

Improvements to the appearance of filtered treeview items #6

Description

@pidgeon777

This is the situation at the moment when I filter the treeview using a specific word:

image

A behaviour of this type would instead be perfect:

  1. I start typing the word in the filter box.
  2. Items are scanned and filtered according to Fuzzy Logic.
  3. Items are displayed with the characters highlighted according to the text inputted by the user.
  4. Occurrences are automatically expanded

A great example of a Fuzzy Logic type search and highlighting:

bfbmrcqzjb

As you can see with Fuzzy Logic happens when I start typing some partial words with missing inputted characters. For example, by typing "MaIRe" it still correctly output "MaskedIntReg", this works because of the Fuzzy Logic search. The other thing in my example is the highlighting of inputted characters, which would be great if applied even to your plugin in node filtering.

N.B.: my example comes from the great auto-complete plugin for Notepad++ included in "3P - Progress Programmers Pal":

https://jcaillon.github.io/3P/

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions