textmate / groovy.tmbundle

TextMate support for Groovy
69 stars 31 forks source link

Textmate hangs when inserting text #1

Closed jonstefansson closed 14 years ago

jonstefansson commented 14 years ago

The Groovy bundle is hanging Textmate every time I do the following:

  1. On a new line, type socketStore.getClient('foo')
  2. Move to beginning of this line and insert def
  3. Textmate hangs. I have to Force Quit.

This is the line I was trying to type. I just entered socketStore.getClient('foo') first and then tried to insert def foo =.

def foo = socketStore.getClient('foo')

jonstefansson commented 14 years ago

I reinstalled TextMate and the problem disappeared.