Dev Build 2146 is out now:
-
Bold and italic fontStyle settings in .tmTheme files are supported for monospace font faces. There’s currently no way to disable this, apart from editing the .tmTheme file to remove the fontStyle entries.
-
Minimap dragging has been tweaked: the view rectangle can now be dragged past the end of the file, and clicking on the minimap will place the centre of the view rectangle there, rather than the top.
-
There’s now a default_encoding setting, which is consulted when saving new files for the first time. Because this is a regular setting, it means default encodings can be specified per-syntax and per-project. The default value is UTF-8.
-
When save_on_focus_lost is enabled, the buffer won’t be saved if the underlying file has been deleted, which will clear up a bit of confusion