We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This snippet can be use to localize the core Archipel program. DO NOT USE IT FOR ANY CODE in ModulesSources/**
Create a new "Command" in TextMate's bundle editor and put in it:
echo -n "CPLocalizedString($TM_SELECTED_TEXT, $TM_SELECTED_TEXT)"
I personally assign shortcut : opt+shift+cmd+L
opt+shift+cmd+L
This snippet can be use to localize the Archipel bundles. DO NOT USE IT FOR ANY CODE Archipel Core!
echo -n "CPBundleLocalizedString($TM_SELECTED_TEXT, $TM_SELECTED_TEXT)"
I personally assign shortcut : opt+shift+cmd+B
opt+shift+cmd+B