https://github.com/jrincayc/ucblogo-code
Revision b1cef70c044c0e8f316241c9bbe213b5716a2c14 authored by Dan Malec on 09 January 2021, 21:13:17 UTC, committed by Dan Malec on 09 January 2021, 21:13:17 UTC
* wxWidgets ignores EDITOR env var to preserve existing behavior as default
* If SETEDITOR is used to set an EDITOR, wxWidgets will attempt to launch it for edit commands
* If things go awry, EDIT will show the exec'd command in a file error message
1 parent b4a612f
Raw File
Tip revision: b1cef70c044c0e8f316241c9bbe213b5716a2c14 authored by Dan Malec on 09 January 2021, 21:13:17 UTC
ISSUE-31: Support external editors in wxWidgets builds.
Tip revision: b1cef70
.gitignore
*.o
.deps/
/aclocal.m4
/autom4te.cache/
/compile
/config.cache
/config.h
/config.h.in
/config.log
/config.status
/configure
/depcomp
/docs/texinfo.tex
/docs/ucblogo.html
/docs/ucblogo.info
/docs/ucblogo.pdf
/docs/ucblogo.t2p/
/helpfiles/ALL_NAMES
/helpfiles/HELPCONTENTS
/helpfiles/`
/install-sh
/makefile
/makehelp
/missing
/stamp-h1
/ucblogo
Makefile
Makefile.in
back to top