您的位置:首页 > 编程语言 > C语言/C++

用eclipse写C++的常用设置

2015-07-30 12:59 330 查看
1.修改颜色、字体(分别为 General和C/C++ )

Window -> Preferences -> General -> Appearance -> Colors and Fonts

2.识别关键字(如C/C++关键字、Makefile关键字等)

Window -> Preferences -> General -> Content Types

3.制表符转空格

Window -> Preferences -> C/C++ -> Code Style -> Formatter -> Edit -> General settings

4.显示不可见字符

Window -> Preferences -> General -> Editors -> Text Editors -> Show whitespace characters

5.设置Unix风格换行符

Windows -> Preference -> General -> Workspace -> New text file line delimiter
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: