Textarea Plus

An userscript to improve plain textarea for code editing.

2015-06-18 기준 버전입니다. 최신 버전을 확인하세요.

작성자
eight
평점
0 0 0
버전
1.1.2
생성일
2014-09-09
갱신일
2015-06-18
크기
6.84KB
라이선스
해당 없음
적용 사이트
모든 사이트

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.

Demo

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

Todos

  • Auto close braces.

Changelog

  • 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.