Skip to content

Product name change and bugfixes #21

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

Merged
merged 15 commits into from
Nov 21, 2022
Merged

Product name change and bugfixes #21

merged 15 commits into from
Nov 21, 2022

Conversation

murilopolese
Copy link
Contributor

  • Change product name and reflect changes on documentation and configuration files
  • Update licence disclaimer
  • Add copy and paste icons to REPL panel
  • Filter out "dot files" from displaying on file manager
  • Escape strings when saving file on board

ubidefeo and others added 14 commits November 4, 2022 18:26
The repository name was changed to "lab-micropython-editor", but some code and documentation still referenced the
previous repository name.
There is an edge case when the filename is being edited and a file is 
being requested from the board. 

Both things will try to execute commands over serial on the board at the 
same time.

There should be a stack/queue of commands to be executed sequentially 
but this is not in the specification. 

Meanwhile the filename saving operation will take priority.
Strings with `\'` or `\"` gets double escaping: `\\'` and `\\"`
@murilopolese murilopolese changed the title Develop Product name change and bugfixes Nov 18, 2022
@arduino arduino deleted a comment from CLAassistant Nov 18, 2022
@arduino arduino deleted a comment from CLAassistant Nov 18, 2022
Copy link
Collaborator

@ubidefeo ubidefeo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@CLAassistant
Copy link

CLAassistant commented Nov 21, 2022

CLA assistant check
All committers have signed the CLA.

@murilopolese murilopolese merged commit 8b65d59 into main Nov 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants