Skip to content
This repository has been archived by the owner on Jan 29, 2022. It is now read-only.

improve code editor component #9

Open
mispp opened this issue Jun 30, 2018 · 0 comments
Open

improve code editor component #9

mispp opened this issue Jun 30, 2018 · 0 comments

Comments

@mispp
Copy link
Owner

mispp commented Jun 30, 2018

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant