Logo video2dn
  • Сохранить видео с ютуба
  • Категории
    • Музыка
    • Кино и Анимация
    • Автомобили
    • Животные
    • Спорт
    • Путешествия
    • Игры
    • Люди и Блоги
    • Юмор
    • Развлечения
    • Новости и Политика
    • Howto и Стиль
    • Diy своими руками
    • Образование
    • Наука и Технологии
    • Некоммерческие Организации
  • О сайте

Скачать или смотреть Terminus, Sublime Repl and Kite for Python and Sublime text 3

  • John Starfire
  • 2020-10-15
  • 966
Terminus, Sublime Repl and Kite for Python and Sublime text 3
pythonsublime textsublime replterminuskite
  • ok logo

Скачать Terminus, Sublime Repl and Kite for Python and Sublime text 3 бесплатно в качестве 4к (2к / 1080p)

У нас вы можете скачать бесплатно Terminus, Sublime Repl and Kite for Python and Sublime text 3 или посмотреть видео с ютуба в максимальном доступном качестве.

Для скачивания выберите вариант из формы ниже:

  • Информация по загрузке:

Cкачать музыку Terminus, Sublime Repl and Kite for Python and Sublime text 3 бесплатно в формате MP3:

Если иконки загрузки не отобразились, ПОЖАЛУЙСТА, НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если у вас возникли трудности с загрузкой, пожалуйста, свяжитесь с нами по контактам, указанным в нижней части страницы.
Спасибо за использование сервиса video2dn.com

Описание к видео Terminus, Sublime Repl and Kite for Python and Sublime text 3

Terminus, Sublime Repl and Kite for Python and Sublime text 3, 3 indispensable tools to use sublime text together with python. Use the following keybinding (past it in preferences/keybinding in the user file) https://pythonprogramming.altervista....

00:00 sublime tex 3 plugins
01:49 delete plugins
02:30 install sublime text 3
03:40 uninstall sublime text 3
04:45 install sublime repl
06:07 keybinding
07:00 install kite
07:45 uninstall and install terminus

copy this in preferences/keybinding
[
{"keys": ["ctrl+b"], "command": "repl_open",
"caption": "SublimeRepl",
"id": "SublimeRepl",
"mnemonic": "R",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["C:/Users/giova/AppData/Local/Programs/Python/Python38/python.exe", "-u", "-i", "$file_basename"],
"cwd": "$file_path",
"syntax": "Packages/Python/Python.tmLanguage",
"external_id": "python",
"extend_env": {"PYTHONIOENCODING": "utf-8"}
}},

{"keys": ["ctrl+alt+b"], "command": "repl_open",
"caption": "SublimeRepl",
"id": "SublimeRepl",
"mnemonic": "R",
"args": {
"type": "subprocess",
"encoding": "utf8",
"cmd": ["C:/Users/giova/AppData/Local/Programs/Python/Python37/python.exe", "-u", "-i", "$file_basename"],
"cwd": "$file_path",
"syntax": "Packages/Python/Python.tmLanguage",
"external_id": "python",
"extend_env": {"PYTHONIOENCODING": "utf-8"}
}},


///////////////////////////////////////////////////////////
// Jam-Es.com
//////////////////////////////////////////////////////////



// Togle Terminus panel (at the bottom of the screen) Open/Closed when Alt+' is pressed
{
// The key press to look out for
"keys": ["alt+`"],

// Toggle the panel
"command": "toggle_terminus_panel"
},

// Open cmd.exe Command Prompt when Alt+1 is pressed
{
// The key press to look out for
"keys": ["alt+1"],

// Tell terminus to open something
"command": "terminus_open",

// Tell terminus what to open
"args" : {
// Open Command Prompt
"cmd": "cmd.exe",

// Provide Command Prompt with Current Working Directory
"cwd": "${file_path:${folder}}",

// Tell terminus to put it in the panel at the bottom of the screen
"panel_name": "Terminus"
}
},

// Open git bash when Alt+2 is pressed
{
"keys": ["alt+2"],
"command": "terminus_open",
"args" : {
// Tell terminus to use Git Bash
// Replace the path below with your path to Git Bash
"cmd": ["C:\\Program Files\\Git\\bin\\bash.exe", "-i", "-l"],

"cwd": "${file_path:${folder}}",
"panel_name": "Terminus"
}
},

// Repitition of the above adding Alt+b and Alt+b shortcuts
{
"keys": ["alt+c"],
"command": "terminus_open",
"args" : {
"cmd": "cmd.exe",
"cwd": "${file_path:${folder}}",
"title": "Command Prompt",
"panel_name": "Terminus"
}
},
{
"keys": ["alt+b"],
"command": "terminus_open",
"args" : {
"cmd": ["C:\\Program Files\\Git\\bin\\bash.exe", "-i", "-l"],
"cwd": "${file_path:${folder}}",
"title": "Git Bash",
"panel_name": "Terminus"
}
},




]

Комментарии

Информация по комментариям в разработке

Похожие видео

  • О нас
  • Контакты
  • Отказ от ответственности - Disclaimer
  • Условия использования сайта - TOS
  • Политика конфиденциальности

video2dn Copyright © 2023 - 2025

Контакты для правообладателей [email protected]