Skip to content

Disable incremental search for large files? #160

@khughitt

Description

@khughitt

After opening a large file (in this case, 61M, uncompressed), attempting to paste a search for any large strings becomes very slow since the search stalls as each new character is added and the search restarts. This happens even when an entire string is pasted in.

Perhaps a quick check against file-size could be made at the time of loading, and, if the file exceeds some (arbitrary, or user-defined) cutoff, incremental search could be disabled by default?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions