Behave.js

码农软件 · 软件分类 · jQuery表单及相关 · 2019-12-23 12:14:07

软件介绍

Behave.js 是一个轻量级的 JavaScript 库,为普通的 textarea 编辑框提供了 IDE 风格的行为,特点:

  • 无依赖
  • 硬和软的 Tab 键支持
  • 自动打开和关闭:括号、连谱号和单双引号
  • 自动删除成对的字符
  • 匹配成对支付
  • 多行的缩进和反缩进
  • 自动缩进

示例代码和配置属性:

var editor = new Behave({
    textarea: null,
    replaceTab: true,
    softTabs: true,
    softTabSize: 4,
    autoOpen: true,
    overwrite: true,
    autoStrip: true,
    autoIndent: true
});

本文地址:https://www.codercto.com/soft/d/21773.html

Compilers

Compilers

Alfred V. Aho、Monica S. Lam、Ravi Sethi、Jeffrey D. Ullman / Addison Wesley / 2006-9-10 / USD 186.80

This book provides the foundation for understanding the theory and pracitce of compilers. Revised and updated, it reflects the current state of compilation. Every chapter has been completely revised ......一起来看看 《Compilers》 这本书的介绍吧!

CSS 压缩/解压工具
CSS 压缩/解压工具

在线压缩/解压 CSS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

正则表达式在线测试
正则表达式在线测试

正则表达式在线测试