particle-dev
particle-dev copied to clipboard
Particle Dev package for Atom
The contents of `atom-text-editor` elements are no longer encapsulated within a shadow DOM boundary. Please, stop using `rootElement` and access the editor contents directly instead. ``` HTMLElement.rootElement (/usr/share/atom/resources/app.asar/src/text-editor-element.js:23:10) LoginView.initialize (/home/bharat/.atom/packages/particle-dev/lib/views/login-view.coffee:116:61)...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.22.1 x64 **Electron**: 1.6.15 **OS**: Mac OS X 10.13.1 **Thrown From**: [particle-dev](https://github.com/spark/particle-dev) package 0.2.1 ### Stack Trace Failed to activate the...
 This would be a combination of two CLI commands: `particle identify` and `particle serial inspect`.
This should fix: - #127 - #110 - #79 - #77 Ref: https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/diagnostics.md
[Enter steps to reproduce:] 1. Create an app with a directory ending with `.ino` 2. Try to compile in the cloud **Atom**: 1.21.2 x64 **Electron**: 1.6.15 **OS**: Mac OS X...
See related spark/particle-cli#390. I also noticed we're using a [fork](https://github.com/spark/particle-dev/blob/master/package.json#L29) of node-serialport - do we know if we can move to the mainline version?
Code Completion Parameter Completion Highlighting of Compiler error line(s) - Even the Arduino IDE does this Clang-tidy and Clang format I realize some of these may be available as plug-ins...
- If one wants to navigate from error to error, there are just too many clicks. For example in Visual Studio (and Visual Studio code) one can simply hit the...
Can you fine folks look at adding this feature that you have s wonderfully incorporated in your Web IDE? There's no good option for us Atom users, and I'm unable...