Textarea Plus

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

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Author
eight
Daily installs
0
Total installs
246
Ratings
9 0 0
Version
3.0.0
Created
2014-09-09
Updated
2021-11-18
Size
9.78 KB
Compatibility
Compatible with Firefox Compatible with Chrome
License
MIT
Applies to
All sites

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.