particle-dev icon indicating copy to clipboard operation
particle-dev copied to clipboard

Particle Dev package for Atom

Results 53 particle-dev issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

![img_4142](https://user-images.githubusercontent.com/25722/33280460-6c94aaea-d3a2-11e7-817c-a77ae31804b2.JPG) This would be a combination of two CLI commands: `particle identify` and `particle serial inspect`.

enhancement
confirmed

This should fix: - #127 - #110 - #79 - #77 Ref: https://github.com/facebook-atom/atom-ide-ui/blob/master/docs/diagnostics.md

enhancement
confirmed

[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...

bug
confirmed

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?

enhancement
confirmed

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...

enhancement
confirmed

- 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...

enhancement
confirmed

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...

enhancement
confirmed