Zas Editor developer here. I think it’s important to address a problem a few people have mentioned so far: no data is collected other than your Mac’s serial number, which used to be used for finding how many computers a license is used on (we no longer do that) We’re going to add a privacy policy in the website. We haven’t already done that because we didn’t really expect this much attention within hours of releasing…
FYI typo on your faq page: "hunderds"
Zas Editor
181–190 of 362 posts
Re: Zas Editor
#182Hi everyone! I'm the lead developer of Zas Editor. I wanted to share some details about the editor you might be interested in. The text-storage data structure, syntax highlighting and search features are written in Rust, and the UI is written in Swift since we wanted to create a native macOS experience. The Swift and Rust code talk to each other using C FFI, and no, that doesn’t take away the safety features of both…
Did you consider using ANTLR instead of tree-sitter parser? Don't know too much about tree-sitter but is seems to be a batteries included approach to building parsers?
Re: Zas Editor
#183Re: Zas Editor
#184I love a new editor. But I long ago realized that a text editor was a massive long-term investment and after two editor companies abandoned me, I switched (back) to Vim and doubled down. Had I stuck with Vim in 1992, I could have saved a lot of time. That said, today it’s Neovim, with IntelliJ kept around for its power and the fact that I often have to open client projects. And VSC for specific plugins that save time…
I've certainly been down that rabbithole. Started with Vim, planned on eventually learning Emacs (still do), and then to whatever editor was "flavor of the month", including TextMate and Sublime Text. Sublime Text was great in it's day, and i still hold a license for the latest version, but it is caught in a death spiral it seems. Whenever i check if it "does X", it turns out it maybe does, but VS Code has a much bet…
Re: Zas Editor
#185I wonder if it really still make sense to develop an editor as a commercial product. This is probably a massive effort, and the revenue is maybe not so large. There is IntelliJ and Visual Studio. IntelliJ is successful, yes, but they have a long history, and the editor is really good. Visual Studio is maybe also successful but I'm not sure how profitable it really was or is. But otherwise? Sublime Text and others wer…
Yeah, people in this thread are praising the one time purchase but I'm almost seeing it as a red flag - how do we know a niche product like this will stick around without recurring revenue? I don't know if that's paid major upgrades or similar. Edit: As a sibling comment pointed out it does actually do paid upgrades after a year so ignore my comment.
Re: Zas Editor
#186Re: Zas Editor
#187Im sure vscode has more options than Zas. Personally i need: move last open tab to left, vi-mode and sequence keybindings with context. Other than that i need my settings/extensions to be synced across devices. Does Zas have these?
I'd check it myself, but it's mac only and im on Linux. There is no info if this will change or not. FAQ should give more info.
Other than that, i dont like editors that are language specific. I dont want to use a different editor for each language. It says it supports go & rust. But what if you are making a http server that serves some basic HTML files? It would be kinda annoying if it didnt support html/css/js indenting or syntax errors.
I would agree that vscode is kinda slow. Although it's fast enough for me. It seems faster than a couple of years ago. Still, i dont like my apps being written in electron. It's a waste of memory, CPU and electricity. So that's a win for Zas if they dont use electron.. What are they using? Would be nice to know.
I like the bussiness model. But it just cannot compete with vscode. I think could have. And it would have been the smart choice.
Re: Zas Editor
#188Edit:
The trial should ideally be 1 month. It takes a while to put the editor through its paces.
Also support for running a command outside the editor (for example auto-formatting / linting) is essential
Re: Zas Editor
#189I wonder if it really still make sense to develop an editor as a commercial product. This is probably a massive effort, and the revenue is maybe not so large. There is IntelliJ and Visual Studio. IntelliJ is successful, yes, but they have a long history, and the editor is really good. Visual Studio is maybe also successful but I'm not sure how profitable it really was or is. But otherwise? Sublime Text and others wer…
Yeah, people in this thread are praising the one time purchase but I'm almost seeing it as a red flag - how do we know a niche product like this will stick around without recurring revenue? I don't know if that's paid major upgrades or similar. Edit: As a sibling comment pointed out it does actually do paid upgrades after a year so ignore my comment.
Re: Zas Editor
#190Zas Editor developer here. I think it’s important to address a problem a few people have mentioned so far: no data is collected other than your Mac’s serial number, which used to be used for finding how many computers a license is used on (we no longer do that) We’re going to add a privacy policy in the website. We haven’t already done that because we didn’t really expect this much attention within hours of releasing…
Tangential: Are you the only developer on this? How long did it take from first line of code to current state? This sees like a monumental effort, so curious.