File tree 6 files changed +35
-3
lines changed
6 files changed +35
-3
lines changed Original file line number Diff line number Diff line change 1
- 1.28 .0
1
+ 1.29 .0
Original file line number Diff line number Diff line change 26
26
"1.26.0" : " messages/1.26.0.txt" ,
27
27
"1.27.0" : " messages/1.27.0.txt" ,
28
28
"1.28.0" : " messages/1.28.0.txt" ,
29
+ "1.29.0" : " messages/1.29.0.txt" ,
29
30
"1.3.0" : " messages/1.3.0.txt" ,
30
31
"1.3.1" : " messages/1.3.1.txt" ,
31
32
"1.4.0" : " messages/1.4.0.txt" ,
Original file line number Diff line number Diff line change
1
+ => 1.29.0
2
+
3
+ ⚠️⚠️⚠️
4
+ To ensure that everything works properly after LSP package is updated,
5
+ it's strongly recommended to restart Sublime Text once it finishes updating all packages.
6
+ ⚠️⚠️⚠️
7
+
8
+ # New features
9
+
10
+ - add commands for opening "find references" in bottom or quick panel (#2409) (Rafał Chłodnicki)
11
+ - Add format on paste (#2397) (Предраг Николић)
12
+
13
+ # Fixes and Improvements
14
+
15
+ - Fix usage of sublime.score_selector (#2427) (Benjamin Schaaf)
16
+ - Fix find_open_file incompatibility with older ST versions (Janos Wortmann)
17
+
18
+ # Refactoring
19
+
20
+ - Remove hover provider count view setting (Janos Wortmann)
21
+ - Remove unnecessary argument from lsp_symbol_rename command (Janos Wortmann)
22
+
23
+ # Documentation
24
+
25
+ - docs: add info about typst-lsp commands (#2424) (Ilia)
26
+ - docs: add systemverilog/verible language server setup guide (#2416) (Johnny Martínez)
27
+ - docs: rewrite self-help instructions (#2405) (Rafał Chłodnicki)
28
+ - docs: rewritten "common problems" section (#2406) (Rafał Chłodnicki)
29
+ - A few enhancements for the docs website (#2402) (jwortmann)
30
+ - chore: deploy docs preview on docs changes (#2403) (Rafał Chłodnicki)
Original file line number Diff line number Diff line change 1
- __version__ = (1 , 28 , 0 )
1
+ __version__ = (1 , 29 , 0 )
Original file line number Diff line number Diff line change 35
35
PREVIEW_PANE_CSS = """
36
36
.diagnostics {padding: 0.5em}
37
37
.diagnostics a {color: var(--bluish)}
38
- .diagnostics.error {background-color: color(var(--redish) alpha(0.25))}
38
+ .diagnostics.error {background-color: color(var(--redish) alpha(0.25)); white-space: pre-wrap }
39
39
.diagnostics.warning {background-color: color(var(--yellowish) alpha(0.25))}
40
40
.diagnostics.info {background-color: color(var(--bluish) alpha(0.25))}
41
41
.diagnostics.hint {background-color: color(var(--bluish) alpha(0.25))}
Original file line number Diff line number Diff line change 41
41
background-color : color (var (--redish ) alpha (0.25 ));
42
42
color : var (--foreground );
43
43
padding : 0.5rem ;
44
+ white-space : pre-wrap;
44
45
}
45
46
.warnings {
46
47
border-width : 0 ;
You can’t perform that action at this time.
0 commit comments