随笔分类 -  sublime

sublime text build system automatic ctrl/cmd+B自动选择 python2 或 python3
摘要:#背景 我同时安装了 python2 和 python3 时,python 指向 python2,python3 才是 python3 默认情况下,在 Sublime 内 Ctrl/Cmd + B 运行 python 文件时,调用的是环境变量 PATH 中的 python 所以当我想用 python 阅读全文

posted @ 2020-08-23 23:34 明天有风吹 阅读(386) 评论(0) 推荐(0)

Sublime Text 快速分别独立选中多行
摘要:效果图 直接上代码 import sublime, sublime_plugin # 独立选择每一行(在当前选中范围内) class SelectEverySingleLine(sublime_plugin.TextCommand): def run(self, edit): # self.view 阅读全文

posted @ 2020-06-16 14:19 明天有风吹 阅读(2422) 评论(0) 推荐(0)

sublime-text-how-to-jump-to-file-from-find-results-using-keyboard
摘要:http://209.116.186.231/#newwindow=1&q=sublime+text+find+results+jump http://stackoverflow.com/questions/16767732/sublime-text-how-to-jump-to-file-from 阅读全文

posted @ 2014-10-14 13:13 明天有风吹 阅读(365) 评论(0) 推荐(0)

sublime text 另一种对齐
摘要:效果如下: http://sublime-text-unofficial-documentation.readthedocs.org/en/latest/extensibility/plugins.html 1 #coding=utf-8 2 import sublime, sublime_plug 阅读全文

posted @ 2014-09-29 18:55 明天有风吹 阅读(1953) 评论(0) 推荐(0)

sublime text 给选中项插入编号
摘要:1 #coding=utf-8 2 import datetime, getpass 3 import sublime, sublime_plugin 4 import re 5 6 # 插数字 7 class InsertNumberCommand(sublime_plugin.TextComma 阅读全文

posted @ 2014-09-03 17:25 明天有风吹 阅读(2005) 评论(1) 推荐(0)

导航

+V atob('d2h5X251bGw=')

请备注:from博客园