Developer forums (C::B DEVELOPMENT STRICTLY!) > Development
Possible bug with shift-insert SVN 6378-6379
killerbot:
I can confirm this too, linux 64 bit OpenSuse 11.2.
Shift + insert works in other applications but not in CB.
killerbot:
@OP : do you have an idea from which revision on it started failing ?
kisoft:
rev. 6369 worked fine. 6378 - don't work
DoxyBlocks was added. May be intersect with this keyshorts? (Ctrl-Alt-...)
Jenna:
--- Quote from: kisoft on July 05, 2010, 03:15:00 pm ---rev. 6369 worked fine. 6378 - don't work
DoxyBlocks was added. May be intersect with this keyshorts? (Ctrl-Alt-...)
--- End quote ---
I don't think so (but not absolutely sure).
@killerbit:
what's about editor tweaks ?
Didn't you commit it the same time ?
If yes it's more likely that the error is there.
killerbot:
--- Code: ---void EditorTweaks::OnKeyPress(wxKeyEvent& event)
{
if(event.GetKeyCode()==WXK_INSERT)
event.Skip(false);
else
event.Skip(true);
}
--- End code ---
Yes, EditorTweaks is the guilty one. will look into this with the original author.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version