返回首頁 

Greasy Fork is available in English.

Textarea Plus

An userscript to improve plain textarea for code editing.

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


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

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.