57 Commits (f613cd1cb468a64f791ef159ab56ad71e481f8b5)

Author SHA1 Message Date
Jeff Young 7ec2a1f09c Allow Scintilla-created clipboard to be accessed after quit. 2 years ago
Jeff Young a12d79cd13 Performance improvements for multi-page dialogs. 2 years ago
Jeff Young f341ab9b00 Bug fixes for flipping tables. 2 years ago
Jeff Young e17d81cf6d Re-enter auto-complete on a ctrl-space. 2 years ago
jean-pierre charras a60411b159 Fix a few compil and Coverity minor warnings. 2 years ago
Jeff Young 34769cec63 Filter line-endings from single-line Scintilla editors. 2 years ago
Jeff Young 686dfba77a ADDED autocomplete for value field in Symbol Properties dialog. 2 years ago
Jeff Young c2f2247ae3 Don't process SCINTILLA_TRICKS onCharHook when autocomplete is active. 2 years ago
Jeff Young b3235ce667 Handle some Mac-standard keyboard shortcuts in Scintilla. 2 years ago
Jeff Young 1518ddde74 Push much of text var autocomplete down into SCINTILLA_TRICKS. 2 years ago
Jeff Young e1db4e0694 Add backspace modifier handling to SCINTILLA_TRICKS. 2 years ago
Mike Williams b32ba16da4 UI: Add Numpad Enter as "Return" equivalent in missing places 3 years ago
Jeff Young 87eb4401e3 Add Scintilla support to WX_GRID. 3 years ago
Jeff Young bb1eb94aa0 Fix typo. 3 years ago
Jeff Young 7e8b6083f4 Try to find a better brace highlight color strategy. 3 years ago
Jeff Young 1b104f20b6 Don't give Scintilla a colour with alpha; it doesn't know what to do. 3 years ago
Jeff Young c3a5947fe6 Make Scintilla paste a separate undo operation. 3 years ago
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 4 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