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
{{ message }}
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.
now, code editor is just extension of qplaintextedit, which is ok, but following features need a lot more work:
improvement of the syntax highlight for multiline comments
row numbers
vertical lines on the right (80 chars)
code completion
code folding (not really that necessery)
these features are integrated into qscintilla and ktexteditor, so their usage might be the way to go.
for ktexteditor switch to cmake is needed
for qscintilla settings and color selection for highlight type needs to be further investigated, also how to get 'query at cursor' to submit with ctrl-enter. qscintilla is taken fro sqlitebrowser for testing and is in a separate branch
The text was updated successfully, but these errors were encountered:
now, code editor is just extension of qplaintextedit, which is ok, but following features need a lot more work:
these features are integrated into qscintilla and ktexteditor, so their usage might be the way to go.
The text was updated successfully, but these errors were encountered: