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

Authored by gmolteni on Nov 25 2018, 8:59 AM.

Details

Reviewers
None
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

Diff Detail

Repository
R40 Kate
Branch
master
Lint
No Linters Available
Unit
No Unit Test Coverage
Build Status
Buildable 5350
Build 5368: arc lint + arc unit
gmolteni created this revision.Nov 25 2018, 8:59 AM
Restricted Application added a project: Kate. · View Herald TranscriptNov 25 2018, 8:59 AM
Restricted Application added a subscriber: kwrite-devel. · View Herald Transcript
gmolteni requested review of this revision.Nov 25 2018, 8:59 AM
gmolteni updated this revision to Diff 46181.Nov 25 2018, 9:02 AM

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

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

gmolteni abandoned this revision.Nov 25 2018, 9:34 AM