Skip to content

Instantly share code, notes, and snippets.

@Gaubee
Created June 28, 2013 16:05
Show Gist options
  • Save Gaubee/5885849 to your computer and use it in GitHub Desktop.
Save Gaubee/5885849 to your computer and use it in GitHub Desktop.
ACE编辑器中的配置信息 http://ace.ajax.org/build/kitchen-sink.html
Full Line Selection 选择文本是否根据文本内容进行描边
Highlight Active Line 是否高亮所选行
Show Invisibles 显示空格、Tab、回车等不可见符号
Show Indent Guides 显示缩进对齐线
Persistent HScroll 是否保持水平滚动条的显示
Animate scrolling 滚动动画,比如查找时的跳跃
Show Gutter 显示左栏行标
Show Print Margin 显示打印边界线,超过就溢出打印范围
Use Soft Tab 软Tab,即用4个空格体态\t
Highlight selected word 提醒显示和所选单词类似的词
Enable Behaviours 自动完成一对字符,比如按下“(”,显示“()”
Fade Fold Widgets 在行标栏淡出收缩箭头
Enable Elastic Tabstops 智能的制表符号(个人不推荐)
Incremental Search 强大的渐进式搜索,注意使用时光标在文档中而不是在命令行内,Ctrl-O进入下一层,Enter回退上一层,所在的光标位置不会改变
Show token info 显示解析器所匹配的类型名称
Read-only 只读模式
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment