atom-ide-ui
atom-ide-ui copied to clipboard
A collection of user interfaces for Atom IDE.
I'm really loving the functionality provided by datatips... when I'm looking for that kind of information. Sadly a lot of the time the tip (or the highlight that comes with...
### Description I'm trying to migrate my own tooltips/datatips to the datatip provider from atom-ide-ui. Datatips already support markdown, which is very neat and I've managed to get this working....
Is there any way to get `cmd+r` working with Atom IDE?
### Description If you have a file open with `diagnostic` messages, and then split the file `atom-ide-ui` triggers `lint()` request to diagnostic providers even though a new file hasn't been...
### Description It's currently impossible to copy text from the panel in the normal UI. ### Expected Behavior Copying text from the panel should work. ### Actual Behavior Attempting to...
### Description The background highlight that appears when you hover over something makes the code hard to read if the color of the code happens to also be blue. ...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.21.0 x64 **Electron**: 1.6.9 **OS**: Microsoft Windows 10 Pro **Thrown From**: [atom-ide-ui](https://github.com/facebook-atom/atom-ide-ui) package 0.5.0 ### Stack Trace Uncaught Error: Cannot find...
### Description I have the `linter` package disabled, and have the `atom-ide-ui` package installed along with `linter-js-standard`. From what I understand, the `linter-*` packages are compatible with `atom-ide-ui`, however the...
### Description Consumers of `diagnostics-store` are fed an empty array and then the message list they already had when a new pane is opened on an existing editor. ### Expected...
Code format providers are currently forced to return something: https://github.com/facebook-atom/atom-ide-ui/blob/master/modules/atom-ide-ui/pkg/atom-ide-code-format/lib/types.js However, this makes it difficult to have multiple formatting providers for the same document, since we only use the one...