bryphe

Results 160 comments of bryphe

Thanks for introducing this, @Akin909 ! > I'm working on the syntaxHighlightingPeriodicJob on another branch, unfortunately it has quite a few external dependencies, currently blocked by the fact that vscode-textmate...

At a high-level, it would be nice to have the following methods on `NeovimInstance` - `anyBuffersModified(): Promise` - returns true if a buffer has an unsaved edit, false otherwise -...

This is a huge gap in our current story, and basic functionality that any text editor should have... Ideally, we'd implement the following: - Detection on close of an active...

Hi @MikaAK , The language server support is on-deck for '0.3'. You can already hook-in to a language server via the Oni API - you can see an example of...

> All I'm doing is using tab to cycle through the options visible. This is the behavior I want to keep however when using completion directly from oni I cannot...

Hi @MikaAK , Couple follow ups here: - You can use the `editor.completions.enabled` configuration set to `false` to disable completions if you'd prefer to use deoplete - The language server...

Thanks @magopian ! Really appreciate all the details you included, very helpful. I actually hit this as well while I was working on demo / videos. Definitely annoying... and would...

I think the issue is our `Automation` API doesn't have a `sendInputEvent` method: A couple of ways you can exercise this locally: - In developer tools, you can use the...

Our plugin model is designed to be flexible enough to allow for it (and if it isn't, we should fix it!). Unfortunately I haven't used Jupyter too much, so I...

Thanks for the issue @christo-auer ! I can understand the concern. First off - Oni isn't dead! I actually have been actively prototyping what an `Oni v2` could look like...