Jeff Young
|
e9da02e2d5
|
Only reserve hotkeys for focused textCtrls that are editabled.
Otherwise just send Ctrl-C to the disabled control, and everything
else to the tool framework.
Fixes https://gitlab.com/kicad/code/kicad/issues/4801
|
2020-07-14 13:30:43 +01:00 |
Ian McInerney
|
4d6abfdf05
|
Fix DELETE in Scintilla
The previous method would act like backspace at the end
of the string
|
2020-06-05 14:24:26 +01:00 |
Jeff Young
|
22b8133108
|
Change DELETE behaviour from delete sel to delete forward.
In other words, if there's no selection delete the character in
front of the cursor.
Fixes https://gitlab.com/kicad/code/kicad/issues/4609
|
2020-06-05 14:09:09 +01:00 |
Jeff Young
|
0741bbb1b9
|
Move autocomplete to the remove filtered items paradigm.
Fixes https://gitlab.com/kicad/code/kicad/issues/4190
|
2020-05-30 20:09:09 +01:00 |
Jeff Young
|
449c90a0ae
|
Some more work on getting wxWidgets to stop stealing textEntry keys.
Fixes https://gitlab.com/kicad/code/kicad/issues/1941
|
2020-05-30 12:32:33 +01:00 |
Jeff Young
|
8f533e1833
|
A bit of dialog cleanup.
|
2020-05-28 19:59:18 +01:00 |
Jeff Young
|
fe4fd19c66
|
Fix crash bug in unicode chars with Scintilla.
|
2020-05-28 00:23:18 +01:00 |
Jeff Young
|
8b084c373e
|
Autocomplete for text variables.
Fixes https://gitlab.com/kicad/code/kicad/issues/4190
|
2020-05-27 23:29:51 +01:00 |