Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 244299 Details for
Bug 334163
When using iBus, marked text in Kate will disappear when switching between two tabs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
Patch to fix the problem with iBus + Kate when switching between documents while having text marked.
ibus.patch (text/plain), 1007 bytes, created by
J.O. Aho
on 2010-08-23 21:53:31 UTC
(
hide
)
Description:
Patch to fix the problem with iBus + Kate when switching between documents while having text marked.
Filename:
MIME Type:
Creator:
J.O. Aho
Created:
2010-08-23 21:53:31 UTC
Size:
1007 bytes
patch
obsolete
>Index: kate/view/kateviewinternal.cpp >=================================================================== >--- kate/view/kateviewinternal.cpp (revision 1144411) >+++ kate/view/kateviewinternal.cpp (revision 1144412) >@@ -3574,9 +3574,6 @@ void KateViewInternal::inputMethodEvent( > > //kDebug( 13030 ) << "Event: cursor" << m_cursor << "commit" << e->commitString() << "preedit" << e->preeditString() << "replacement start" << e->replacementStart() << "length" << e->replacementLength(); > >- if ( m_view->selection() ) >- m_view->removeSelectedText(); >- > bool createdPreedit = false; > if (!m_imPreeditRange) { > createdPreedit = true; >@@ -3590,6 +3587,8 @@ void KateViewInternal::inputMethodEvent( > } > > if (!e->commitString().isEmpty() || e->replacementLength()) { >+ m_view->removeSelectedText(); >+ > KTextEditor::Range preeditRange = *m_imPreeditRange; > > KTextEditor::Cursor start(m_imPreeditRange->start().line(), m_imPreeditRange->start().column() + e->replacementStart());
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 334163
: 244299