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

Token Parsing #513

Merged
merged 13 commits into from
Sep 25, 2024
Merged

Token Parsing #513

merged 13 commits into from
Sep 25, 2024

Commits on Sep 5, 2024

  1. Start of token parsing.

    Bl3nd committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    db26cd2 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 7, 2024

  1. Moved the search panel to its own panel.

    - Fixes search panel glitch
    - Fixes markers mismatching with scrollbar thumb.
    Bl3nd committed Sep 7, 2024
    Configuration menu
    Copy the full SHA
    a24c4c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7063e4f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2024

  1. Added the "Go-To" action to bring the caret to the variables declarat…

    …ion. Also:
    
    - BUG: Tokens with only one character would not get shown if the caret was before the character
    - ADD: Made the caret visible
    Bl3nd committed Sep 8, 2024
    Configuration menu
    Copy the full SHA
    8dc70a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    86bc66e View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

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

Commits on Sep 13, 2024

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

Commits on Sep 17, 2024

  1. [Go-To] Move caret to requested field.

    - Also added enum constant declarations to the token parser.
    Bl3nd committed Sep 17, 2024
    Configuration menu
    Copy the full SHA
    e756324 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    00319e9 View commit details
    Browse the repository at this point in the history
  2. Bug: Fixed imports with '.*'.

    - Also added a resolver to help resolve classes within the jar.
    Bl3nd committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    7b7f897 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Token parsing updates.

    - Fixed a few bugs
    - Added methods and classes (highlighting and go-to)
    Bl3nd committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    9a08a5f View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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