40 Commits (98c7572f5e17797d2e8f3f09ef022f7833d67f68)

Author SHA1 Message Date
Jeff Young dead84e7a1 A right-to-left single-char sel followed by typing leaves cursor the same. 4 years ago
Jeff Young 3fddf0414b A bit of wxT(). 4 years ago
Scott Candey 23fdbe4b21 Common: Corrects Mac OS text navigation shortcuts in Scintilla 4 years ago
Mikolaj Wielgus 9efbeaa064 Dark theme support for SPICE model editor 4 years ago
jean-pierre charras 33454ef8d2 Ensure the end of line char is '\n' in wxStyledTextCtrl when using SCINTILLA_TRICKS. 4 years ago
Jeff Young 212666e987 Allow theme to change text color of highlighted text. 4 years ago
Seth Hillbrand 766a09c338 Remove autocomplete when we lose focus 4 years ago
Jon Evans 43c85771eb Fix paste into Scintilla fields on macOS 4 years ago
Seth Hillbrand 4852a8afa1 Set Scintilla cursor color for themes 4 years ago
Jeff Young c38de1dcaf Pull back some 7.0 fixes to Custom Rules code completion. 4 years ago
Jeff Young 7a993c0211 Add support mode for dark mode to SCINTILLA_TRICKS. 4 years ago
Jeff Young 6aaf4413b3 Fix kicad_string.h / string.cpp mismatch. 4 years ago
Jeff Young a2cb3e916a Add a couple of OSX-standard keyboard cmds to Scintilla. 4 years ago
Jeff Young 9975b8fb10 Attempt to handle deleting double-byte chars in Scintilla. 4 years ago
Jeff Young 0c2ac9a711 Move GUI font code to common. 4 years ago
Jeff Young d296bec5b8 Differentiate aSingleLine mode for SCINTILLA_TRICKS 4 years ago
Jeff Young cbe7f9057b Add link to wxWidgets bug report. 4 years ago
Jeff Young 27804e40e2 Go back to using space-width for tabs (instead of max-char-width). 4 years ago
Marek Roszko 4df3cb912d Remove another leaky wx/log.h header 5 years ago
Roberto Fernandez Bautista 9aedeae5c3 Don't log error messages when using the clipboard 5 years ago
Seth Hillbrand 02f91c52a0 Avoid nag confirmation in scintilla 5 years ago
Jeff Young d5d9372839 Don't cancel dialog when esc-ing out of autocomplete. 5 years ago
jean-pierre charras e4675ee9a6 Fix missing include (linux). 5 years ago
jean-pierre charras 539ac4c214 Remove a few include<wx/wx.h> in many files that do not actually use this include. 5 years ago
Jeff Young 53389442b8 Add Ctrl+A (select all) to scintilla tricks. 5 years ago
Jeff Young f2e0b4a6f6 Work around wxWidgets to produce a Ctrl-/. 5 years ago
Jeff Young 4354fa7bde Another try at a solution for ctrl-/. 5 years ago
Jeff Young c1889cefcf Try to make block-quote/unquote more keyboard-variation-friendly. 5 years ago
Jeff Young 3573c8b967 ADDED hotkey for comment/uncomment line(s) in Scintilla. 5 years ago
Jeff Young 0b17dbd123 Fix nesting issues in the DRC rule expression code generator. 5 years ago
Jeff Young de6314e3b5 Convert smart quotes and dashes to ASCII in DRC rules. 5 years ago
Jeff Young 86c9adbcba Add auto-completion for DRC rule function calls. 5 years ago
Jeff Young e9da02e2d5 Only reserve hotkeys for focused textCtrls that are editabled. 5 years ago
Ian McInerney 4d6abfdf05 Fix DELETE in Scintilla 6 years ago
Jeff Young 22b8133108 Change DELETE behaviour from delete sel to delete forward. 6 years ago
Jeff Young 0741bbb1b9 Move autocomplete to the remove filtered items paradigm. 6 years ago
Jeff Young 449c90a0ae Some more work on getting wxWidgets to stop stealing textEntry keys. 6 years ago
Jeff Young 8f533e1833 A bit of dialog cleanup. 6 years ago
Jeff Young fe4fd19c66 Fix crash bug in unicode chars with Scintilla. 6 years ago
Jeff Young 8b084c373e Autocomplete for text variables. 6 years ago