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

add search function for source code was: cache source code in vector for easier access in search function #470

Merged
merged 3 commits into from
Jul 7, 2023

Commits on May 16, 2023

  1. SourceCodeModel: store sourcecode in vector

    This makes implementing a search much easier since we don't have to
    query a QTextDocument
    lievenhey committed May 16, 2023
    Configuration menu
    Copy the full SHA
    778a821 View commit details
    Browse the repository at this point in the history
  2. SourceCodeModel: dont call find for every line in disassemblyOutput

    there is no need to call this for every line since this is called on per
    symbol basis
    lievenhey committed May 16, 2023
    Configuration menu
    Copy the full SHA
    c8363ea View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    e4e88ea View commit details
    Browse the repository at this point in the history