返回首頁 

Greasy Fork is available in English.

Textarea Plus

An userscript to improve plain textarea for code editing.

ของเมื่อวันที่ 07-10-2014 ดู เวอร์ชันล่าสุด


ติดตั้งสคริปต์นี้?
ผู้เขียน
eight
คะแนน
000
เวอร์ชัน
1.1
สร้างเมื่อ
09-09-2014
อัปเดตเมื่อ
07-10-2014
Size
6.37 กิโลไบต์
สัญญาอนุญาต
ไม่มี
ปรับใช้กับ
ไซต์ทั้งหมด

Textarea Plus

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

Features

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

Demo

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

Changelog

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