简体   繁体   中英

coder textarea in javascript/jquery

I need a textarea that looks more like an programing environment, like notepad++. Basically, all I want is to insert TABs and keeps the cursor in the same indenting level as the previous line.

Any help on building my own would be greatly apreciated as well (my javascript/jquery skills are very basic).

thanks (:

Code Mirror would be a great option, it's easy to use with your skills. You can also check this Wikipedia post for more information. http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors

Good luck ;)

Take a look at this link which will help you decide which editor to use based on your requirement. It has provided wide variety of JavaScript based editors with support for various browsers.

http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors

您可以为TAB尝试此插件http://teddevito.com/demos/textarea.html

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM