| Summary: | Open all files in a directory when executed from command line | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Baltasar <baltasarq> |
| Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | a.samirh78, miso, waqar.17a |
| Priority: | NOR | ||
| Version First Reported In: | 19.04.2 | ||
| Target Milestone: | --- | ||
| Platform: | Manjaro | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 21.04 | |
| Sentry Crash Report: | |||
|
Description
Baltasar
2019-06-19 13:03:21 UTC
IMHO, it's out of kate's scope to probe the contents of a directory and open the ones it recognises as text files, whereas the user can simply use `kate dir_path/*.xyz` to open whatever files he wants or just dir_path/* to open all the files in said directory, if he knows the dir only contains text files... > IMHO, it's out of kate's scope to probe the contents of a directory and open the ones it recognises as text files, whereas the user can simply use `kate dir_path/*.xyz` to open whatever files he wants or just dir_path/* to open all the files in said directory, if he knows the dir only contains text files...
Well, Atom does it, as well as other recent text editors (such as Notepadqq, though this time from an explicit option in the GUI). The same argument could be applied to them.
Out of scope? This is killer feature for every good editor or IDE. VS Code, Atom, Idea, etc. all these editors support this and it really helps. Kate is good editor with fast startup, contains directory browser, so why do you think that this is out of scope? |