SlickEdit

http://blog.csdn.net/keensword007/archive/2010/03/24/5411306.aspx

http://www.cublog.cn/u/28371/showart_530340.html

http://blog.sina.com.cn/s/blog_523491650100fpqb.html

http://hi.baidu.com/zhitenglin/blog/item/9de35b164fcc964d21a4e96a.html

http://www.oldlinux.org/oldlinux/viewthread.php?tid=8217




行号:Tool->Option->Languages->Application Language->C/C++->View

设置tab size
Tools > Options > Languages > Application Languages > C/C++ > Indent

代码折叠:在工具栏右键,选择Selective Display
    折叠单击打开:Tool->Option->Appeanrance->Advanced->Expand/Collapse


代码颜色:Tool->Appearance->Colors


代码字体:Tool->Appearance->Fonts   建议使用Courier New


代码注释:Tool->Option->Keyboard->Key Bindings
    comment             注释        Alt+/
    omment-erase        反注释      Ctrl+/


码格式化:Tool->Option->Keyboard->Key Bindings里面新建一个快捷键,
    命令行为:c-format-selection,   我一般设置为Alt+F。
    命令行为:c-beautify-selection, 我一般设置为Alt+B,没有跟其它冲突。


启动多个SE实例:

你可能感兴趣的:(C++,c,PHP,Blog,C#)