Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

The first C++ lint plugin for Clion.

NotificationsYou must be signed in to change notification settings

itechbear/CLion-cpplint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The first C++ lint plugin for the jetbrains CLion IDE. Install this plugin, set python and cpplint paths in CLion preferences. It will automatically run cpplint against your C++ files while you write code, and show warnings in your editor.

Screenshots

Settings

Lint

Features

  • Run cpplint.py on the fly when you are editing C++ source code.
  • Highlight corresponding lines with messages about which cpplint.py complains.
  • Cygwin environment is supported as well.

Installation

Usage

  • Install this plugin.
  • Go to File -> Settings -> Other Settings -> cpplint option, fill in theabsolute paths of python and cpplint.py
  • The plugin should start working when you open/edit C++ files. Don't bother finding menus/actions to run this plugin, because there're not. Enjoy developing!

Please note

  • ForCygwin users: use cygwin python package and fill with unix-style paths in the option dialog(for example, /usr/bin/python and /home/tools/cpplint.py).
  • ForMinGW users: use windows-style paths of python and cpplint.py(for example, C:\Python27\python.exe and C:\Users\user\cpplint.py).

Change log

  • 2019.3 Compatible with CLion 2019.3
  • 2019.1.1 Fix issue #27 (Can't find highlight display level: WEAK_WARNING)
  • 2019.1 Compatible with 2019.1
  • 1.1.0 Compatible with 2018.3
  • 1.0.9 Compatible with 2018.2
  • 1.0.8 Code improvements. Refactored code.
  • 1.0.7 Bugfix. To be compatible with CLion 2017.3.
  • 1.0.6 Bugfix. Reverted a change that broke this plugin.
  • 1.0.5 Bugfixes. See github issues #10,#11,#16. Thanks johnthagen and timothyolt!
  • 1.0.4 Bugfixes. Thanks johnthagen and mherb!
  • 1.0.3 Add support for MinGW. Degrade to JDK 6.
  • 1.0.2 Fixed IndexOutOfBound exception.
  • 1.0.0 Initial commit.

About

The first C++ lint plugin for Clion.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors5


[8]ページ先頭

©2009-2025 Movatter.jp