slynch8 / 10x

10x IDE/Editor
190 stars 34 forks source link

Settings editing suggestions #2452

Open ggnkua opened 9 months ago

ggnkua commented 9 months ago

Borrowing some interesting ideas from Focus (https://github.com/focus-editor/focus):

  1. Lines with typos are highlighted image
  2. If the settings file is saved, the editor warns the user what went wrong and where image
  3. When the editor automatically adds new settings to a file (due to upgrading), add a comment line that says something to the effect of "new in vx.y.z" so that the user at some point can then check out the new settings without having to scan the whole file.
  4. Duplicate settings are highlighted image

Not huge features, just some good (in my opinion) quality-of-life improvements!

ggnkua commented 2 months ago

Point 3 is duplicated in #1966. I'll close that ticket, but when it's time to work on this feature, please also take a look there as there are some nice suggestions from another user.