Skip to content

Draft: uses tepl functions to create preferences dialog's controls

In this MR, I am trying to replace the preferences dialog's controls with tepl-prefs components.

The plan is to add the following components to the preferences dialog:

  • font component
  • color scheme component
  • display line numbers check button
  • tab width spin button
  • insert spaces component
  • highlighting component
  • files component

For the color scheme component, I was able to add it to the dialog, however I am not sure yet how I shall get a pointer to the TeplStyleSchemeChooserWidget in order to be able to interact with it (when the install/uninstall buttons are used).

Edited by Mahmoud Khalil

Merge request reports