| Summary: | Script to remove duplicate lines | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Todd <toddrme2178> |
| Component: | scripting | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | wishlist | CC: | simonandric5 |
| Priority: | NOR | ||
| Version First Reported In: | 3.10.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Todd
2013-05-03 09:18:57 UTC
Looking at the scripting code, it appears this functionality has already been implemented. However, it is not made available to the user in the menu. There appear to be a bunch of functions in utils.js that could be placed in the menu but aren't, and this is one of them. select text, F7 (switch to the command line) and type 'uniq' That's exactly what you are looking for. I'm not sure whether putting every possible action we have into the gui is a good idea. I'll close this particular issue as works-for-me, since it's there :) |