...
Tip |
---|
You can setup auto-update of Scala plugin EAP builds in IntelliJ IDEA. Simply select desired update channel from a drop-down menu at "Updates" tab in Scala plugin settings page. Or if you cannot do it from plugin settings add "https://plugins.jetbrains.com/plugins/eap/1347" to custom repositories in Settings -> Plugins -> Browse custom repositories |
Build 2021.1.7
Download Scala plugin for IDEA
Expand |
---|
| 29 Fixed issues |
---|
| 29 Fixed issues |
---|
|
- SCL-17954 ScalaTest highlighting regression
- SCL-18568 Interpret raw-interpolated strings correctly
- SCL-18665 Newly created sbt project not recognized as scala one
- SCL-5807 Wrong result of "Malformed format string" inspection when '%%' is used
- SCL-18475 escaped characters in string interpolation + multiline are not highlighted
- SCL-17802 Compilation Charts
- SCL-18567 Language injection in raw string interpolator
- SCL-18650 shorten command line option from template is not applied to test run from editor
- SCL-18474 Automatically restart (or just stop) Compile Server when VM options changed
- SCL-18584 "convert to formatted string" handles percent char `%` incorrectly
- SCL-5386 wrong conversion of formatted string to interpolated string
- SCL-18586 "convert to string concatenation" produces wrong result for string with integer arithmetic injection
- SCL-18640 parsing of expressions after error "; or new line expected" is inconsistent in different contexts
- SCL-5383 spurious warning for malformed format string with %n
- SCL-18645 Scala 3: don't parse block as argument expression if there is a new line before `{`
- SCL-18583 convert raw string to other string types should escape backslash
- SCL-18589 Functions That Take Functions as Input Parameters
- SCL-18587 "convert to string concatenation" generates redundant operands for `%` char
- SCL-18585 inspection: malformed format string is broken for Scala 2.13
- SCL-18608 "convert to string concatenation" produces expression with a wrong type when string doesn't have any text parts and only contains injections
- SCL-18525 Invalid error highlighting on method handle
- SCL-5275 Legacy string formatting inspection escapes slash '/'
- SCL-17779 Internal inspection: convert `isInstanceOf` / `match` with a typed pattern to an `is` call
- SCL-14987 comment inside curly braced lambda shifts next line to the left
- SCL-18615 convert string with escaped backslash + Unicode without backslash to a multiline string breaks string content
- SCL-18617 convert interpolated string to some other string escapes escape sequence twice
- SCL-17122 convert from string concatenation in complex example doesn't work
- SCL-16500 Automatic conversion to triple quote string introduces extraneous quotes in presence of a \u escape
- SCL-17508 `var` can be `val` should detect that `+=` is an actual method call
|
Build 2020.3.19
Download Scala plugin for IDEA
...