Summary: | kate cli reverses order of files | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | zeta <franciscodezuviria> |
Component: | application | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate |
Priority: | NOR | Keywords: | junior-jobs |
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=398525 | ||
Latest Commit: | https://commits.kde.org/kate/1f01415ba33d58185ec80762f5eaa9451597c292 | Version Fixed In: | |
Sentry Crash Report: |
Description
zeta
2018-08-27 04:20:03 UTC
Git commit 1f01415ba33d58185ec80762f5eaa9451597c292 by Christoph Cullmann, on behalf of Guillermo Molteni. Committed on 26/11/2018 at 07:48. Pushed by cullmann into branch 'master'. Don't reverse order of files opened from the command line Summary: When you do kate file1 file2 file3, it will open tabs in same order, file1 file2 file3. In case of having kate opened, invoking it again with kate file4 file5 file6 final result on tabs shall be file4 file5 file6 file1 file2 file3 Reviewers: cullmann Reviewed By: cullmann Subscribers: zetazeta, cullmann, brauch, kwrite-devel Tags: #kate Differential Revision: https://phabricator.kde.org/D17145 M +4 -1 kate/kateapp.cpp M +3 -1 kate/main.cpp https://commits.kde.org/kate/1f01415ba33d58185ec80762f5eaa9451597c292 |