Автор Тема: Не работает SublimeLinter/Sublime Clang в ST 3, OS X 10.9 (C/C++)  (Прочитано 4548 раз)

toxalife

  • Newbie
  • *
  • Сообщений: 1
Сабж
Настройки Linter'а:
{
    "user": {
        "debug": false,
        "delay": 0.25,
        "error_color": "D02000",
        "gutter_theme": "Packages/SublimeLinter/gutter-themes/Default.gutter-theme",
        "gutter_theme_excludes": [],
        "lint_mode": "background",
        "linters": {
            "csslint": {
                "@disable": false,
                "args": [],
                "excludes": []
            }
        },
        "mark_style": "outline",
        "paths": {
            "linux": [],
            "osx": [],
            "windows": []
        },
        "python_paths": {
            "linux": [],
            "osx": [],
            "windows": []
        },
        "rc_search_limit": 3,
        "show_errors_on_save": false,
        "show_marks_in_minimap": true,
        "sublimelinter_executable_map": {
            "c_cpplint": "/Users/toxalife/Desktop/cpplint.py"
        },
        "sublimelinter_syntax_map": {
            "C": "c_cpplint",
            "C++": "c_cpplint",
            "Python Django": "python",
            "Ruby on Rails": "ruby"
        },
        "syntax_map": {},
        "warning_color": "DDB700",
        "wrap_find": true
    }
}
cpplint.py от Google
« Последнее редактирование: Декабря 20, 2013, 19:33:41 от toxalife »