dcaoyuan / nbscala

NetBeans Plugin for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pressing Enter on line containing balanced "{" adds unnecessary "}"

mklepaczewski opened this issue · comments

commented

Example:

object NewObject { _ <--- cursor is here and Enter is pressed

}

results in

object NewObject {
_ <--- cursor is here
} <--- unbalanced "}"

}

Confirmed.