Re: tips for using eric for micropython?

2022-09-03 Thread Christian Haul
Hi Detlev, aparently I'm missing something in the settings. The REPL works fine even including completion (by the board of course). In an editor buffer, completion works for QtScintilla (i.e., based on the buffer's content). I have enabled auto completion providers Eric, Jedi, QtScintilla,

Re: tips for using eric for micropython?

2022-09-03 Thread Detlev Offenbach
Hi Chris, when typing in the MicroPython console ther is no completion available as all the code is executed on the micro controller. The suggested workflow is to code your project on the host computer using the eric Assistant completions with the provided MicroPython API files. However, I

tips for using eric for micropython?

2022-09-03 Thread Christian Haul
Hi list, I have recently started using Eric7 22.9 for micropython on an ESP8266 (Wemos D1 mini to be precise) and it works nicely. However, I'm missing API hints and validation. Is there a way to tell Eric about the environment and provide feedback on misspelled method names and get

Micropython setup?

2022-09-03 Thread Christian Haul
Hi list, Ich habe gerade angefangen, mit Eric auf einem ESP8266 uPy zu machen. Das funktioniert eigentlich ganz gut. Ich vermisse etwas das Ergänzen von APIs und es wäre cool, Schreibfehler in Methodennamen schon vor dem Start auf dem Device zu entdecken. Hat jemand dazu Tipps, wie man das am