Hi 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…
You mentioned elsewhere that VIM bindings are upcoming. I think this product will be an insta-buy for me once there're (reasonably proper) vim bindings. Is there a newsletter or something to know once this feature has landed? Also as a hint, before you try to re-implement 30 years of VIM bindings and end up with something where everybody misses something, there's a great C library that could be of help: https://githu…
Zas Editor
231–240 of 362 posts
Re: Zas Editor
#232Zas 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…
Re: Zas Editor
#233Is there a linux version?
Re: Zas Editor
#234Earlier quoted context omitted.
As it is written in Swift, I highly doubt linux support is in their roadmap.
The more complex half is written in Rust. But you’re right, making it available for Linux isn’t something we plan to do soon
Re: Zas Editor
#235Re: Zas Editor
#236Re: Zas Editor
#237I 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…
As a regular person you can use Community for free within some limitations. (I think now that there is feature parity between Community an Pro)
If you work for a big company you need Pro or Enterprise sold as subscriptions for rather a lot of $$$. esp the Enterprise version.
The Enterprise version does have some great features that most devs. never get to use
Re: Zas Editor
#238- Showing type of the variable when you hover. Goland does it perfectly. - Being able to add mouse actions to shortcuts. A use case would be cmd+mousewheel to increase/decrease font size - Importing themes from GoLand.
Re: Zas Editor
#239Why don't you mention the fact that it is Mac-only before bottom of the page (download section)?
Re: Zas Editor
#240I 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…
The regular Visual Studio (Community, Pro, Enterprise) (if that is still the names used) is quite profitable. As a regular person you can use Community for free within some limitations. (I think now that there is feature parity between Community an Pro) If you work for a big company you need Pro or Enterprise sold as subscriptions for rather a lot of $$$. esp the Enterprise version. The Enterprise version does have s…