textmate / r.tmbundle

TextMate support for R
25 stars 9 forks source link

Parenthesis placement in function call broken in TM2 #4

Closed fonnesbeck closed 11 years ago

fonnesbeck commented 12 years ago

When typing a function call in R under the R bundle, typing the opening parenthesis for the function arguments results in the parenthesis being placed after the first letter of the first argument. For example, typing:

foo(bar)

results in

foob(ar)

appearing on the screen. The parenthesis does not appear before the tooltip pops up, but only after.

infininight commented 12 years ago

It actually freezes up here for me. I've disabled the item until it can be fixed.