Textarea Plus

An userscript to improve plain textarea for code editing.

目前为 2014-12-09 提交的版本。查看 最新版本

作者
eight
评分
0 0 0
版本
1.1
创建于
2014-09-09
更新于
2014-12-09
大小
6.8 KB
许可证
暂无
适用于
所有网站

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