Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
[Bug 22555] Keep compile errors in SE w/o LiveError on
If LiveError is off compile errors are not flagged if one clicks in field "script" or any other action in SE.
Bug 22555
  • Loading branch information
BerndN authored Jan 31, 2020
commit f11b450b02c3e49280c68efd54889bc8e4ec5339
Original file line number Diff line number Diff line change
Expand Up @@ -742,6 +742,15 @@ command scriptCompile pObject
setCompilationErrors line 1 of tResult, pObject
put "error" into tState
end if
else
send "clearErrors" to group "Errors" of the owner of me
if tResult is empty then
setCompilationErrors empty, pObject
else
send "addError compilation, line 1 of tResult, pObject" to group "Errors" of the owner of me
setCompilationErrors line 1 of tResult, pObject
put "error" into tState
end if
end if

seSetObjectState pObject, tState
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.