Skip to content

0.61.0

Compare
Choose a tag to compare
@fbricon fbricon released this 14 May 12:49
· 635 commits to master since this release
  • enhancement - organize imports should resolve static imports as well. See #1386.
  • enhancement - prompt to enable semantic hightlighting on startup. See #1419.
  • enhancement - refine semantic highlighting. See JLS#1416.
  • bug fix - code folding is buggy. See #1419.
  • bug fix - New File -> (module|package)-info.java should be handled properly. See #1405.
  • bug fix - semantic highlighting sometimes looks bad. See #1396.
  • bug fix - custom color for arguments used in method body. See #1277.
  • bug fix - missing highlight on some non-ASCII identifiers. See #826.
  • bug fix - syntax highlighting is broken with array syntax. See #728.
  • bug fix - highlighting is wrong. See #707.
  • bug fix - syntax highlighting broken on import containing upper cased letters. See #351.
  • bug fix - syntax highlighting is not working with comment. See #338.
  • bug fix - syntax highlighting is not working on special named classes. See #299.