Add setting to prevent script errors from stealing focus

This commit is contained in:
Lirusaito
2013-06-23 04:05:25 -04:00
parent 62f5e73767
commit e7669cc94b
5 changed files with 17 additions and 1 deletions

View File

@@ -706,6 +706,17 @@
<key>Value</key>
<integer>0</integer>
</map>
<key>LiruScriptErrorsStealFocus</key>
<map>
<key>Comment</key>
<string>When false, scripts that have errors won't steal focus once they've been failed to compile</string>
<key>Persist</key>
<integer>1</integer>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>
<key>LiruSensibleARC</key>
<map>
<key>Comment</key>