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

Kotlin - Function names (including generics and extensions) #996

Merged
merged 7 commits into from
Oct 1, 2018
Merged

Kotlin - Function names (including generics and extensions) #996

merged 7 commits into from
Oct 1, 2018

Commits on Sep 21, 2018

  1. Recognizing functions

    - Regular function
    - Extension function
    - Generic function
    - Generic Extension function
    lordcodes committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    c50d81d View commit details
    Browse the repository at this point in the history
  2. Regular function and generic function using state

    Put back previous recognition of fun keyword.
    Using state to recognize instead of long regexes.
    lordcodes committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    320afe5 View commit details
    Browse the repository at this point in the history
  3. Recognize extension functions

    Generic and non-generic extension functions
    lordcodes committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    913f081 View commit details
    Browse the repository at this point in the history
  4. Handle backticked names

    lordcodes committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    f2635cd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9db2bab View commit details
    Browse the repository at this point in the history
  6. Recognize the individual generic parameters

    Rather than mapping it to punctuation containing plain text. Map each generic parameter to Name.Class and the less than, greater than and internal commas to punctuation.
    lordcodes committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    3ecec19 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2018

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