Micropython-Editor
Micropython-Editor copied to clipboard
Small on-board editor for PyBoard, WiPy, ESP8266, ESP32, RP2040, W60x, XBEE 3, Sipeed K210, as well as PyCom and Adafruit devices written in Python
Arranged to first show what you want to do : followed by the keystroke s. Use (more standard). [key] format. Better describe joining. Add some MacBook function key information Explain...
I have added a few lines to rename the original file before saving by appending a '~' (tilde) in put_file # was: os.remove(fname) # now: try: os.remove(fname+'~') except: pass try:...
It would be useful to return the selected string OR clipboard on exit. Usage: `>>> pye('troubled.py')` ... select source line with complicated syntax (maybe copy to clipboard) and/or multiple lines...
README.md is really too big. Currently it includes changes which need to be split out to changelog.md and the order revised to most recent at the top.
When opening a dir, the dir is listed. When viewing a dir listing and positioning the cursor over a file name and pressing Ctrl-O, the file name is used as...