コード例 #1
0
ファイル: indent_command.py プロジェクト: themilkman/IndentX
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Indent'
コード例 #2
0
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Indent & Format JSON'
コード例 #3
0
ファイル: unindent_command.py プロジェクト: socsieng/IndentX
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Unindent'
コード例 #4
0
 def __init__(self, view, sublime):
     FormatCommandBase.__init__(self, view, sublime)
     self.command_name = 'Convert JSON to YAML'