Releases: GitHubPang/Rossynt
Releases · GitHubPang/Rossynt
rossynt-203.4.0
rossynt-203.3.1
Changed
- Updated Roslyn from 3.10.0 to 3.11.0, which leads to new stuff such as the
UsingDirectiveSyntax.GlobalKeyword
property. (53ecb15)
rossynt-203.3.0
Changed
- Take line separator of the source file into account. In other words, those
EndOfLineTrivia
nodes would have aSpan.Length
of 2 instead of 1 when the line separator isCRLF
(\r\n
).
rossynt-203.2.0
rossynt-203.1.0
rossynt-203.0.0
Changed
- Support IntelliJ Platform 2021.2.
rossynt-202.3.0
Added
- Compile file even if it's empty or whitespace only.
rossynt-202.2.1
Fixed
- Do not refresh data when tool window is hidden, thus improving performance.