Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content

fix(widgets/editor): qscintilla editor removed

wyzula_j requested to merge fix/remove-editor into main

Description

With the current PyQt6 situation I think we should remove QScintilla dependency ASAP.

Related Issues

closes #49 (closed) #50 (closed) #52 (closed)

These issues are then not relevant anymore without scintilla.

Type of Change

  • Editor widget removed, scintilla removed from dependency list

Potential side effects

None

Additional Comments

Editor will be replaced by VS CODE

Definition of Done

  • Documentation is up-to-date.
Edited by wyzula_j

Merge request reports