Commit 18bb8ba
Fix 1698 (#1720)
* Fix Symbol Pane not updating on external file reversion (#1715)
Trigger symbol refresh when the document is reloaded externally (e.g., via git reset) or reverted, rather than relying solely on internal buffer changes.
* Preferences: Exclude Markdown and YAML from whitespace stripping
This fixes the trailing whitespace stripping behavior on save:
- Excludes Markdown and YAML files where trailing whitespace can be semantically meaningful.
- Adds description/subtext in the settings switch to clarify that it only applies to syntax-highlighted files, except Markdown and YAML.
Fixes #1698
* Preferences: Simplify whitespace stripping setting subtext
---------
Co-authored-by: Jeremy Wootten <jeremywootten@gmail.com>
Co-authored-by: Ryan Kornheisl <ryan@skarva.tech>1 parent c65fc64 commit 18bb8ba
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
26 | 30 | | |
27 | 31 | | |
28 | 32 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1319 | 1319 | | |
1320 | 1320 | | |
1321 | 1321 | | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
1322 | 1327 | | |
1323 | 1328 | | |
1324 | 1329 | | |
| |||
0 commit comments