
Browser's external editor 作者: Ruslan Osmanov
Allows to edit text fields with an external editor
必須使用 Firefox 才能使用此擴充套件
擴充套件後設資料
畫面擷圖


關於此擴充套件
There are two steps to follow before using this extension:
Please don't forget to set a keyboard shortcut to invoke the text editor.
Please don't forget to set a keyboard shortcut to invoke the text editor.
為您的體驗打分數
權限了解更多
此附加元件需要:
- 與 Firefox 以外的程式交換訊息
- 存取瀏覽器分頁
更多資訊
新增至收藏集
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 製作的更多擴充套件
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分
- 目前沒有評分