You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entered expressions are evaluated using SQLite and the result is saved in
the cell.
The SQL Evaluation mode reuses the class used for the "Execute SQL" editor
so syntax highlighting and call-tips are supported.
See issue #2387
Copy file name to clipboardExpand all lines: src/EditDialog.ui
+8-1Lines changed: 8 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,11 @@
88
88
<string>XML</string>
89
89
</property>
90
90
</item>
91
+
<item>
92
+
<propertyname="text">
93
+
<string>Evaluation</string>
94
+
</property>
95
+
</item>
91
96
</widget>
92
97
</item>
93
98
<item>
@@ -153,7 +158,9 @@
153
158
<propertyname="whatsThis">
154
159
<string>The text editor modes let you edit plain text, as well as JSON or XML data with syntax highlighting, automatic formatting and validation before saving.
155
160
156
-
Errors are indicated with a red squiggle underline.</string>
161
+
Errors are indicated with a red squiggle underline.
162
+
163
+
In the Evaluation mode, entered SQLite expressions are evaluated and the result applied to the cell.</string>
0 commit comments