this post was submitted on 01 May 2021
19 points (95.2% liked)
Open Source
32345 readers
1256 users here now
All about open source! Feel free to ask questions, and share news, and interesting stuff!
Useful Links
- Open Source Initiative
- Free Software Foundation
- Electronic Frontier Foundation
- Software Freedom Conservancy
- It's FOSS
- Android FOSS Apps Megathread
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.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.