- enhancement: Problem's test case shouldn't accept rich text inputs

This commit is contained in:
Roy Qu 2021-12-10 19:30:58 +08:00
parent 868cce7dc0
commit 8d880efd24
2 changed files with 10 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Version 0.11.1 For Dev-C++ 7 Beta
- enhancement: Problem's test case shouldn't accept rich text inputs
Version 0.11.0 For Dev-C++ 7 Beta
- enhancement: redesign the expression parser for code completion
- fix: "make as default language" option in the project wizard doesn't work

View File

@ -1356,6 +1356,9 @@
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
<item row="1" column="1">
@ -1373,6 +1376,9 @@
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
<property name="acceptRichText">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
@ -1392,7 +1398,7 @@
<x>0</x>
<y>0</y>
<width>1114</width>
<height>25</height>
<height>30</height>
</rect>
</property>
<widget class="QMenu" name="menuFile">