1) Partially fixed the issue with inserting characters at the end of the line by setting 'Underline query at cursor?' to false by default.

2) Update release note.
This commit is contained in:
Akshay Joshi
2024-06-04 18:18:16 +05:30
parent d98ee76b8d
commit a46f99d360
2 changed files with 5 additions and 3 deletions

View File

@@ -143,7 +143,7 @@ def register_query_tool_preferences(self):
self.underline_query_cursor = self.preference.register(
'Options', 'underline_query_cursor',
gettext("Underline query at cursor?"),
'boolean', True,
'boolean', False,
category_label=PREF_LABEL_OPTIONS,
help_str=gettext(
'If set to True, query tool will parse and underline '