All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
Rules
- Posts must be relevant to the open source ideology
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon from opensource.org, but we are not affiliated with them.
- 0 users online
- 3 users / day
- 10 users / week
- 46 users / month
- 278 users / 6 months
- 6.05K subscribers
- 1.49K Posts
- 4.95K Comments
- Modlog
When will it come to Super Tux Kart though
deleted by creator
What’s your experience with it? Is it worth it to switch, or is there not so much support?
If you are on KDE/Plasma there is not real way around it anyway. Kate is more or less two parts…the kate shell and the KTextEditor framework. And the KTextEditor framework is used in several programs…kdevelop, kwrite, kile…I think also kmail uses it for writing emails.
So I don’t really use kate that much directly…for single config file edits I use kwrite and for development usually kdevelop. But improvements to kate usually make it to those programs through KTextEditor as well so I am always happy about new kate versions.
As standalone programming editor kate works well enough. It’s old and mature. Lacks some features of sublime and has some others sublime lacks. If you are into vim the vi-mode of kate (actually KTextEditor, works in other programs too) might be interesting. I still prefer a full IDE like kdevelop, I can’t do without their variable-highlighting anymore but kate is a very capable editor for programming nonetheless.
Well, it’s not hugely popular nor does it have tons of money behind it, so if you’re looking for an editor with hundreds of plugins, you’ll be disappointed here.
But if you’re looking for a text editor that’s open-source, not heavy on resources and not arcane (a.k.a. Vim or Emacs), then it’s among the most powerful you can find.
And like, that’s one of my favorite aspects of it. There isn’t much of a “switch” necessary. It largely behaves in obvious ways. It’s a utility, not a life investment.
deleted by creator
deleted by creator
Kate does seem like it could potentially be a good alternative to Sublime Text. If only it supported LSP and had a better add-on management!
Actually Kate does support LSP via plugin: https://kate-editor.org/post/2020/2020-01-01-kate-lsp-client-status/