Diffusion Kate 1f01415ba33d

Don't reverse order of files opened from the command line

Authored by gmolteni on Nov 26 2018, 7:48 AM.

Description

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
BUG: 397913

Reviewers: cullmann

Reviewed By: cullmann

Subscribers: zetazeta, cullmann, brauch, kwrite-devel

Tags: Kate

Differential Revision: https://phabricator.kde.org/D17145

Details