IDEup is not even in alpha. Help needed/wanted. If you like the app, please
Basic micropython IDE for ESP8266 NodeMCU board
Install Qt and Qt creator (online installed recommended). Instal QScintilla. Import with Qt Creator (New Project -> Import -> git clone) and compile.
Tons of things to fix/do:
- Serial port communication is a mess, need to improve it.
- Add autocomplete features.
- Add "help" (link to micropython help, or embedd it).
- Create plugin system for flashing boards.
- Improve file handling.