Help testing Deviot 2.0
See original GitHub issueHi everyone!,
I have been working in the version 2 of Deviot. Now I’m ready to to receive feedback of this version, there are still some features not ready, but I think you can use without problem with most of your projects.
The plugin has been written from scratch, so maybe there is not much new features, but I hope this version is more consistent and with less bugs. Plus the code now is more organized, this is really good to maintain the plugin!.
To install this version read Install developer version but instead of use the developer
branch use:
New features already implemented
-
PlatformIO console.
-
Quick bar, access to all deviot features easily
-
Auto-clean the serial monitor window (after 1600000 characters)
-
Clean serial monitor window command (from menu)
-
Support to symlink python installation
-
Search library with less than 4 charactes
Features NOT implemented Yet:
-
Auto-discover OTA services -
Automatic discovery of PlatformIO updates -
Full Translation of the plugin -
Plugin information in the status bar (optional) -
Console not colored -
Highlight lint error -
Options Menu -
Fix Shorcuts -
Add code highlight & completions
Please test all features and report any problem in this post.
Thanks!
Issue Analytics
- State:
- Created 6 years ago
- Reactions:3
- Comments:36 (24 by maintainers)
Fixed that erros in the console (there was not related with symlink)
Please confirm you haven’t problem too
Options > Rebuild Boards Files
for the cases whenboards.js
is corrupt. And the way as that file was being generated was improveed too.If you can’t see the new option your menu go to
Language
and select your current language to regenerate the menu file.Confirming that #64 seem to be alright so far. I’m on arch linux with
/usr/bin/python --> /usr/bin/python3.6
so Deviot is picking uppython2
nicely (I had to change the symlink previously every time I used it). This is the first time in a long while I’ve been able to build/upload from Deviot vs. using platformio directly. Thanks!