Mu: Save Locally with CircuitPython

Created on 11 Dec 2018  路  1Comment  路  Source: mu-editor/mu

Feature Request:
Would it be possible to have the Mu editor save a file locally as well as on the CircuitPython target?

Problem Statement:
Developing straight onto the CircuitPython target it great, but it has the risk of losing your code in case something happens to the target board (broken, lost, etc).

Background/Further talk:
I'm thinking that it would be great to be able to have the option to save the *.py files onto the target and onto the local drive simultaneously to mitigate this. There are other ways to solve this problem, such as saving locally then copying over when modified. This could be done manually or through a simple script, however, it would be great to see this as part of Mu.

circuitpython

Most helpful comment

I submitted a pull request with these features this last summer waiting for version 1.1 for the adafruit version.

https://github.com/mu-editor/mu/pull/485

It adds a "Run" button that copies local files to the CPX and also does some library file management.

Keep asking. I'd like to see this included so I don't have to keep updating the systems at our makerspace.

>All comments

I submitted a pull request with these features this last summer waiting for version 1.1 for the adafruit version.

https://github.com/mu-editor/mu/pull/485

It adds a "Run" button that copies local files to the CPX and also does some library file management.

Keep asking. I'd like to see this included so I don't have to keep updating the systems at our makerspace.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

ladyada picture ladyada  路  4Comments

jaustin picture jaustin  路  6Comments

the-stanely picture the-stanely  路  7Comments

hwiguna picture hwiguna  路  8Comments

probonopd picture probonopd  路  5Comments