https://bugs.kde.org/show_bug.cgi?id=385919

Kevin Funk <kf...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
      Latest Commit|                            |https://commits.kde.org/kde
                   |                            |velop/9d4bd89706ee67a0e335e
                   |                            |da3f1732f3eda1f1c23
   Version Fixed In|                            |5.3.0
         Resolution|---                         |FIXED

--- Comment #1 from Kevin Funk <kf...@kde.org> ---
Git commit 9d4bd89706ee67a0e335eda3f1732f3eda1f1c23 by Kevin Funk.
Committed on 25/03/2018 at 20:32.
Pushed by kfunk into branch 'master'.

Properly save state of KTextEditor Views

Summary:
Call the KTextEditor::View methods for reading & storing the state:
- KTextEditor::View::readSessionConfig()
- KTextEditor::View::writeSessionConfig()

Remove our implementation of storing the state of ...:
- Cursor
- Selection

By using the KTextEditor methods we do save the states of ...:
- Cursor
- Dynamic Word Wrap
- Text Folding nodes
- ...

Thus, with this patch the storing & retrieving of the selection state is
lost. To be honest, I don't see that as a super useful feature anyway.

FIXED-IN: 5.3.0

Reviewers: mwolff

Reviewed By: mwolff

Subscribers: mwolff, kdevelop-devel

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

M  +12   -31   kdevplatform/shell/textdocument.cpp
M  +3    -2    kdevplatform/shell/textdocument.h
M  +5    -4    kdevplatform/shell/workingsets/workingset.cpp
M  +4    -4    kdevplatform/sublime/view.cpp
M  +18   -4    kdevplatform/sublime/view.h

https://commits.kde.org/kdevelop/9d4bd89706ee67a0e335eda3f1732f3eda1f1c23

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to