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

Inner classes and a few additions to the parser #522

Merged
merged 14 commits into from
Oct 18, 2024

Commits on Oct 8, 2024

  1. Add/Re-add field parsing when scope is from a parameter or variable.

    - Added 0.1s wait between opening class and registering "Go-To" caret event, hopefully fixes text area not scrolling to caret.
    - Added/Re-added ability to open a field declaration in its owner class if the scope was a parameter or variable.
    Bl3nd committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    05fa036 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    289d196 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bc67379 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add one more field and method parsing cases

    - Added 'field1.field2' where field2 is parsed also
    - Added '::method' calls
    Bl3nd committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    73e9631 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

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

Commits on Oct 12, 2024

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

Commits on Oct 13, 2024

  1. A few parser things

    Bl3nd committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    789ceda View commit details
    Browse the repository at this point in the history
  2. Update GoToAction

    Bl3nd committed Oct 13, 2024
    Configuration menu
    Copy the full SHA
    164843a View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. Allow FernFlower to know of any inner classes (if it's enabled) so th…

    …e class can be decompiled correctly, and we can parse it.
    Bl3nd committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0c47d5c View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

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

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    756c823 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00340ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9356ebf View commit details
    Browse the repository at this point in the history