Bug 199990 - Select All option via keyboard / menu item
Summary: Select All option via keyboard / menu item
Status: RESOLVED FIXED
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Ubuntu Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-07-13 10:54 UTC by Dotan Cohen
Modified: 2011-09-19 18:46 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 4.8


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dotan Cohen 2009-07-13 10:54:42 UTC
Version:            (using KDE 4.2.96)
Installed from:    Ubuntu Packages

Please add an option to select all the konsole text via keyboard shortcut or menu. As it is, the user needs to use the mouse to select text (for pasting elsewhere, for instance). Thanks!
Comment 1 Tommi Tervo 2009-11-19 19:40:02 UTC

*** This bug has been marked as a duplicate of bug 100317 ***
Comment 2 bendj 2010-01-10 22:09:21 UTC
This (In reply to comment #1)
> 
> *** This bug has been marked as a duplicate of bug 100317 ***

Is it really? This bug is specifically for "select all" ...

In any case, comment @:

https://bugs.kde.org/show_bug.cgi?id=100317#c13
Comment 3 Will Stephenson 2010-05-13 23:23:25 UTC
Not a dupe of  100317
Comment 4 Jekyll Wu 2011-09-19 16:37:02 UTC
Git commit d11fd4ea18de0bab408e6a41770278873d968ba4 by Jekyll Wu.
Committed on 19/09/2011 at 18:31.
Pushed by jekyllwu into branch 'master'.

Add "Select All" action for selecting the whole history of this session.

FEATURE:  199990
FIXED-IN: 4.8
REVIEW: 102372

M  +3    -1    desktop/sessionui.rc
M  +11   -0    src/ScreenWindow.cpp
M  +12   -0    src/ScreenWindow.h
M  +11   -0    src/SessionController.cpp
M  +2    -0    src/SessionController.h

http://commits.kde.org/konsole/d11fd4ea18de0bab408e6a41770278873d968ba4
Comment 5 Dotan Cohen 2011-09-19 18:46:05 UTC
Thanks, Jekyll!