https://bugs.kde.org/show_bug.cgi?id=447688
Waqar Ahmed <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |NOT A BUG CC| |[email protected] Status|REPORTED |RESOLVED --- Comment #1 from Waqar Ahmed <[email protected]> --- > reverse sort lines, delete duplicated lines, delete empty lines, shuffle > lines, remove leading/trailing white spaces, rectangular (multiple lines) > inserting and deleting, indent (shift right/left) lines, format selected > lines or whole text, word count Hi, almost all of these functions are present in Kate. I know they are not super discoverable, but most of these are documented in our Help. They can also be accessed rather easily using the Kate CommandLine which can be invoked by pressing F7. For example press F7 and then type sort. It will run that command for you. Read the command line documentation for more info. Also, you can write your own scripts and execute them. Some of the functions are there but better invoked using shortcuts. For example, indenting can be done by selecting + Ctrl + I. Look through the shortcut configuration to find out more. Some of the above actions are available via KCommandBar which can be opened by pressing Alt + Ctrl + I. Let me know if you need more help. -- You are receiving this mail because: You are watching all bug changes.
