Skip to content

Releases: GitHubPang/Rossynt

rossynt-203.4.0

20 Oct 00:32
Compare
Choose a tag to compare

Added

Changed

  • Make tree nodes copy-paste friendly - 5e5129c

rossynt-203.3.1

20 Sep 00:48
Compare
Choose a tag to compare

Changed

rossynt-203.3.0

07 Sep 00:14
Compare
Choose a tag to compare

Changed

  • Take line separator of the source file into account. In other words, those EndOfLineTrivia nodes would have a Span.Length of 2 instead of 1 when the line separator is CRLF (\r\n).

rossynt-203.2.0

18 Aug 00:15
Compare
Choose a tag to compare

Added

  • Added recognizing default location of dotnet executable on macOS as installed by Rider. (362c0e2)

Fixed

  • Fixed incorrect default location of dotnet executable on Windows as installed by Rider. (ca91f6f)

rossynt-203.1.0

11 Aug 00:07
Compare
Choose a tag to compare

Added

  • Added shortcut key for the Collapse All action for the tree view. (a464721)

Changed

  • After Collapse All in tree view, automatically expand the root node. (eb8d2fd)

rossynt-203.0.0

27 Jul 00:36
Compare
Choose a tag to compare

Changed

  • Support IntelliJ Platform 2021.2.

rossynt-202.3.0

20 Jul 00:50
Compare
Choose a tag to compare

Added

  • Compile file even if it's empty or whitespace only.

rossynt-202.2.1

05 Jul 00:28
Compare
Choose a tag to compare

Fixed

  • Do not refresh data when tool window is hidden, thus improving performance.