D8147: Use QActionGroup for input mode selection

2017-10-05 Thread Christoph Roick
This revision was automatically updated to reflect the committed changes.
Closed by commit R39:9d1a97532ce3: Use QActionGroup for input mode selection 
(authored by croick).

REPOSITORY
  R39 KTextEditor

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D8147?vs=20359=20377

REVISION DETAIL
  https://phabricator.kde.org/D8147

AFFECTED FILES
  src/view/kateview.cpp
  src/view/kateview.h

To: croick, #ktexteditor, dhaumann
Cc: dhaumann, #frameworks, cullmann, sars


D8147: Use QActionGroup for input mode selection

2017-10-04 Thread Dominik Haumann
dhaumann accepted this revision.
dhaumann added a comment.
This revision is now accepted and ready to land.


  I once recovery this as well. Thanks for the fix, please commit.

REPOSITORY
  R39 KTextEditor

BRANCH
  defaultinputmode

REVISION DETAIL
  https://phabricator.kde.org/D8147

To: croick, #ktexteditor, dhaumann
Cc: dhaumann, #frameworks, cullmann, sars


D8147: Use QActionGroup for input mode selection

2017-10-04 Thread Christoph Roick
croick created this revision.
croick added a reviewer: KTextEditor.
Restricted Application added projects: Kate, Frameworks.
Restricted Application added a subscriber: Frameworks.

REVISION SUMMARY
  - now shows the current mode at start
  - automatically is mutually exclusive

TEST PLAN
  - select either normal or VI mode

REPOSITORY
  R39 KTextEditor

BRANCH
  defaultinputmode

REVISION DETAIL
  https://phabricator.kde.org/D8147

AFFECTED FILES
  src/view/kateview.cpp
  src/view/kateview.h

To: croick, #ktexteditor
Cc: #frameworks, cullmann, sars, dhaumann