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
pbdevelopment.plist
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>PBXProjectSourcePath</key>
	<string>/Users/joe/UCBLogo/UCBLogo.xcode</string>
</dict>
</plist>
back to top