Textarea Plus

Have a better textarea! A userscript which can improve plain textarea for code editing.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

You will need to install an extension such as Tampermonkey to install this script.

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

作者
eight
今日安裝
0
安裝總數
247
評價
9 0 0
版本
3.0.0
建立日期
2014-09-09
更新日期
2021-11-18
尺寸
9.8 KB
相容性
相容於 Firefox 相容於 Chrome
授權條款
MIT
腳本執行於
所有網站

Textarea Plus

Have a better textarea! An userscript to improve plain textarea for code editing.

Features

  • Tab in textarea.
  • Auto indent (notepad++ style).
  • Auto close braces.
  • Multi-line indent/unindent.
  • Smart home key.

Install

https://greasyfork.org/scripts/4949-textarea-plus

Demo

https://rawgit.com/eight04/textarea-plus/master/demo.html

Changelog

  • 3.0.0 (Mar 16, 2018)
    • Add test. Pull out the core part.
    • Fix: keep extra spaces when indent/unindent. (#3)
  • 2.0.2 (Mar 16, 2017)
    • Fix new line indent bug.
  • 2.0.1 (Jan 29, 2017)
    • Fix smart home bug.
  • 2.0.0 (Jan 28, 2017)
    • Rewrite.
    • Change the behavior of braces when selection is not empty.
  • 1.1.2 (Jun 18, 2015)
    • Do not use capture flag.
  • 1.1.1 (Dec 9, 2014)
    • Auto close braces.
  • 1.1.0
    • Fix direction issue when using Shift + Home/End.
    • Changed how data.pos works. pos[0] will greater than pos[1] if direction is "backward".
  • 1.0.4
    • ignore if element has onkeydown attr.
  • 1.0.3
    • add ignore class list.
  • 1.0
    • first release.