Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

[BUG] C::B svn 9115 wx2.9.4 with Ctrl+V and CC too in dual view

(1/3) > >>

BlueHazzard:
Hello,
i have found a bug in svn 9115 build with wxWidgets 2.9.4

i have two files open (see image). if I copy something from the top window to the bot window it will always be inserted in the top window (Ctrl+V and also with the Menu entries). also if i type in the bot window the cc will start in the top window. The bot window is the second window.

I haven't the time to investigate in this bug, i wanted only to report it.

(I also know that wxWidgets 2.9 port is not stable, but if someone is working on it, this could be useful)
thx

dmoore:
Slightly O/T, but still related. I don't have time to look at the code, but I think there must have been a recentish change (I'm using rev 9001, wx2.8 ) to copy/paste behavior , because in the past I was able to disable the keybinder plugin shortcuts of Ctrl-C, Ctrl-X and Ctrl-V and get the platform default handling of cut/copy/paste operations, which means Ctrl+C,V,X work in all widgets instead of just the active editor (whose idea was that anyway?). That doesn't work any more -- in fact, I get a message about Keybinder INI corruption if I try to alter the cut/copy/paste shortcuts.

Edit: I'm on wx2.8 not wx2.cool

oBFusCATed:
The handling of accelerators in wx is super insane and I think they've made it even madder in 2.9 :)

If you have an accelerator for ctrl+c it will override the native control's handlers and this is by design.

dmoore:

--- Quote from: oBFusCATed on May 30, 2013, 09:12:33 pm ---If you have an accelerator for ctrl+c it will override the native control's handlers and this is by design.

--- End quote ---

But I am on 2.8 and am trying to unset the accelerator, but can't.

dmoore:

--- Quote from: BlueHazzard on May 30, 2013, 07:06:40 pm ---i have two files open (see image). if I copy something from the top window to the bot window it will always be inserted in the top window (Ctrl+V and also with the Menu entries). also if i type in the bot window the cc will start in the top window. The bot window is the second window.

--- End quote ---

Btw, copy/paste on multiple windows appears to work fine on Rev 9001, wx2.8 (i.e. can't reproduce OP's problem)

Navigation

[0] Message Index

[#] Next page

Go to full version