PreviousNextTracker indexSee it online !

(246/247) 3921 - Go Language support

Mac OSX 10.10.2 Jedit 5.2 Java 1.8.0_45

Go language supports creating a variable by assignment using the := operator. So, instead of:
var i int
i = 5
I can write:
i := 5

Unfortunately, this messes up indentation in Jedit. The statement is immediately shifted to the left hand margin, and after placing it where it belongs, Jedit automatically indents the next statement just like it does after an opening brace {.

This is a solid bug - happens all the time for me.

Thanx - Charlie

Submitted j831526 - 2015-06-28 06:32:07.551000 Assigned
Priority 5 Labels
Status open Group minor bug
Resolution None

Comments