29 Commits (5e742d97b6e7607de42f9769705d9144c84d100a)

Author SHA1 Message Date
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