From 0c8e6cf97dd3eb6dbad20119380f327e14f75682 Mon Sep 17 00:00:00 2001 From: Andrej Gaevskij Date: Fri, 25 May 2012 12:12:18 +0400 Subject: [PATCH] Touchin policy added --- .gitignore | 1 + KeyBindings/Custom.mac-kb.xml | 1 - Policies/Touchin.mdpolicy.xml | 232 ++++++++++++++++++++++++++++++++++ 3 files changed, 233 insertions(+), 1 deletion(-) create mode 100644 Policies/Touchin.mdpolicy.xml diff --git a/.gitignore b/.gitignore index 5e71f44..88d1b23 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ Policies/Default.mdpolicy.xml.previous +*.previous diff --git a/KeyBindings/Custom.mac-kb.xml b/KeyBindings/Custom.mac-kb.xml index dac7410..969a290 100644 --- a/KeyBindings/Custom.mac-kb.xml +++ b/KeyBindings/Custom.mac-kb.xml @@ -76,7 +76,6 @@ - diff --git a/Policies/Touchin.mdpolicy.xml b/Policies/Touchin.mdpolicy.xml new file mode 100644 index 0000000..c78bff9 --- /dev/null +++ b/Policies/Touchin.mdpolicy.xml @@ -0,0 +1,232 @@ + + + + + 120 + 4 + True + + + + True + NextLine + NextLine + NextLine + NextLine + NextLine + NextLine + NextLine + AddBraces + NewLine + SameLine + NewLine + NewLine + NewLine + False + False + False + False + False + False + True + False + + + + + Namespaces + Namespace + VisibilityMask + PascalCase + True + True + + + Types + Class, Struct, Enum, Delegate + VisibilityMask + PascalCase + True + True + + + Interfaces + + I + + Interface + VisibilityMask + PascalCase + True + True + + + Attributes + + Attribute + + CustomAttributes + VisibilityMask + PascalCase + True + True + + + Event Arguments + + EventArgs + + CustomEventArgs + VisibilityMask + PascalCase + True + True + + + Exceptions + + Exception + + CustomExceptions + VisibilityMask + PascalCase + True + True + + + Methods + Methods + VisibilityMask + PascalCase + True + True + + + Static Readonly Fields + ReadonlyField + Internal, Protected, Public + PascalCase + False + True + + + Fields (Non Private) + Field + Internal, Protected, Public + PascalCase + True + True + + + ReadOnly Fields (Non Private) + ReadonlyField + Internal, Protected, Public + PascalCase + True + False + + + Fields (Private) + + _ + m_ + + Field, ReadonlyField + Private + CamelCase + True + False + + + Static Fields (Private) + Field + Private + CamelCase + False + True + + + ReadOnly Fields (Private) + + _ + m_ + + ReadonlyField + Private + CamelCase + True + False + + + Constant Fields + ConstantField + VisibilityMask + PascalCase + True + True + + + Properties + Property + VisibilityMask + PascalCase + True + True + + + Events + Event + VisibilityMask + PascalCase + True + True + + + Enum Members + EnumMember + VisibilityMask + PascalCase + True + True + + + Parameters + Parameter + VisibilityMask + CamelCase + True + True + + + Type Parameters + + T + + TypeParameter + VisibilityMask + PascalCase + True + True + + + Local Variables + LocalVariable + VisibilityMask + CamelCase + True + True + + + + + + 120 + 4 + True + + + PrefixedHierarchical + FileName + + + \ No newline at end of file