CoatiSoftware/Sourcetrail

Add per-project tab width setting

Open

#120 opened on Jul 29, 2016

View on GitHub
 (3 comments) (0 reactions) (0 assignees)C++ (14,130 stars) (1,310 forks)batch import
featuregood first issue

Description

please add per-project tab width setting, please

Edit: Implementation suggestion:

  • Add tab width setting to ProjectSettings
  • Show tab width dropdown selection in project settings dialog at general settings where project name and location are defined.
  • Remove tab width setting from ApplicationSettings
  • Replace access to ApplicationSettings with ProjectSettings for getting tab width in QtCodeField

Contributor guide