[Konsole-devel] [konsole] [Bug 327395] Select the current line using the keyboard

Kurt V. Hindenburg kurt.hindenburg at gmail.com
Mon Feb 17 14:29:58 UTC 2014


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

Kurt V. Hindenburg <kurt.hindenburg at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|http://commits.kde.org/kons |http://commits.kde.org/kons
                   |ole/7cf548bea8a7c3c5da4a0dd |ole/0f84f38c0aa3c7bc9929fed
                   |00c3a7e677f0481c8           |f8b5aedcc937995dc

--- Comment #14 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 931cf74e6303b25604e932d228376c4c115157f8 by Kurt Hindenburg.
Committed on 12/02/2014 at 17:08.
Pushed by hindenburg into branch 'frameworks'.

Split mouseTripleClickEvent method into selectLine()

Use a helper method selectLine() which is most of the
mouseTripleClickEvent().  Also, in preparation for upcoming patch to
allow selectLine per shortcut.
(cherry picked from commit c5beb590325c02ccb770189b6219503525b818e8)

M  +6    -1    src/TerminalDisplay.cpp
M  +1    -0    src/TerminalDisplay.h

http://commits.kde.org/konsole/931cf74e6303b25604e932d228376c4c115157f8

--- Comment #15 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 801d4d4b8c7ea6bd1b71c7544002adb6582e9b9c by Kurt Hindenburg.
Committed on 12/02/2014 at 17:24.
Pushed by hindenburg into branch 'frameworks'.

Add parameter to selectLine for selecting entire line

This will allow selectLine() to be called outside of using the Enum::
SelectWholeLine and SelectForwardsFromCursor.  If more Enums are added
this code will need adjusted.
(cherry picked from commit ce554872049cc07728bd25912109d9c54f25ee30)

M  +5    -4    src/TerminalDisplay.cpp
M  +1    -1    src/TerminalDisplay.h

http://commits.kde.org/konsole/801d4d4b8c7ea6bd1b71c7544002adb6582e9b9c

--- Comment #16 from Kurt V. Hindenburg <kurt.hindenburg at gmail.com> ---
Git commit 0f84f38c0aa3c7bc9929fedf8b5aedcc937995dc by Kurt Hindenburg.
Committed on 12/02/2014 at 19:22.
Pushed by hindenburg into branch 'frameworks'.

All 'select line' for use with shortcut

Select entire line from a shortcut.

Patch by Christian Couder chriscool at tuxfamily.org
FIXED-IN: 2.13
(cherry picked from commit 7cf548bea8a7c3c5da4a0dd00c3a7e677f0481c8)

M  +9    -0    src/SessionController.cpp
M  +1    -0    src/SessionController.h
M  +7    -0    src/TerminalDisplay.cpp
M  +3    -0    src/TerminalDisplay.h

http://commits.kde.org/konsole/0f84f38c0aa3c7bc9929fedf8b5aedcc937995dc

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the konsole-devel mailing list