I'd never heard of Kate and wondered if someone could explain what Kate's differentiator is versus other popular editors (e.g., Vim, Emacs, VSCode)? Is there something in particular that sets it apart or is it just a matter of taste?
vim and emacs are TUI; Kate is a GUI app. VSCode is a full-fledged IDE; Kate is much simpler. Think of it as comparable to TextEdit or notepad.exe, but with more features. It's definitely trending in the VSCode direction, but VSCode is full of surveillance and corporate API clients, and Kate is not.
Kate editor on all platforms
31–40 of 159 posts
Re: Kate editor on all platforms
#32Earlier quoted context omitted.
If you need to work file based and not project or directory based then you should probably be using Kwrite, which literary is a stripped down version of Kate specifically for this purpose.
Which shows how far ahead KDE was even in 3.5 times with reusable embeddable components that were highly engineered. For example Konqueror has a long list of plugins including calling kwrite to render inside of it. The early kio tooling that predates fuse in having universal access through a single file viewer.
Re: Kate editor on all platforms
#33Earlier quoted context omitted.
If you need to work file based and not project or directory based then you should probably be using Kwrite, which literary is a stripped down version of Kate specifically for this purpose.
Which shows how far ahead KDE was even in 3.5 times with reusable embeddable components that were highly engineered. For example Konqueror has a long list of plugins including calling kwrite to render inside of it. The early kio tooling that predates fuse in having universal access through a single file viewer.
Re: Kate editor on all platforms
#34Earlier quoted context omitted.
If you need to work file based and not project or directory based then you should probably be using Kwrite, which literary is a stripped down version of Kate specifically for this purpose.
Which shows how far ahead KDE was even in 3.5 times with reusable embeddable components that were highly engineered. For example Konqueror has a long list of plugins including calling kwrite to render inside of it. The early kio tooling that predates fuse in having universal access through a single file viewer.
Re: Kate editor on all platforms
#35Earlier quoted context omitted.
Which shows how far ahead KDE was even in 3.5 times with reusable embeddable components that were highly engineered. For example Konqueror has a long list of plugins including calling kwrite to render inside of it. The early kio tooling that predates fuse in having universal access through a single file viewer.
Was that what they called KParts? Terminal, file browser, text editor, more, all easy to embed and build an application around?
Re: Kate editor on all platforms
#36Kate is such an impressive editor, I’m glad that it’s being worked on and ported to other operating systems, and I didn’t know it had LSP support now! Good to see! If anything happens to BBEdit, Kate may be my next move
Re: Kate editor on all platforms
#37Earlier quoted context omitted.
Which shows how far ahead KDE was even in 3.5 times with reusable embeddable components that were highly engineered. For example Konqueror has a long list of plugins including calling kwrite to render inside of it. The early kio tooling that predates fuse in having universal access through a single file viewer.
Was that what they called KParts? Terminal, file browser, text editor, more, all easy to embed and build an application around?
Re: Kate editor on all platforms
#38Does anybody know why Kate wants to install pulseaudio on OpenBSD? This would be a perfect IDE. kate-23.08.4:libltdl-2.4.2p2: ok useradd: Warning: home directory `/var/run/pulse' doesn't exist, and -m was not specified kate-23.08.4:pulseaudio-17.0p0: ok kate-23.08.4:pcaudiolib-1.2: ok kate-23.08.4:espeak-1.51p2: ok kate-23.08.4:dotconf-1.3p0: ok kate-23.08.4:py3-xdg-0.28p2: ok kate-23.08.4:speech-dispatcher-0.11.5: o…
Re: Kate editor on all platforms
#39One stupid question: Is anyone aware of how to change the UI "theme" if you're running Kate on macOS or Windows? The 2D, flat icons really look horrible to me.
Re: Kate editor on all platforms
#40I find myself using Kate, Geany and Notepad++ at different points in time for different tasks across my Windows/macOS/Linux machines.
Kate surprised me a few months ago, I had to write assembly for a fully custom processor whose ISA is not at all industry standard. Kate was able to do the syntax highlighting and with the right color theme and "double-click to highlight" it made the non-trivial changes I needed to make a LOT easier than anything else (VSCode/VSCodium included).