Fix syntax validation result was editable

This commit is contained in:
1024jp 2016-06-24 15:17:23 +09:00
parent 2d95c781b5
commit a837fca6f7
2 changed files with 7 additions and 1 deletions

View File

@ -54,6 +54,7 @@ develop
- Fix “Markdown” and “Verilog” syntax styles.
- Fix update range of syntax highlight while editing.
- Fix key binding setting error message.
- Fix an issue where syntax validation result view was editable.

View File

@ -45,7 +45,12 @@
<size key="minSize" width="424" height="288"/>
<size key="maxSize" width="426" height="10000000"/>
<connections>
<binding destination="-2" name="value" keyPath="result" id="pCU-wH-PfC"/>
<binding destination="-2" name="value" keyPath="result" id="qID-zg-dZb">
<dictionary key="options">
<bool key="NSAllowsEditingMultipleValuesSelection" value="NO"/>
<bool key="NSConditionallySetsEditable" value="NO"/>
</dictionary>
</binding>
</connections>
</textView>
</subviews>