python 崇高的文字跳线

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了python 崇高的文字跳线相关的知识,希望对你有一定的参考价值。

[
	{ "keys": ["command+down"], "command": "plus_line", "args": {"lines": 10}},
	{ "keys": ["command+up"], "command": "minus_line", "args": {"lines": 10}},
]
import sublime
import sublime_plugin


class PlusLineCommand(sublime_plugin.TextCommand):
  def run(self, edit, lines = 10):
    (row,col) = self.view.rowcol(self.view.sel()[0].begin())
    self.view.run_command("goto_line", {"line": row+1 + lines})

class MinusLineCommand(sublime_plugin.TextCommand):
  def run(self, edit, lines = 10):
    (row,col) = self.view.rowcol(self.view.sel()[0].begin())
    self.view.run_command("goto_line", {"line": row+1 - lines})

以上是关于python 崇高的文字跳线的主要内容,如果未能解决你的问题,请参考以下文章

ruby 崇高的文字提示

json 我崇高的文字3配置

json 我崇高的文字设置

json 我崇高的文字2设置

xml 【崇高文字】.sublime-snippetの记述例

json 【崇高文字】设置 - 用户/主题追加の际の记述