Summary: | KDevelop closes too much files after review is finished | ||
---|---|---|---|
Product: | [Developer tools] kdevplatform | Reporter: | Piotr Mierzwinski <piotr.mierzwinski> |
Component: | patchreview | Assignee: | kdevelop-bugs-null |
Status: | RESOLVED DUPLICATE | ||
Severity: | normal | CC: | david.nolden.kde, mail, piotr.mierzwinski |
Priority: | NOR | Keywords: | usability |
Version First Reported In: | git master | ||
Target Milestone: | --- | ||
Platform: | Mageia RPMs | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Piotr Mierzwinski
2015-07-07 16:31:31 UTC
This is related with issue: https://bugs.kde.org/show_bug.cgi?id=346893 Second scenario where the problem is reproduced: Steps to Reproduce: 1. run KDevelop with any project 2. open 4 file 3.. change one of them 4. invoke commit (I call context menu clicking in top item in Project view and selecting Git->Commit) I get Review perspective with two opened file: Overview and changed file. 5. Confirm commit in "Review" view Code perspective is restored, but without changed file Actual Results: Changed file is closed. I have only other files. Expected Results: As before. All opened file before commit should be restored after commit will be done. All tests I'm doing with following project: git://git.qtcmd.org/qtcmd2.git *** This bug has been marked as a duplicate of bug 351895 *** |