yasnippet/extras/imported/objc-mode/Idioms/Lock Focus.yasnippet
2010-03-14 15:30:22 +00:00

9 lines
192 B
Plaintext

# -*- mode: snippet -*-
# key: focus
# contributor: Translated from TextMate Snippet
# name: Lock Focus
## condition: "source.objc, source.objc++"
# --
[self lockFocus];
$0
[self unlockFocus];