Textarea Plus

An userscript to improve plain textarea for code editing.

2017-01-28 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
eight
रेटिंग
0 0 0
आवृत्ती
2.0.0
बनवली
2014-09-09
अपडेट केली
2017-01-28
आकार
7.25 KB
License
नाही
यांवर लागू होते:
सर्व संकेतस्थळे

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

Changelog

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