google / bamboo-soy

An intellij plugin supporting Closure Template language (Soy)
Apache License 2.0
48 stars 27 forks source link

Closing Quote Is Added Twice #149

Closed ddashenkov closed 6 years ago

ddashenkov commented 6 years ago

What steps will reproduce the issue?

In a Gradle module, create a .gradle file (the default build.gradle is enough). On a new line type " (double quotation mark). What is the expected result? Two " symbols appear, one before the cursor and one after.

What happens instead? Three " symbols appear, one before the cursor and two after.

IDEA build info: IntelliJ IDEA 2018.1 (Ultimate Edition) Build #IU-181.4203.550, built on March 26, 2018 JRE: 1.8.0_152-release-1136-b20 x86_64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Mac OS X 10.11.6

Please see the related issue in IntelliJ IDEA I've submitted earlier.

thso commented 6 years ago

Fixed by #155