
Внешний редактор от Ruslan Osmanov
Позволяет редактировать текстовые поля при помощи внешнего редактора.
Вам понадобится Firefox, чтобы использовать это расширение
Метаданные расширения
Скриншоты


Об этом расширении
Перед использованием нужно выполнить следующие шаги:
Пожалуйста, не забудьте установить комбинацию клавиш для вызова редактора в настройках браузера
Пожалуйста, не забудьте установить комбинацию клавиш для вызова редактора в настройках браузера
Оцените работу расширения
РазрешенияПодробнее
Этому дополнению нужно:
- Обмениваться сообщениями с программами, помимо Firefox
- Получать доступ ко вкладкам браузера
Больше сведений
- Ссылки дополнения
- Версия
- 3.3.1
- Размер
- 54,5 КБ
- Последнее обновление
- 17 дней назад (26 апр. 2025 г.)
- Связанные категории
- Лицензия
- Только Стандартная общественная лицензия GNU v3.0
- История версий
Добавить в подборку
Примечания к выпуску 3.3.1
New Feature: Support for ${line} and ${column} placeholders in the command line settings
The Command Line field in the extension settings now supports two new placeholders:
- ${line} for the 1-based line number
- ${column} for the 1-based column number (offset from the beginning of the line)
Example usage:
/usr/local/bin/gvim --nofork +"call cursor(${line}, ${column})"
Notes:
- Quotes (single or double) are expanded similarly to shells.
- Variable expansion (like $VAR) and backslash escaping are not supported.
- Quotes are required when passing arguments that contain spaces. Without quotes, a line like +call cursor(${line}, ${column}) would be split into three arguments: +call, cursor(${line}, and ${column}).
The Command Line field in the extension settings now supports two new placeholders:
- ${line} for the 1-based line number
- ${column} for the 1-based column number (offset from the beginning of the line)
Example usage:
/usr/local/bin/gvim --nofork +"call cursor(${line}, ${column})"
Notes:
- Quotes (single or double) are expanded similarly to shells.
- Variable expansion (like $VAR) and backslash escaping are not supported.
- Quotes are required when passing arguments that contain spaces. Without quotes, a line like +call cursor(${line}, ${column}) would be split into three arguments: +call, cursor(${line}, and ${column}).
Другие расширения от Ruslan Osmanov
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет
- Оценок пока нет