jean-pierre charras
|
e4675ee9a6
|
Fix missing include (linux).
|
2020-10-19 10:25:55 +02:00 |
jean-pierre charras
|
539ac4c214
|
Remove a few include<wx/wx.h> in many files that do not actually use this include.
|
2020-10-19 09:00:50 +02:00 |
Jeff Young
|
53389442b8
|
Add Ctrl+A (select all) to scintilla tricks.
Fixes https://gitlab.com/kicad/code/kicad/issues/5538
|
2020-09-07 12:36:48 +01:00 |
Jeff Young
|
f2e0b4a6f6
|
Work around wxWidgets to produce a Ctrl-/.
Fixes https://gitlab.com/kicad/code/kicad/issues/5480
|
2020-09-06 18:46:44 +01:00 |
Jeff Young
|
4354fa7bde
|
Another try at a solution for ctrl-/.
Fixes https://gitlab.com/kicad/code/kicad/issues/5480
|
2020-09-05 22:44:00 +01:00 |
Jeff Young
|
c1889cefcf
|
Try to make block-quote/unquote more keyboard-variation-friendly.
Fixes https://gitlab.com/kicad/code/kicad/issues/git
|
2020-09-04 20:47:50 +01:00 |
Jeff Young
|
3573c8b967
|
ADDED hotkey for comment/uncomment line(s) in Scintilla.
Useful primarily for DRC Rules editor.
Fixes https://gitlab.com/kicad/code/kicad/issues/5480
|
2020-09-03 20:37:05 +01:00 |
Jeff Young
|
0b17dbd123
|
Fix nesting issues in the DRC rule expression code generator.
We were executing function calls multiple times because we were
processing them at a depth the traversal algorithm wasn't expecting.
|
2020-08-13 18:36:10 +01:00 |
Jeff Young
|
de6314e3b5
|
Convert smart quotes and dashes to ASCII in DRC rules.
Fixes https://gitlab.com/kicad/code/kicad/issues/5135
|
2020-08-10 23:43:24 +01:00 |
Jeff Young
|
86c9adbcba
|
Add auto-completion for DRC rule function calls.
|
2020-07-22 21:28:02 +01:00 |
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 |