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

[Cloud7050] iP #532

Open
wants to merge 123 commits into
base: master
Choose a base branch
from
Open

[Cloud7050] iP #532

wants to merge 123 commits into from

Commits on Aug 8, 2023

  1. Add Gradle support

    damithc authored and damithc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    28ad2b8 View commit details
    Browse the repository at this point in the history
  2. Bump gradle and lib version

    Eclipse-Dominator authored and damithc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ed6d4d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    e8b3258 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cc7b41d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb5add2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0b33360 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d9a846 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    304ec50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b43d5a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a76b0db View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1a28c69 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6881b0d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f8ea187 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dbc3b33 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9be3d20 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    774a366 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    21d63d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0f15682 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    eddd8a2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4fe1224 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    e2b528a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    35067fb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    b88606a View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2023

  1. Configuration menu
    Copy the full SHA
    4f1f3f6 View commit details
    Browse the repository at this point in the history
  2. feat(src): Handle EOF, move packages

    Also edit invalid mark error text
    Cloud7050 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    5610437 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    811a80c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e945188 View commit details
    Browse the repository at this point in the history
  5. ref(todo): Improve toString()

    Reuse from Todo parent class via getBasicString()
    Cloud7050 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    ca81c37 View commit details
    Browse the repository at this point in the history
  6. feat(src): Require command to add TODOs

    Also:
    • Reject unknown commands
    • Add command aliases
    • Add TokenManager#getDescription()
    • Comment assumption and checks expected before using methods
    • Rename Token#asInt() → toInt()
    Cloud7050 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    373f286 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0e01257 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    becf338 View commit details
    Browse the repository at this point in the history
  9. ref(src): Use new @nullable

    Cloud7050 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    541f6bc View commit details
    Browse the repository at this point in the history
  10. feat(): TokenManager child classes, empty sub input exception

    Also enhances tests
    Cloud7050 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    9a7cdee View commit details
    Browse the repository at this point in the history
  11. feat(): Intelligent space handling!

    Performance was not much of a concern.
    
    This is the kind of thing I'd have wanted for my Discord bots
    Cloud7050 committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    59bb19f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e161bc5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    abb83ad View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2023

  1. Configuration menu
    Copy the full SHA
    ed9c0c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc86d2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c6eed14 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    8d26682 View commit details
    Browse the repository at this point in the history
  2. ref(): Rename TODO to Item, add Item parent class

    Editor automatically recognises TODO as a dev comment.
    This change disambiguates the two and prevents annoying highlighting.
    Cloud7050 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    69f990f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7c1de2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    badd237 View commit details
    Browse the repository at this point in the history
  5. chore(lib): Add org.json

    Cloud7050 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    f2e99fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3818dd7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5681260 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7153f7 View commit details
    Browse the repository at this point in the history
  9. docs(FileManager): JavaDoc

    Cloud7050 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    8308678 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c90a50a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bde28cb View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    09b9691 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    07914d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    996216e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3befadd View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    a0fdfd2 View commit details
    Browse the repository at this point in the history
  17. ref(src): Extract Ui class

    Cloud7050 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3349793 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    910bca7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d16a80 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8a692b5 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    3a3d1d2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0d2b64 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f39294 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6b463ae View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2023

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

Commits on Sep 14, 2023

  1. Configuration menu
    Copy the full SHA
    735bfd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0baff58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8e5e69d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    929e65c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c9fddc3 View commit details
    Browse the repository at this point in the history
  6. feat(src): FindCommand

    Cloud7050 committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    1013ed1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a981f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e3b0f11 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d11ff49 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0712206 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    dd837a3 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2023

  1. Configuration menu
    Copy the full SHA
    95daf36 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0b5a85f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    69c2957 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cecdeec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1ba67a View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. chore(gradle): Add JavaFX

    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    d8bb3d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b48a507 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6f4c459 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b5eaec2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cd0649 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8a65ca9 View commit details
    Browse the repository at this point in the history
  7. feat(src): Add padding

    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4cebf4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3e9daf6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e50e606 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    3828a89 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    49cffd0 View commit details
    Browse the repository at this point in the history
  12. feat(fxml): Update views

    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e42feef View commit details
    Browse the repository at this point in the history
  13. feat(): Run using FXML

    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    50ec32f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    86355bf View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    54b73ea View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    fdb9b57 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a50a91 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9ec23bd View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5acbd95 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    25d48ee View commit details
    Browse the repository at this point in the history
  21. feat(): Use Java assertions

    There are some commented assumptions that could be verified using
    Java assertions.
    
    Let's turn them into Java assertions, and update the Gradle run task to enable
    assertions.
    
    This commit also makes some tweaks to the Gradle config.
    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    baf4879 View commit details
    Browse the repository at this point in the history
  22. chore(gradle): Tidy config

    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    70a2ccf View commit details
    Browse the repository at this point in the history
  23. Merge pull request #2 from Cloud7050/branch-A-Assertions

    Add assertions
    Cloud7050 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    c00a210 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0244d3e View commit details
    Browse the repository at this point in the history
  25. Merge pull request #3 from Cloud7050/branch-A-CodeQuality

    Improve code quality
    Cloud7050 authored Sep 21, 2023
    Configuration menu
    Copy the full SHA
    02b1845 View commit details
    Browse the repository at this point in the history
  26. devfeat(github): Add action

    Cloud7050 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    4533db1 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    e2d717a View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8fd31e0 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    6dc36eb View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    b80e03f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c75c6a4 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. docs(): Add screenshot

    Cloud7050 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    d72feec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    df6551d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59c7896 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8fdaaf9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    22e50cb View commit details
    Browse the repository at this point in the history
  6. feat(src): Polish messages

    Cloud7050 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    aae82a4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3a6835a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    749eba0 View commit details
    Browse the repository at this point in the history
  9. feat(): Change completion text to emoji

    Now that output is no longer to the CLI, where emoji don't really work
    properly, this feature can be brought back.
    Cloud7050 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    e8ad23a View commit details
    Browse the repository at this point in the history
  10. Revert "feat(): Change completion text to emoji"

    This reverts commit e8ad23a.
    Cloud7050 committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    2bb8116 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    af543d1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b64185d View commit details
    Browse the repository at this point in the history