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

feat: implement menu action to reload current board data #2553

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

giacomocusinato
Copy link
Collaborator

@giacomocusinato giacomocusinato commented Nov 6, 2024

Motivation

Allow to reload platform data (boards.txt, programmers.txt) for the selected board.
This allow to reflect changes from board data files in the UI (board selection, "Tools" menu) without the need of restarting the IDE.

Change description

Add a menu entry in "Tools" section that:

  1. Reload the instance of the CLI client
  2. Update cached board details

Other information

Related issues
#1030
#591

Reviewer checklist

  • PR addresses a single concern.
  • The PR has no duplicates (please search among the Pull Requests before creating one)
  • PR title and description are properly filled.
  • Docs have been added / updated (for bug fixes / features)

@giacomocusinato giacomocusinato changed the title feat: reload board data menu action feat: add "Reload board data" menu action Nov 6, 2024
@giacomocusinato giacomocusinato changed the title feat: add "Reload board data" menu action feat: implement menu action to reload current board data Nov 6, 2024
@giacomocusinato giacomocusinato force-pushed the reload-board-data branch 4 times, most recently from d485509 to 4d923aa Compare November 7, 2024 08:57
@giacomocusinato giacomocusinato marked this pull request as ready for review November 7, 2024 09:51
@giacomocusinato giacomocusinato self-assigned this Nov 7, 2024
@giacomocusinato giacomocusinato added the topic: code Related to content of the project itself label Nov 7, 2024
@giacomocusinato giacomocusinato removed their assignment Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
topic: code Related to content of the project itself
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant