| Summary: | Ctrl+h selects the word in the left of the cursor instead the one on the right | ||
|---|---|---|---|
| Product: | [Applications] kate | Reporter: | Albert Astals Cid <aacid> |
| Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | major | CC: | christoph |
| Priority: | VHI | ||
| Version First Reported In: | SVN | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | 4.10 | |
| Sentry Crash Report: | |||
Indeed. Sigh. as reminder: should be fixed before KDE 4.10! Fixed by reverting Thai patches, see Bug 156561. Applied that patch after 4.9 was branched, to have more testing, seems testing shows => buggy :/ Git commit fdc4aa9c298004ccd397fd2b451065d52cbf1ee0 by Weng Xuetian, on behalf of Alex Levkovich. Committed on 01/09/2013 at 06:23. Pushed by xuetianweng into branch 'KDE/4.11'. Fix shutdown on critical battery level powerdevil kcontrol and daemon doesn't use consistent value for action, make them both use same enumeration is more desirable than plain number. FIXED-IN: 4.11.2 Reviewed By Weng Xuetian M +5 -3 powerdevil/daemon/powerdevilcore.cpp http://commits.kde.org/kde-workspace/fdc4aa9c298004ccd397fd2b451065d52cbf1ee0 ... sorry for the noise... I used the wrong bug number on the commit.. ...it was fixed, though, see comment #3. |
Seems that only master is affected (or at least can't repro on 4.9.1) If you have text like connect( m_pMoleculesviewer, SIGNAL(triggered()), this, SLOT(slotMoleculeviewer()) ); put the cursor in front of the slotMoleculeviewer word (i.e. after 'SLOT(') and press Ctrl+h, it's SLOT the word that will be searched, this is a regression from the usual Ctrl+H behaviour