Peter Flynn
Peter Flynn
Yeah -- if the cursor is on a tag name, id attribute, or class attribute then the CSSInlineEditor provider will respond by searching for matching CSS rules. Is it possible...
@ProLoser Yeah, being able to mix result sets from different providers is something we've discussed a few times, but it's not currently supported by the API. So ideally for now...
@ProLoser Unfortunately that's not quite how the API works today. The provider has to _synchronously_ decide if it wants to respond -- i.e. before it has time to run the...
@bdadev This is because that shortcut is now used by a command in Brackets core, "Add Next Match to Selection." Maybe the Emmet plugin should pre-empt Brackets core shortcuts if...
There's some very high-level info here: https://github.com/adobe/brackets/wiki/File-System. But the most of the docs are in the form of JSDoc comments on the APIs themselves (in the individual JS files) --...
@sergeche Neither the old APIs nor the new APIs can read/write binary files (they're both calling the same brackets-shell API under the hood) -- so it shouldn't affect your migration....
@PramUkesh Do you have npm installed on your machine? What does `npm --version` say?
Filed ly-tools/gitbook-plugin-fancybox#4 on this issue in case the Fancybox plugin is willing to fix this on their end. It hasn't been updated in years though, and a bug filed in...
Also btw maybe an opportunity for collaboration with @MiguelCastillo since his extension is also missing this functionality so far: MiguelCastillo/Brackets-InteractiveLinter#27 :-)
Same request as #134 I think?