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

Lingua Franca Package Explorer: extensions to UI in VScode plugin #156

Open
wants to merge 39 commits into
base: main
Choose a base branch
from

Commits on Apr 18, 2024

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

Commits on Apr 21, 2024

  1. Push LF data provider

    edwardalee committed Apr 21, 2024
    Configuration menu
    Copy the full SHA
    c793eb0 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Add LSP message.

    soerendomroes committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f5b9fc6 View commit details
    Browse the repository at this point in the history
  2. Bug Fix - wait until LS is ready to handle requests

    Vincenzo Barbuto authored and Vincenzo Barbuto committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    6428a3d View commit details
    Browse the repository at this point in the history
  3. Set-up notification handler from server to client

    Vincenzo Barbuto authored and Vincenzo Barbuto committed Apr 23, 2024
    Configuration menu
    Copy the full SHA
    f1279d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Improved Tree View: hierarchical structure, go to file

    Vincenzo Barbuto authored and Vincenzo Barbuto committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f468764 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2024

  1. Tree View: improved got-to-file command; added open-in-slit-view comm…

    …and; added import-selected-reactor command
    Vincenzo Barbuto authored and Vincenzo Barbuto committed May 1, 2024
    Configuration menu
    Copy the full SHA
    1e31c70 View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

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

Commits on May 10, 2024

  1. Refactored Remote view to Liingo Libraries; enhanced tree view refres…

    …h post file modifications; optimized item icons for better UI coherence
    vinzbarbuto committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9ddeb4b View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

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

Commits on Jun 20, 2024

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

Commits on Jul 8, 2024

  1. Updated README.md

    vinzbarbuto committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    ef739ca View commit details
    Browse the repository at this point in the history
  2. Updated icon.png

    vinzbarbuto committed Jul 8, 2024
    Configuration menu
    Copy the full SHA
    3d41e4c View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Added 'GoToFile' inline action for Reactor view elements; Moved 'open…

    …InSplitView' action for Reactor view elements
    vinzbarbuto committed Jul 16, 2024
    Configuration menu
    Copy the full SHA
    4a39103 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    52e636d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3f849e View commit details
    Browse the repository at this point in the history
  4. Update README.md

    vinzbarbuto authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    1d67e69 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7b1772b View commit details
    Browse the repository at this point in the history
  6. Update src/lfview/lf-data-provider.ts

    Co-authored-by: Peter Donovan <[email protected]>
    vinzbarbuto and petervdonovan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    7ca960c View commit details
    Browse the repository at this point in the history
  7. Update src/lfview/lf-data-provider.ts

    Co-authored-by: Peter Donovan <[email protected]>
    vinzbarbuto and petervdonovan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    c10ec70 View commit details
    Browse the repository at this point in the history
  8. Update src/build_commands.ts

    Co-authored-by: Peter Donovan <[email protected]>
    vinzbarbuto and petervdonovan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0afcf17 View commit details
    Browse the repository at this point in the history
  9. Update LF_PACKAGE_EXPLORER.md

    Co-authored-by: Peter Donovan <[email protected]>
    vinzbarbuto and petervdonovan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    f311bf3 View commit details
    Browse the repository at this point in the history
  10. Update src/extension.ts

    Co-authored-by: Peter Donovan <[email protected]>
    vinzbarbuto and petervdonovan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    ec3e44d View commit details
    Browse the repository at this point in the history
  11. Update src/extension.ts

    Co-authored-by: Peter Donovan <[email protected]>
    vinzbarbuto and petervdonovan authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    d18dad3 View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2024

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

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

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

Commits on Aug 19, 2024

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

Commits on Aug 20, 2024

  1. Refactored: Moved searchPath from lib/ to src/lib/; Added new error h…

    …andlers for improved robustness
    vinzbarbuto committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    7c60934 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2024

  1. Update LF_PACKAGE_EXPLORER.md

    Co-authored-by: Marten Lohstroh <[email protected]>
    vinzbarbuto and lhstrh authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    65a500e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef4da34 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    3deb853 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a58711b View commit details
    Browse the repository at this point in the history
  3. Add support to new import statement v3; Modify importReactorCommand s…

    …tring to support new statement;
    vinzbarbuto committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    6b5b2f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

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

Commits on Sep 30, 2024

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

Commits on Oct 3, 2024

  1. User interface redesign

    vinzbarbuto committed Oct 3, 2024
    Configuration menu
    Copy the full SHA
    9295b1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    58858b4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2ac798e View commit details
    Browse the repository at this point in the history