Amin Ya
Amin Ya
It is not experimental. You are checking an old version of the documentation: https://flight-manual.atom.io/api/v1.53.0/TextEditor/#instance-decorateMarkerLayer
I was not aware of this particular API and the fact that it is faster. [Minimap does not seem to use Atom's decoration API](https://github.com/atom-minimap/minimap/blob/fefc23e747a89c1309fff90a88d5b2492a80a0f7/lib/mixins/decoration-management.js#L323) But linter-ui-default does! I will need...
If we can transfer this to minimap repo, we can work on it more. The code for minimap can be optimized more.
I agree. There are many of these null-bug issues, and finding the reason for them without TypeScript is pretty hard.
This is mostly working. One of the tests is failing which I need to debug.
@UziTech Any thoughts?
If there is no objection, I want to merge #761
> I would need some time to do more research. I can see why someone would like to have a specific order of plugins so more important ones show on...
> I feel like we need to figure out a way to keep user defined ordering for power users, even if it isn't this setting. > I think if anyone...
I am bumping the major version in #798 by removing some of the legacy functions. It might be a good thing to include #761 in this major bump too.