简体   繁体   English

javascript / jquery中的编码器textarea

[英]coder textarea in javascript/jquery

I need a textarea that looks more like an programing environment, like notepad++. 我需要一个看起来更像编程环境的文本区域,例如notepad ++。 Basically, all I want is to insert TABs and keeps the cursor in the same indenting level as the previous line. 基本上,我想要的只是插入TAB并将光标保持在与上一行相同的缩进级别。

Any help on building my own would be greatly apreciated as well (my javascript/jquery skills are very basic). 任何有关构建自己的帮助都将受到极大的欢迎(我的javascript / jquery技能非常基础)。

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. 您也可以查看此Wikipedia帖子以获取更多信息。 http://en.wikipedia.org/wiki/Comparison_of_JavaScript-based_source_code_editors 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. 它提供了多种基于JavaScript的编辑器,并支持各种浏览器。

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

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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