API: Fixed inconsistent focus after Window.open_file() API: The open_file command now supports "transient", "force_group", "clear_to_right" and "force_clone" arguments API: Added Window.num_views_in_group() API: Added sublime.project_history() API: Added sublime.folder_history() Windows...
{ "ignored_packages": [ "Vintage" ], "update_check": false, "font_face": "Meslo LG M for Powerline", "font_size": 14, "open_files_in_new_window": false } 这下sublime就是Mac下面的command+n打开新的Tab了。 来自:https://jingyan.baidu.com/article/e75057f2c40ee8ebc91a8995.html...
Find in Files now supports tab multi-select modifier keys Added "find_in_files_side_by_side" setting Added "regex_auto_escape" setting Fixed case where open file/folder dialogs didn't respect "default_dir" setting Fixed files in side-bar not properly reflecting their git status Fixed syntax...
"create_window_at_startup": false, //取消启动时,自动打开新窗口的设置, 这个设置很恶心, 每次启动后会自动生成一个空白窗口 "open_files_in_new_window": false, //取消打开文件时会新生成一个窗口, 默认设置每次打开一个项目会重新生成一个窗口 "highlight_line": true, //高亮当前编辑行, 其实高亮的...
url = 'file://' + url webbrowser.open_new(url)#这里使用默认的浏览器调试 将文件保存到Packages/User目录(Packages可通过菜单里的Browser Packages...打开),文件名随意,如open_browser.py。插件部分完工了 2)、接下来,为刚才的插件分配快捷键。点菜单Tools -> Command Palette...,或者ctrl+shift+p,打开命...
or not. "open_files_in_new_window": true, // OS X only: This controls if an empty window is created at startup or not. "create_window_at_startup": true, // Set to true to close windows as soon as the last file is closed, unless // there's a folder open ...
[11"italic"12],13"font_size":16,14"highlight_line":true,15"ignored_packages":16[17"Vintage"18],19"open_files_in_new_window":false,20"save_on_focus_lost":true,21"show_encoding":true,22"show_full_path":true,23"tab_size":4,24"theme":"Adaptive.sublime-theme",25"translate_tabs_to...
Text ${file_path}/../in_out/${file_base_name}.in"]},{"name":"Run In Terminal","cmd":["bash","-c","clang++ '${file}' -std=c++11 -stdlib=libc++ -o '${file_path}/../bin/${file_base_name}' && open -a Terminal.app '${file_path}/../bin/${file_base_name}'"]},...
url = self.view.file_name() flag = False for path, domain in url_map.items(): if url.startswith(path): url = url.replace(path, domain).replace('\\', '\/') flag = True break if not flag: url = 'file://' + url webbrowser.open_new(url) #这里使用默认的浏览器调试 ...
RESTer allows you to build an HTTP request in Sublime Text and view the response in a new tab. Using A request can be as simple as a URI: Or, you can send headers and a body: Once you have a request ready, use shortcutCtrl + Alt + ror open the Command Palette (Shift + Command...