Hey guys, is there any way to turn off the case sensitivity for completions?
Kevin
Hey guys, is there any way to turn off the case sensitivity for completions?
Kevin
Unfortunately no. It is not currently possible to provide such support since it would require access to the TextMate text buffer, or else it would be impossible to change the case of already typed charachters.
It might be possible to do some stuff with snippets mirrors to provide this functionality, today but it would probably be very messy. Hopefully Allan will make it easy to do in TextMate 2.0.
Joachim Mårtensson
That's a bummer. Thanks for the reply though.
Kevin
On Wed, May 27, 2009 at 6:02 AM, Joachim Mårtensson < joachimm@etek.chalmers.se> wrote:
Hey guys, is there any way to turn off the case sensitivity for completions?
Kevin
Unfortunately no. It is not currently possible to provide such support since it would require access to the TextMate text buffer, or else it would be impossible to change the case of already typed charachters.
It might be possible to do some stuff with snippets mirrors to provide this functionality, today but it would probably be very messy. Hopefully Allan will make it easy to do in TextMate 2.0.
Joachim Mårtensson
textmate mailing list textmate@lists.macromates.com http://lists.macromates.com/listinfo/textmate
On 25 May 2009, at 19:47, Kevin LaCoste wrote:
Hey guys, is there any way to turn off the case sensitivity for completions?
Nope, you can however provide your own command: http://manual.macromates.com/en/working_with_text#completion
That said, I don’t recall if it only adds your suffix or replace the entire word being completed (hence allowing to change case).