Log Window F1 handling
authorColin Clark <colin.clark@cclark.uk>
Fri, 15 Dec 2023 12:56:20 +0000 (12:56 +0000)
committerColin Clark <colin.clark@cclark.uk>
Fri, 15 Dec 2023 12:56:20 +0000 (12:56 +0000)
commit3e6ee4eb1b451b031e410f5e55bb0e2243a3fe51
tree59e1bbc3eef150a6c121875b37154e53acaaee09
parente586e156b5db26ae59d550943e64fd505304718a
Log Window F1 handling

- Pressing F1 in the Log Window send the selected text or complete line
to the command specified in Edit/Preferences/Behavior/Log Window F1
Command. It is left to the user to determine the action taken.
- Debug statements parameter order changed from  __FILE__, __func__,
__LINE__ to  __FILE__, __LINE__, __func__
CODING.md
src/debug.cc
src/debug.h
src/logwindow.cc
src/options.cc
src/preferences.cc