CudaText. Плагин Insert Time

mix-7
Posts: 741
Joined: 11.05.2018 11:02

CudaText. Плагин Insert Time

Post by mix-7 »

Добрый день!

Можно ли в текущей версии плагина Insert Time выбрать формат времени по умолчанию?
Таким образом что этот время дата выбранного формата вставлялась в текст сразу, без выбора из списка форматов времени и даты?
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

пока нельзя, подумаю как сделать.
mix-7
Posts: 741
Joined: 11.05.2018 11:02

Post by mix-7 »

Настройка отдельно, может, даже в user.json прописать формат по умолчанию.
Или в ~/.cudatext/py/cuda_insert_time/cuda_insert_time.ini
через пробел после формата символ @, например.
Или ' @ Ctrl+Shift+T' - формат времени по умолчанию и hotkey

Было бы удобно.
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

Окей. сделал марку дефолтного формата как символ @ вначале.
сделал команду Insert default format.
и команду Config (Opts / Settings-plugins).
https://github.com/Alexey-T/CudaText/tr ... nsert_time
mix-7
Posts: 741
Joined: 11.05.2018 11:02

Post by mix-7 »

Ошибка
1.56.0.0

Установить cuda_insert_time из github через меню CudaText не получилось.

CudaText/app/py/cuda_insert_time at master · Alexey-T/CudaText · GitHub
https://github.com/Alexey-T/CudaText/tr ... nsert_time
скачал
~/Загрузки/install.inf
~/Загрузки/cuda_insert_time.ini
~/Загрузки/__init__.py

и скопировал с заменой имеющихся файлов в ~/.cudatext/py/cuda_insert_time



Перезапустил CudaText
Пытаюсь вызвать Insert Time - нет реакции.
При закрытии CudaText ошибка.
Сделал скриншот, текст не копируется, вот он:

Code: Select all

Traceback
  File "<string>", line 1
     import -cuda_insert_time
          ^
  SyntaxError: invalid syntax

А как обновлять плагины?
Attachments
Скриншот сообщения об ошибке
Скриншот сообщения об ошибке
mix-7
Posts: 741
Joined: 11.05.2018 11:02

Post by mix-7 »

Файл ~/.cudatext/py/cuda_insert_time/__init__.py
100.4 КиБ, был 1.1 КиБ

И содержимое разное, и тип разный.

Старый "текстовый документ (text/plain)"

Code: Select all

[info]
title=Insert Time
desc=Inserts current date/time into text
type=cudatext-plugin
subdir=cuda_insert_time

[item1]
section=commands
caption=Insert Time
method=dialog


Новый "Setup Information (application/x-wine-extension-inf)"


Code: Select all

<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
  <link rel="dns-prefetch" href="https://assets-cdn.github.com">
  <link rel="dns-prefetch" href="https://avatars0.githubusercontent.com">
  <link rel="dns-prefetch" href="https://avatars1.githubusercontent.com">
  <link rel="dns-prefetch" href="https://avatars2.githubusercontent.com">
  <link rel="dns-prefetch" href="https://avatars3.githubusercontent.com">
  <link rel="dns-prefetch" href="https://github-cloud.s3.amazonaws.com">
  <link rel="dns-prefetch" href="https://user-images.githubusercontent.com/">
...


Я ошибся!
Я их неправильно скачал!!!!
Как html-страницы.
ПКМ на ссылке на файл, сохранить объект.

А как правильно?
Из Github?
Как обновлять плагины?
mix-7
Posts: 741
Joined: 11.05.2018 11:02

Post by mix-7 »

Options - Setting - plugins - Insert Time - Config не работает

Plugins - Insert Time - Choose format... не работает
Plugins - Insert Time - Insert in default format... не работает
Alexey
Posts: 1633
Joined: 05.10.2012 22:10

Post by Alexey »

скачать надо так
а) зайти в файл в сайте Гитхаб. потом нажать RAW. там будет файл
или
б) на https://github.com/Alexey-T/CudaText
нажать Download, Download ZIP.
mix-7
Posts: 741
Joined: 11.05.2018 11:02

Post by mix-7 »

Работает, спасибо!
mix-7
Posts: 741
Joined: 11.05.2018 11:02

Post by mix-7 »

+ через Help - Command Palette можно установить шорткат для Insert Time
Post Reply