Open snej opened 12 years ago
Selection behavior of double-clicking in Go code is weird and annoying in some contexts:
foo := bar()
foo
var foo = 0
This must be due to some subtlety of the language-grammar file, but I don't know nearly enough about those to be able to diagnose the problem.
Selection behavior of double-clicking in Go code is weird and annoying in some contexts:
foo := bar()
, double-clickingfoo
also selects the space after it.var foo = 0
, double-clickingfoo
also selects the space before it.This must be due to some subtlety of the language-grammar file, but I don't know nearly enough about those to be able to diagnose the problem.