Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Search variables using multiple words #168

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Search variables using multiple words #168

wants to merge 2 commits into from

Commits on Jul 27, 2020

  1. Search variables using multiple words

    This makes is possible to search using multiple words in the vars menu.
    When you do that you will find all variables that contain all of the
    specified words in any order.
    
    Examples:
    
    If you search for "weap rifle" you will find:
    - riflefragweap1
    - riflefragweap2
    - weapidxrifle
    
    If you search for "plasma 1" you will find all variables that modify
    plasma 1.
    Robert Alm Nilsson committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    6a6242c View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2020

  1. Add command string_highlight_list

    This command helps with the multi word var search highlighting.
    Robert Alm Nilsson committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    d315585 View commit details
    Browse the repository at this point in the history