Marcos Ojeda
Marcos Ojeda
i noticed this too and asked around in irc, but foolishly hadn't thought to try looking here
hey, so i looked at this and just wrapped it in a native tm2 bundle in a separate branch here: https://github.com/nsfmc/textmate-solarized/tree/tm2 the actual changes to the plists were only cutting...
if you have some setup like this, where you wrap a draft component in some other larger component but you want to make the outer element focus draft ```js const...
you can autofocus in much the same way using `componentDidMount` or however ```js class WrappedDraft extends React.Component { componentDidMount() { this.editor && this.editor.focus(); // or however you want } render()...
Sorry i misread the issue, do you mean that when adding a new custom editorblock to your editor you want the editor to be focused and the selection to be...
@arielmcm were you having the same `Error: unknown command: protocol` issue until pinning back to `1.0.0-38`? if so, this commit should probably be looked at again. if there's a separate...
@adieuadieu would you mind taking another look at this or let me know if you think i should close this pr?
i'm able to reproduce this on [email protected] but as noted, it works fine in the 26.x release. The menu bar's recents remain dimmed and inactive, showing no submenu. however, right...
to add more color to this: in electron 29.1.0, when starting a non-prod electron project, items added are registered and available to the dock, but they're not visible as a...
@schroef hey, i'm super sorry i missed this whole discussion, do you want to pick it up again?