I’ve been meaning to add it for a while, I’m pleased that it may be of use to you and Onivim
I can’t wait to see more threads about Onivim tbh, I have a really good feeling about it - it ‘feels’ nice/slick, and so soon in its development too! I am sure it’s going to be even more awesome when it hits 1.0!
Ah cool!
I wonder if you could build in an off switch as well? This might be handy for those who want to force themselves to learn Vim?
How do you do that in Onivim Bryan?
I also wonder whether you could include additional controls essentially being able to prevent or authorise network access. So for instance whenever anything in Onivim wants to connect to the internet Onivim displays a notice asking for authorisation first (basically like Little Snitch but just for Onivim).
I think people are taking security more and more seriously now and I think this could be a killer feature for Onivim. One of the things I love about editors like TextMate and MacVim is that I can block all internet access for them via little snitch and they work perfectly. It would be great if Onivim does something similar to Little Snitch out of the box.
It’s good to know the pre-order lifetime license and discount is still there Personally I think most developers will be interested in being able to purchase a lifetime license rather than paying a monthly fee for access. The market is huge and growing each year so I wouldn’t worry about revenue - there will always be new developers and so always new people interested in buying a license (these are just my personal thoughts and of course you have to do what you feel is right for you and your product )
Great!
Would you like us to create a separate suggestions thread for Onivim, and another for issues/bugs? For things like tips and how to’s I would post these in dedicated threads as they will be more likely to be discoverable by anyone who might be searching for something similar in future.
One suggestion that comes to mind right now is that on resizing Onivim stretches whatever is in the window and then on release fits the new size, however when you are resizing a code editor window you are usually doing so to better fit what you’re editing at the time. I wonder if you could add this to your list (if it’s not already on it)?
Hi @bryphe. Just purchased it . Good to know that there is still a lifetime purchase. I prefer that to monthly payment
Again thank you and your team for this amazing work . I will, eventually, try to contribute if I can.
I am getting this notice which I’m fairly sure I didn’t get on Catalina tho, about it not being able to start the Erlang LS client - any ideas why @bryphe?
Hi @AstonJ. I didn’t get that error when I opened an Elixir project. I am currently working on a Go project instead so I didn’t have that error.
You can try to replace elixir-lsp plugin with VS Code one and check if it is the same issue.
Looking at a couple of these issues - that super-bright-notifications is definitely a bug (theme color issue ) - that’s fixed in the latest nightly.
And then the Erlang extension - first issue is that we’re missing the output logs - I checked them in the terminal and saw this:
Method: $append args: [null,"escript: Failed to open file: /home/bryphe/.config/oni2/extensions/erlang-ls.erlang-ls-0.0.15/erlang_ls/_build/debug/bin/erlang_ls\n"]
Inspecting further - it turns out the extensions erlang_ls/_build folder is empty - it seems to be that the open-vsx extension doesn’t have the built erlang language server included in the package.
They’ve done an awesome job seeding the repository with a bunch of packages, but it’s hard to capture all the build steps / environments native tools need - best case is that more extensions will publish directly to open-vsx Would be great if the owner of elixir-ls/vscode published to open-vsx along with the vscode marketplace!
That said, if you don’t feel like you have a ton of (or any) experience writing Reason/OCaml, don’t feel like you can’t still submit a PR. I (and I’m sure Bryan and Ryan) would be more than willing to help out if you run up against any problems!
I will consider buying it if the editor really puts security at the front of everything, because the compromise of extensions used by developers in popular editors are starting to become common, and this extensions will harvest data from your computer and silently sent it to the internet, but if the editor doesn’t allow for it without a pop-up, then that will be a killing feature for me.
The one thing that concerns me in this editor is that it seems that will allow to install vscode extensions, and if that is the case then I am out of buying it.
I think this could be a huge killer feature for Onivim - an editor that controls, logs and requires permission before any kind of internet connection or activity. Something like Little Snitch but specifically for the editor
I won last month’s Onivim’s giveaway. I have a few questions about the licensing.
Can I use it on multiple machines (my Linux machine and MacBook) at the same time?
If the answer to the above question is not, can I transfer it to a machine I buy in the future and stop using it on my current machine, i.e. on one machine at a time?
Or is the license valid for one user’s one machine and can’t be ported to the same user’s another machine?
I have one more question which is not about licensing, i.e. when will a build for Macs with Apple Silicon come?
Ooooh, now that’s interesting, it’s core is made in OCaml, an old version of OCaml, that’s compiling with -D_GNU_SOURCE, but assuming POSIX interface (non-_GNU_SOURCE), which was fixed in OCaml a little while ago, the version of OCaml (that they’ve embedded the compiler in, that’s… really weird, I have ocaml up to date on my system, why not just use that one?!) is too old to build on modern systems, that’s… an interesting start… ^.^;
I don’t have time to try upgrading it myself right now, gotta go, maybe tomorrow… ^.^;