https://bugs.kde.org/show_bug.cgi?id=456736
--- Comment #2 from Chris Holland <zrenf...@gmail.com> --- > Which git features did you not find? We have most of the common features. See > https://invent.kde.org/utilities/kate/-/issues/24 See: https://i.imgur.com/Bauese2.png See: https://old.reddit.com/r/kde/comments/vyuynb/which_ide_or_editor_do_kde_programmers_use_to/ig56mrj/?context=2 None of them appear in the KCommandBar except: * Git: Gitk (gui app) * Git: git blame (gui app) * Kate Project Manager: Checkout Git Branch SublimeText and VSCodium have: https://gist.github.com/Zren/c0282057009270035ff42f0d9cfac9a0 > True, its confusing. The reason there are two is because one is Mode and the > other is Highlighting. They have slightly different roles. Uhg, so syntax switches both the color/format+autocomplete+snippets, but highlight only switches the color/format? They definitely need to be labeled in KCommandBar. Actually, just hide the Highlight actions from KCommandBar, because that feature is way too niche imo. > Because all the three types of wraps you mention, fall under the "Word Wrap" > category and if you check the main menu, you will find these options listed > under View->Word Wrap -> .... Not every "setting" should be quickly accessed. Only the quick word wrap toggle imo. Sublime only exposes: Wrap at ruler Word Wrap: Toggle VSCodium: View: Toggle Word Wrap However in sublime's menu is: Edit > Wrap > Wrap Paragraph at Ruler Edit > Wrap > Wrap Paragraph at 70 characters Edit > Wrap > Wrap Paragraph at 72 characters Edit > Wrap > Wrap Paragraph at 78 characters Edit > Wrap > Wrap Paragraph at 80 characters Edit > Wrap > Wrap Paragraph at 100 characters Edit > Wrap > Wrap Paragraph at 120 characters View > Word Wrap View > Word Wrap Column > Automatic View > Word Wrap Column > 70 View > Word Wrap Column > 72 View > Word Wrap Column > 78 View > Word Wrap Column > 80 View > Word Wrap Column > 100 View > Word Wrap Column > 120 And VSCodium has this in it's settings: https://i.imgur.com/xNXuvh8.png > Not sure what you mean by 3rd party plugin. You can change the indentation in > the statusbar (for the open document only). Kate has auto indent detection so > I don't bother with changing indent settings anymore. I'd honestly forgotten it showed in the statusbar in ST and VSCodium. I've not touched it since installing Sublime 3rd party plugin "Missing Commands" which adds the "Tab Width 2/4" custom commands to Sublime. I sometimes adjust the autodetect from Tab Width 2 > 4 which is nice to do from the keyboard. It typically happens in markdown, where md lists are 2 spaces, but code tags are 4 spaces. Kate doesn't seem to have Convert to Spaces/Tabs though which both Sublime and VSCodium have by default. I'll need to lookup if there's a feature request for it. -- You are receiving this mail because: You are watching all bug changes.